forked from openstack-charmers/openstack-on-lxd
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bundle-mitaka.yaml
179 lines (179 loc) · 4.17 KB
/
bundle-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
relations:
- - 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
series: xenial
services:
ceph:
annotations:
gui-x: '750'
gui-y: '500'
charm: cs:xenial/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:xenial/ceph-radosgw
num_units: 1
options:
use-embedded-webserver: true
cinder:
annotations:
gui-x: '750'
gui-y: '0'
charm: cs:xenial/cinder
num_units: 1
options:
block-device: None
glance-api-version: 2
cinder-ceph:
annotations:
gui-x: '750'
gui-y: '250'
charm: cs:xenial/cinder-ceph
num_units: 0
glance:
annotations:
gui-x: '250'
gui-y: '0'
charm: cs:xenial/glance
num_units: 1
keystone:
annotations:
gui-x: '500'
gui-y: '0'
charm: cs:xenial/keystone
num_units: 1
options:
admin-password: openstack
mysql:
annotations:
gui-x: '0'
gui-y: '250'
charm: cs:xenial/percona-cluster
num_units: 1
options:
max-connections: 20000
dataset-size: 256M
neutron-api:
annotations:
gui-x: '500'
gui-y: '500'
charm: cs:xenial/neutron-api
num_units: 1
options:
neutron-security-groups: true
overlay-network-type: "gre vxlan"
neutron-gateway:
annotations:
gui-x: '0'
gui-y: '0'
charm: cs:xenial/neutron-gateway
num_units: 1
options:
ext-port: eth1
neutron-openvswitch:
annotations:
gui-x: '250'
gui-y: '500'
charm: cs:xenial/neutron-openvswitch
num_units: 0
nova-cloud-controller:
annotations:
gui-x: '0'
gui-y: '500'
charm: cs:xenial/nova-cloud-controller
num_units: 1
options:
network-manager: Neutron
nova-compute:
annotations:
gui-x: '250'
gui-y: '250'
charm: cs:xenial/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:xenial/openstack-dashboard
num_units: 1
rabbitmq-server:
annotations:
gui-x: '500'
gui-y: '250'
charm: cs:xenial/rabbitmq-server
num_units: 1