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
|
# vim: set ts=2 et:
openstack-services:
series: trusty
services:
mysql-hacluster:
charm: hacluster
rabbitmq-server:
charm: rabbitmq-server
constraints: mem=1G
num_units: 2
ceph:
charm: 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:
charm: keystone
constraints: mem=1G
num_units: 2
options:
admin-password: openstack
admin-token: ubuntutesting
vip: "{{ MOJO_OS_VIP01 }}"
keystone-hacluster:
charm: hacluster
openstack-dashboard:
charm: openstack-dashboard
constraints: mem=1G
num_units: 2
options:
vip: "{{ MOJO_OS_VIP02 }}"
dashboard-hacluster:
charm: hacluster
nova-compute:
charm: nova-compute
num_units: 3
constraints: mem=4G
options:
config-flags: "auto_assign_floating_ip=False"
enable-live-migration: False
enable-resize: False
nova-cloud-controller:
charm: nova-cloud-controller
constraints: mem=1G
num_units: 2
options:
network-manager: Neutron
vip: "{{ MOJO_OS_VIP02 }}"
ncc-hacluster:
charm: hacluster
neutron-gateway:
charm: neutron-gateway
constraints: mem=4G
num_units: 2
options:
instance-mtu: 1350
bridge-mappings: physnet1:br-ex
cinder:
charm: cinder
num_units: 2
options:
block-device: "None"
glance-api-version: 2
vip: "{{ MOJO_OS_VIP03 }}"
constraints": mem=1G
cinder-hacluster:
charm: hacluster
cinder-ceph:
charm: cinder-ceph
glance:
charm: glance
constraints: mem=1G
num_units: 2
options:
vip: "{{ MOJO_OS_VIP04 }}"
glance-hacluster:
charm: hacluster
swift-proxy:
charm: swift-proxy
constraints: mem=1G
num_units: 2
options:
zone-assignment: manual
replicas: 3
swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
vip: "{{ MOJO_OS_VIP05 }}"
swift-proxy-hacluster:
charm: hacluster
swift-storage-z1:
charm: swift-storage-z1
constraints: mem=1G
options:
zone: 1
block-device: vdb
overwrite: "true"
swift-storage-z2:
charm: swift-storage-z2
constraints: mem=1G
options:
zone: 2
block-device: vdb
overwrite: "true"
swift-storage-z3:
charm: swift-storage-z3
constraints: mem=1G
options:
zone: 3
block-device: vdb
overwrite: "true"
openstack-mysql-database:
inherits: openstack-services
services:
mysql:
charm: mysql
constraints: mem=1G
num_units: 2
options:
vip: "{{ MOJO_OS_VIP06 }}"
vip_cidr: 16
openstack-percona-database:
inherits: openstack-services
services:
mysql:
charm: percona-cluster
constraints: mem=1G
num_units: 2
options:
vip: "{{ MOJO_OS_VIP07 }}"
vip_cidr: 16
root-password: crapper
sst-password: crapper
openstack-neutron-api:
inherits: openstack-services
services:
neutron-api:
num_units: 2
charm: neutron-api
constraints: mem=1G
options:
neutron-security-groups: True
vip: "{{ MOJO_OS_VIP08 }}"
flat-network-providers: physnet1
neutron-api-hacluster:
charm: hacluster
options:
corosync_mcastaddr: 226.94.1.8
corosync_key: "JFgMRJhNfKnmBRGm+rbAwpZmd/1FX08SCzOzDg/teaVtfGf60QYBCrpRYQzjzM2f+iNpGFuYEW8fXd+Dvquns6E1v7JbSt7oPRi2DYfdXXHc3EYkhimPG7h/VvnhaabLQ5z8CuQzaVJL1Fp25n4Rs5V4d71sgE5IR0skkWC6YO8="
neutron-openvswitch:
charm: neutron-openvswitch
precise-icehouse:
inherits: openstack-mysql-database
series: precise
overrides:
openstack-origin: cloud:precise-icehouse
source: cloud:precise-icehouse
trusty-icehouse:
inherits:
- openstack-neutron-api
- openstack-percona-database
series: trusty
# kilo
trusty-kilo:
inherits:
- openstack-neutron-api
- openstack-percona-database
series: trusty
overrides:
openstack-origin: cloud:trusty-kilo
source: cloud:trusty-kilo
trusty-kilo-proposed:
inherits: trusty-kilo
overrides:
openstack-origin: cloud:trusty-kilo/proposed
source: cloud:trusty-proposed/kilo
trusty-kilo-staging:
inherits: trusty-kilo
overrides:
openstack-origin: ppa:ubuntu-cloud-archive/kilo-staging
source: ppa:ubuntu-cloud-archive/kilo-staging
# liberty
trusty-liberty:
inherits:
- openstack-neutron-api
- openstack-percona-database
series: trusty
overrides:
openstack-origin: cloud:trusty-liberty
source: cloud:trusty-liberty
trusty-liberty-proposed:
inherits: trusty-liberty
overrides:
openstack-origin: cloud:trusty-liberty/proposed
source: cloud:trusty-liberty/proposed
trusty-liberty-staging:
inherits: trusty-liberty
overrides:
openstack-origin: ppa:ubuntu-cloud-archive/liberty-staging
source: ppa:ubuntu-cloud-archive/liberty-staging
|