~ggouzi/obinstall/obinstall

« back to all changes in this revision

Viewing changes to demos/project_calico/calico-kilo.yaml

  • Committer: MMorana
  • Date: 2016-03-24 01:18:40 UTC
  • Revision ID: mass@ubuntu.com-20160324011840-blxydmf7ca4ggle0
Splitting out demos from install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
kilo:
2
 
  overrides:
3
 
    openstack-origin: cloud:trusty-kilo
4
 
    source: cloud:trusty-updates/kilo
5
 
  services:
6
 
    ceph:
7
 
      branch: "lp:charms/trusty/ceph"
8
 
      num_units: 3
9
 
      constraints: tags=physical
10
 
      options:
11
 
        fsid: "9e7aac42-4bf4-11e3-b4b7-5254006a039c"
12
 
        "monitor-secret": AQAAvoJSOAv/NRAAgvXP8d7iXN7lWYbvDZzm2Q==
13
 
        "osd-devices": "/dev/sdb"
14
 
        "osd-reformat": "yes"
15
 
      annotations:
16
 
        "gui-x": "2648.6688842773438"
17
 
        "gui-y": "708.3873901367188"
18
 
    ubuntu:
19
 
      branch: "lp:charms/trusty/ubuntu"
20
 
      num_units: 1
21
 
      constraints: tags=physical
22
 
    keystone:
23
 
      branch: "lp:charms/trusty/keystone"
24
 
      num_units: 1
25
 
      to: lxc:ubuntu=0
26
 
      options:
27
 
        "admin-password": "admin"
28
 
        "admin-token": "admin"
29
 
      annotations:
30
 
        "gui-x": "2013.905517578125"
31
 
        "gui-y": "75.58013916015625"
32
 
    "nova-compute":
33
 
      branch: "lp:~openstack-charmers/charms/trusty/nova-compute/next"
34
 
      #branch: "lp:charms/trusty/nova-compute"
35
 
      num_units: 3
36
 
      to: [ceph=0, ceph=1, ceph=2]
37
 
      annotations:
38
 
        "gui-x": "776.1040649414062"
39
 
        "gui-y": "-81.22811031341553"
40
 
    "neutron-calico":
41
 
      branch: "lp:charms/trusty/neutron-calico"
42
 
      num_units: 0
43
 
      annotations:
44
 
        "gui-x": "500"
45
 
        "gui-y": "500"
46
 
    etcd:
47
 
      branch: "lp:charms/trusty/etcd"
48
 
      num_units: 1
49
 
      to: ubuntu=0
50
 
      annotations:
51
 
        "gui-x": "750"
52
 
        "gui-y": "250"
53
 
    bird:
54
 
      branch: "lp:charms/trusty/bird"
55
 
      num_units: 1
56
 
      to: ubuntu=0
57
 
      annotations:
58
 
        "gui-x": "750"
59
 
        "gui-y": "500"
60
 
    "neutron-api":
61
 
      branch: "lp:charms/trusty/neutron-api"
62
 
      num_units: 1
63
 
      to: lxc:ubuntu=0
64
 
      options:
65
 
        "neutron-plugin": Calico
66
 
        "neutron-security-groups": true
67
 
      annotations:
68
 
        "gui-x": "500"
69
 
        "gui-y": "0"
70
 
    "nova-cloud-controller":
71
 
      branch: "lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next"
72
 
      num_units: 1
73
 
      to: lxc:ubuntu=0
74
 
      options:
75
 
        "network-manager": Neutron
76
 
      annotations:
77
 
        "gui-x": "1388.40185546875"
78
 
        "gui-y": "-118.01156234741211"
79
 
    rabbitmq:
80
 
      branch: "lp:charms/trusty/rabbitmq-server"
81
 
      num_units: 1
82
 
      to: lxc:ubuntu=0
83
 
      annotations:
84
 
        "gui-x": "633.8120727539062"
85
 
        "gui-y": "862.6530151367188"
86
 
    glance:
87
 
      branch: "lp:charms/trusty/glance"
88
 
      num_units: 1
89
 
      to: lxc:ubuntu=0
90
 
      annotations:
91
 
        "gui-x": "1147.3269653320312"
92
 
        "gui-y": "1389.5643157958984"
93
 
    cinder:
94
 
      branch: "lp:charms/trusty/cinder"
95
 
      num_units: 1
96
 
      to: lxc:ubuntu=0
97
 
      options:
98
 
        "block-device": none
99
 
      annotations:
100
 
        "gui-x": "1752.32568359375"
101
 
        "gui-y": "1365.716194152832"
102
 
    "ceph-radosgw":
103
 
      branch: "lp:charms/trusty/ceph-radosgw"
104
 
      num_units: 1
105
 
      to: lxc:ubuntu=0
106
 
      annotations:
107
 
        "gui-x": "2216.68212890625"
108
 
        "gui-y": "697.16796875"
109
 
    cinder-ceph:
110
 
      branch: "lp:charms/trusty/cinder-ceph"
111
 
      num_units: 0
112
 
      annotations:
113
 
        "gui-x": "2257.5515747070312"
114
 
        "gui-y": "1231.2130126953125"
115
 
    "openstack-dashboard":
116
 
      branch: "lp:charms/trusty/openstack-dashboard"
117
 
      num_units: 1
118
 
      to: lxc:ubuntu=0
119
 
      options:
120
 
        webroot: "/"
121
 
      annotations:
122
 
        "gui-x": "2353.6898193359375"
123
 
        "gui-y": "-94.2642593383789"
124
 
    mysql:
125
 
      branch: "lp:charms/trusty/mysql"
126
 
      num_units: 1
127
 
      to: lxc:ubuntu=0
128
 
      options:
129
 
        "dataset-size": "20%"
130
 
      annotations:
131
 
        "gui-x": "364.4567565917969"
132
 
        "gui-y": "1067.5167846679688"
133
 
    mongodb:
134
 
      branch: "lp:charms/trusty/mongodb"
135
 
      num_units: 1
136
 
      to: lxc:ubuntu=0
137
 
      annotations:
138
 
        "gui-x": "-70.0399979352951"
139
 
        "gui-y": "1282.8224487304688"
140
 
    ceilometer:
141
 
      branch: "lp:charms/trusty/ceilometer"
142
 
      num_units: 1
143
 
      to: lxc:ubuntu=0
144
 
      annotations:
145
 
        "gui-x": "-78.13333225250244"
146
 
        "gui-y": "919.3128051757812"
147
 
    "ceilometer-agent":
148
 
      branch: "lp:charms/trusty/ceilometer-agent"
149
 
      num_units: 0
150
 
      annotations:
151
 
        "gui-x": "-90.9158582687378"
152
 
        "gui-y": "562.5347595214844"
153
 
    heat:
154
 
      branch: "lp:charms/trusty/heat"
155
 
      num_units: 1
156
 
      to: lxc:ubuntu=0
157
 
      annotations:
158
 
        "gui-x": "494.94012451171875"
159
 
        "gui-y": "1363.6024169921875"
160
 
    ntp:
161
 
      branch: "lp:charms/ntp"
162
 
      num_units: 0
163
 
      annotations:
164
 
        "gui-x": "-104.57728099822998"
165
 
        "gui-y": "294.6641273498535"
166
 
  relations:
167
 
    - - "keystone:shared-db"
168
 
      - "mysql:shared-db"
169
 
    - - "nova-cloud-controller:shared-db"
170
 
      - "mysql:shared-db"
171
 
    - - "nova-cloud-controller:amqp"
172
 
      - "rabbitmq:amqp"
173
 
    - - "nova-cloud-controller:image-service"
174
 
      - "glance:image-service"
175
 
    - - "nova-cloud-controller:identity-service"
176
 
      - "keystone:identity-service"
177
 
    - - "glance:shared-db"
178
 
      - "mysql:shared-db"
179
 
    - - "glance:identity-service"
180
 
      - "keystone:identity-service"
181
 
    - - "cinder:shared-db"
182
 
      - "mysql:shared-db"
183
 
    - - "cinder:amqp"
184
 
      - "rabbitmq:amqp"
185
 
    - - "cinder:cinder-volume-service"
186
 
      - "nova-cloud-controller:cinder-volume-service"
187
 
    - - "cinder:identity-service"
188
 
      - "keystone:identity-service"
189
 
    - - "openstack-dashboard:identity-service"
190
 
      - "keystone:identity-service"
191
 
    - - "nova-compute:shared-db"
192
 
      - "mysql:shared-db"
193
 
    - - "nova-compute:amqp"
194
 
      - "rabbitmq:amqp"
195
 
    - - "neutron-calico:etcd-proxy"
196
 
      - "etcd:proxy"
197
 
    - - "neutron-api:etcd-proxy"
198
 
      - "etcd:proxy"
199
 
    - - "neutron-calico:amqp"
200
 
      - "rabbitmq:amqp"
201
 
    - - "neutron-calico:neutron-plugin-api"
202
 
      - "neutron-api:neutron-plugin-api"
203
 
    - - "neutron-calico:neutron-plugin"
204
 
      - "nova-compute:neutron-plugin"
205
 
    - - "neutron-api:neutron-api"
206
 
      - "nova-cloud-controller:neutron-api"
207
 
    - - "neutron-api:amqp"
208
 
      - "rabbitmq:amqp"
209
 
    - - "neutron-calico:bgp-route-reflector"
210
 
      - "bird:bgp-route-reflector"
211
 
    - - "neutron-api:shared-db"
212
 
      - "mysql:shared-db"
213
 
    - - "neutron-api:identity-service"
214
 
      - "keystone:identity-service"
215
 
    - - "nova-compute:image-service"
216
 
      - "glance:image-service"
217
 
    - - "nova-compute:cloud-compute"
218
 
      - "nova-cloud-controller:cloud-compute"
219
 
    - - "cinder:storage-backend"
220
 
      - "cinder-ceph:storage-backend"
221
 
    - - "ceph:client"
222
 
      - "cinder-ceph:ceph"
223
 
    - - "ceph:client"
224
 
      - "nova-compute:ceph"
225
 
    - - "ceph:client"
226
 
      - "glance:ceph"
227
 
    - - "ceilometer:identity-service"
228
 
      - "keystone:identity-service"
229
 
    - - "ceilometer:amqp"
230
 
      - "rabbitmq:amqp"
231
 
    - - "ceilometer:shared-db"
232
 
      - "mongodb:database"
233
 
    - - "ceilometer-agent:container"
234
 
      - "nova-compute:juju-info"
235
 
    - - "ceilometer-agent:ceilometer-service"
236
 
      - "ceilometer:ceilometer-service"
237
 
    - - "heat:shared-db"
238
 
      - "mysql:shared-db"
239
 
    - - "heat:identity-service"
240
 
      - "keystone:identity-service"
241
 
    - - "heat:amqp"
242
 
      - "rabbitmq:amqp"
243
 
    - - "ceph-radosgw:mon"
244
 
      - "ceph:radosgw"
245
 
    - - "ceph-radosgw:identity-service"
246
 
      - "keystone:identity-service"
247
 
    - - "ntp:juju-info"
248
 
      - "ceph:juju-info"
249
 
    - - "ntp:juju-info"
250
 
      - "keystone:juju-info"
251
 
    - - "ntp:juju-info"
252
 
      - "nova-compute:juju-info"
253
 
    - - "ntp:juju-info"
254
 
      - "nova-cloud-controller:juju-info"
255
 
    - - "ntp:juju-info"
256
 
      - "rabbitmq:juju-info"
257
 
    - - "ntp:juju-info"
258
 
      - "glance:juju-info"
259
 
    - - "ntp:juju-info"
260
 
      - "cinder:juju-info"
261
 
    - - "ntp:juju-info"
262
 
      - "ceph-radosgw:juju-info"
263
 
    - - "ntp:juju-info"
264
 
      - "openstack-dashboard:juju-info"
265
 
    - - "ntp:juju-info"
266
 
      - "mysql:juju-info"
267
 
    - - "ntp:juju-info"
268
 
      - "mongodb:juju-info"
269
 
    - - "ntp:juju-info"
270
 
      - "ceilometer:juju-info"
271
 
    - - "ntp:juju-info"
272
 
      - "heat:juju-info"
273
 
    - - "ntp:juju-info"
274
 
      - "neutron-calico:juju-info"
275
 
    - - "ntp:juju-info"
276
 
      - "neutron-api:juju-info"
277
 
    - - "ntp:juju-info"
278
 
      - "bird:juju-info"
279
 
    - - "ntp:juju-info"
280
 
      - "etcd:juju-info"
281
 
  series: trusty
282