~corey.bryant/openstack-charm-testing/neutron-for-nova

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# vim: set ts=2 et:
openstack-services:
  services:
    mysql:
      branch: lp:charms/mysql
      constraints: mem=1G
      options:
        dataset-size: 50%
    rabbitmq-server-nova:
      branch: lp:charms/rabbitmq-server
      constraints: mem=1G
    rabbitmq-server-neutron:
      branch: lp:charms/rabbitmq-server
      constraints: mem=1G
    ceph:
      branch: lp:charms/ceph
      num_units: 3
      constraints: mem=1G
      options:
        monitor-count: 3
        fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
        monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
        osd-devices: /dev/vdb
        osd-reformat: "yes"
        ephemeral-unmount: /mnt
    keystone:
      branch: lp:charms/keystone
      constraints: mem=1G
      options:
        admin-password: openstack
        admin-token: ubuntutesting
    openstack-dashboard:
      branch: lp:charms/openstack-dashboard
      constraints: mem=1G
    nova-compute:
      branch: lp:~gnuoy/charms/trusty/nova-compute/neutron-refactor
      num_units: 1
      constraints: mem=4G
      options:
        config-flags: "auto_assign_floating_ip=False"
        enable-live-migration: "False"
    nova-cloud-controller:
      branch: lp:~gnuoy/charms/trusty/nova-cloud-controller/neutron-refactor
      constraints: mem=1G
      options:
        network-manager: Quantum
        quantum-security-groups: "yes"
    neutron-api:
      branch: lp:~gnuoy/charms/trusty/neutron-api/neutron-refactor
      constraints: mem=1G
      options:
        neutron-security-groups: "yes"
    neutron-openvswitch:
      branch: lp:~gnuoy/charms/trusty/neutron-openvswitch/neutron-refactor
    neutron-gateway:
      branch: lp:~gnuoy/charms/trusty/neutron-gateway/neutron-refactor
      constraints: mem=1G
      options:
        instance-mtu: 1300
    cinder:
      branch: lp:charms/cinder
      options:
        block-device: "None"
        glance-api-version: 2
      constraints": mem=1G
    glance:
      branch: lp:charms/glance
      constraints: mem=1G
    swift-proxy:
      branch: lp:charms/swift-proxy
      constraints: mem=1G
      options:
        zone-assignment: manual
        replicas: 3
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
        use-https: 'no'
    swift-storage-z1:
      branch: lp:charms/swift-storage
      constraints: mem=1G
      options:
        zone: 1
        block-device: vdb
        overwrite: "true"
    swift-storage-z2:
      branch: lp:charms/swift-storage
      constraints: mem=1G
      options:
        zone: 2
        block-device: vdb
        overwrite: "true"
    swift-storage-z3:
      branch: lp:charms/swift-storage
      constraints: mem=1G
      options:
        zone: 3
        block-device: vdb
        overwrite: "true"
    ceilometer:
      branch: lp:charms/ceilometer
      constraints: mem=1G
    ceilometer-agent:
      branch: lp:charms/ceilometer-agent
    mongodb:
      branch: lp:charms/mongodb
      constraints: mem=1G
  relations:
    - [ keystone, mysql ]
    - [ nova-cloud-controller, mysql ]
    - [ nova-cloud-controller, rabbitmq-server-nova ]
    - [ nova-cloud-controller, glance ]
    - [ nova-cloud-controller, keystone ]
    - [ nova-cloud-controller, neutron-api ]
    - [ neutron-api, mysql ]
    - [ neutron-api, rabbitmq-server-neutron ]
    - [ neutron-api, keystone ]
    - [ nova-compute, neutron-openvswitch ]
    - [ nova-compute, nova-cloud-controller ]
    - [ nova-compute, mysql ]
    - - nova-compute:amqp
      - rabbitmq-server-nova
    - [ nova-compute, glance ]
    - [ nova-compute, ceph ]
    - [ neutron-openvswitch, rabbitmq-server-neutron ]
    - [ glance, mysql ]
    - [ glance, keystone ]
    - [ glance, ceph ]
    - [ glance, cinder ]
    - [ cinder, mysql ]
    - [ cinder, rabbitmq-server-nova ]
    - [ cinder, nova-cloud-controller ]
    - [ cinder, keystone ]
    - [ cinder, ceph ]
    - [ neutron-gateway, mysql ]
    - - rabbitmq-server-nova
      - neutron-gateway:amqp-nova
    - - rabbitmq-server-neutron
      - neutron-gateway:amqp
    - [ neutron-gateway, nova-cloud-controller ]
    - [ openstack-dashboard, keystone ]
    - [ swift-proxy, keystone ]
    - [ swift-proxy, swift-storage-z1 ]
    - [ swift-proxy, swift-storage-z2 ]
    - [ swift-proxy, swift-storage-z3 ]
    - [ ceilometer, keystone ]
    - [ ceilometer, rabbitmq-server-nova ]
    - [ ceilometer, mongodb ]
    - [ ceilometer-agent, nova-compute ]
    - [ ceilometer-agent, ceilometer ]
# precise configurations
precise-grizzly:
  inherits: openstack-services
  series: precise
  overrides:
    openstack-origin: cloud:precise-grizzly
    source: cloud:precise-updates/grizzly
precise-grizzly-proposed:
  inherits: precise-grizzly
  overrides:
    openstack-origin: cloud:precise-grizzly/proposed
    source: cloud:precise-proposed/grizzly
precise-grizzly-trunk:
  inherits: precise-grizzly
  overrides:
    openstack-origin: ppa:openstack-ubuntu-testing/grizzly-trunk-testing
    source: ppa:openstack-ubuntu-testing/grizzly-trunk-testing
    offline-compression: no
# precise configurations
precise-havana:
  inherits: openstack-services
  series: precise
  overrides:
    openstack-origin: cloud:precise-havana
    source: cloud:precise-updates/havana
precise-havana-proposed:
  inherits: precise-havana
  overrides:
    openstack-origin: cloud:precise-havana/proposed
    source: cloud:precise-proposed/havana
# icehouse
precise-icehouse:
  inherits: openstack-services
  series: precise
  overrides:
    openstack-origin: cloud:precise-icehouse
    source: cloud:precise-updates/icehouse
precise-icehouse-proposed:
  inherits: precise-icehouse
  overrides:
    openstack-origin: cloud:precise-icehouse/proposed
    source: cloud:precise-updates/icehouse
precise-icehouse-staging:
  inherits: precise-icehouse
  overrides:
    openstack-origin: ppa:ubuntu-cloud-archive/icehouse-staging
    source: ppa:ubuntu-cloud-archive/icehouse-staging
precise-icehouse-trunk:
  inherits: precise-icehouse
  overrides:
    openstack-origin: ppa:openstack-ubuntu-testing/icehouse
    source: ppa:openstack-ubuntu-testing/icehouse
# raring configurations
raring-grizzly:
  inherits: openstack-services
  series: raring
raring-grizzly-trunk:
  inherits: raring-grizzly
  overrides:
    openstack-origin: ppa:openstack-ubuntu-testing/grizzly-trunk-testing
    source: ppa:openstack-ubuntu-testing/grizzly-trunk-testing
    offline-compression: no
# saucy configurations
saucy-havana:
  inherits: openstack-services
  series: saucy
# trusty configurations
trusty-icehouse:
  inherits: openstack-services
  series: trusty
trusty-icehouse-trunk:
  inherits: trusty-icehouse
  overrides:
    openstack-origin: ppa:openstack-ubuntu-testing/icehouse
    source: ppa:openstack-ubuntu-testing/icehouse
    offline-compression: "no"