forked from openstack-charmers/openstack-on-lxd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle-xenial-mitaka.yaml
240 lines (240 loc) · 5.38 KB
/
bundle-xenial-mitaka.yaml
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
relations:
- - nova-compute:ceph-access
- cinder-ceph:ceph-access
- - nova-compute:amqp
- rabbitmq-server:amqp
- - neutron-gateway:amqp
- rabbitmq-server:amqp
- - keystone:shared-db
- mysql:shared-db
- - nova-cloud-controller:identity-service
- keystone:identity-service
- - glance:identity-service
- keystone:identity-service
- - neutron-api:identity-service
- keystone:identity-service
- - neutron-openvswitch:neutron-plugin-api
- neutron-api:neutron-plugin-api
- - neutron-api:shared-db
- mysql:shared-db
- - neutron-api:amqp
- rabbitmq-server:amqp
- - neutron-gateway:neutron-plugin-api
- neutron-api:neutron-plugin-api
- - glance:shared-db
- mysql:shared-db
- - glance:amqp
- rabbitmq-server:amqp
- - nova-cloud-controller:image-service
- glance:image-service
- - nova-compute:image-service
- glance:image-service
- - nova-cloud-controller:cloud-compute
- nova-compute:cloud-compute
- - nova-cloud-controller:amqp
- rabbitmq-server:amqp
- - nova-cloud-controller:quantum-network-service
- neutron-gateway:quantum-network-service
- - nova-compute:neutron-plugin
- neutron-openvswitch:neutron-plugin
- - neutron-openvswitch:amqp
- rabbitmq-server:amqp
- - openstack-dashboard:identity-service
- keystone:identity-service
- - nova-cloud-controller:shared-db
- mysql:shared-db
- - nova-cloud-controller:neutron-api
- neutron-api:neutron-api
- - cinder:image-service
- glance:image-service
- - cinder:amqp
- rabbitmq-server:amqp
- - cinder:identity-service
- keystone:identity-service
- - cinder:cinder-volume-service
- nova-cloud-controller:cinder-volume-service
- - cinder-ceph:storage-backend
- cinder:storage-backend
- - ceph:client
- nova-compute:ceph
- - cinder:shared-db
- mysql:shared-db
- - ceph:client
- cinder-ceph:ceph
- - ceph:client
- glance:ceph
- - ceph-radosgw:mon
- ceph:radosgw
- - ceph-radosgw:identity-service
- keystone:identity-service
- - heat
- mysql
- - heat
- keystone
- - heat
- rabbitmq-server
- - ceilometer
- keystone:identity-service
- - ceilometer:amqp
- rabbitmq-server:amqp
- - ceilometer
- mongodb
- - ceilometer-agent
- nova-compute
- - ceilometer-agent
- ceilometer
- - ceilometer-agent:amqp
- rabbitmq-server:amqp
- - designate:dns-backend
- designate-bind:dns-backend
- - designate:identity-service
- keystone:identity-service
- - designate:shared-db
- mysql:shared-db
- - designate:amqp
- rabbitmq-server:amqp
- - memcached:cache
- designate:coordinator-memcached
series: xenial
services:
ceilometer:
charm: cs:ceilometer
num_units: 1
ceilometer-agent:
charm: cs:ceilometer-agent
ceph:
annotations:
gui-x: '750'
gui-y: '500'
charm: cs:ceph
num_units: 3
options:
fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7
monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A==
osd-devices: /srv/osd
use-direct-io: False
ceph-radosgw:
annotations:
gui-x: '1000'
gui-y: '250'
charm: cs:ceph-radosgw
num_units: 1
cinder:
annotations:
gui-x: '750'
gui-y: '0'
charm: cs:cinder
num_units: 1
options:
worker-multiplier: 0.1
block-device: None
glance-api-version: 2
cinder-ceph:
annotations:
gui-x: '750'
gui-y: '250'
charm: cs:cinder-ceph
num_units: 0
designate:
charm: cs:designate
num_units: 1
designate-bind:
charm: cs:designate-bind
num_units: 1
glance:
annotations:
gui-x: '250'
gui-y: '0'
charm: cs:glance
num_units: 1
options:
worker-multiplier: 0.1
heat:
charm: cs:heat
num_units: 1
options:
worker-multiplier: 0.1
keystone:
annotations:
gui-x: '500'
gui-y: '0'
charm: cs:keystone
num_units: 1
options:
worker-multiplier: 0.1
memcached:
charm: cs:memcached
num_units: 1
mongodb:
charm: cs:mongodb
num_units: 1
mysql:
annotations:
gui-x: '0'
gui-y: '250'
charm: cs:percona-cluster
num_units: 1
options:
max-connections: 1000
innodb-buffer-pool-size: 256M
tuning-level: fast
neutron-api:
annotations:
gui-x: '500'
gui-y: '500'
charm: cs:neutron-api
num_units: 1
options:
worker-multiplier: 0.1
neutron-security-groups: true
overlay-network-type: "gre vxlan"
flat-network-providers: physnet1
neutron-gateway:
annotations:
gui-x: '0'
gui-y: '0'
charm: cs:neutron-gateway
num_units: 1
options:
bridge-mappings: physnet1:br-ex
data-port: br-ex:eth1
worker-multiplier: 0.1
neutron-openvswitch:
annotations:
gui-x: '250'
gui-y: '500'
charm: cs:neutron-openvswitch
num_units: 0
nova-cloud-controller:
annotations:
gui-x: '0'
gui-y: '500'
charm: cs:nova-cloud-controller
num_units: 1
options:
worker-multiplier: 0.1
network-manager: Neutron
ram-allocation-ratio: '64'
cpu-allocation-ratio: '64'
nova-compute:
annotations:
gui-x: '250'
gui-y: '250'
charm: cs:nova-compute
num_units: 1
options:
enable-live-migration: False
enable-resize: False
migration-auth-type: ssh
openstack-dashboard:
annotations:
gui-x: '500'
gui-y: '-250'
charm: cs:openstack-dashboard
num_units: 1
rabbitmq-server:
annotations:
gui-x: '500'
gui-y: '250'
charm: cs:rabbitmq-server
num_units: 1