~ajkavanagh/+junk/useful-things

« back to all changes in this revision

Viewing changes to ruxton/ruxton-queens-bundle.yaml

  • Committer: Alex Kavanagh
  • Date: 2018-06-13 15:19:26 UTC
  • Revision ID: alex.kavanagh@canonical.com-20180613151926-6l76h23eu3vsh127
Add the rest of the bastion interesting files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
machines:
 
2
  '0':
 
3
    series: xenial
 
4
    constraints: tags=dell
 
5
  '1':
 
6
    series: xenial
 
7
    constraints: tags=dell
 
8
  '2':
 
9
    series: xenial
 
10
    constraints: tags=dell
 
11
  '3':
 
12
    series: xenial
 
13
    constraints: tags=dell
 
14
relations:
 
15
- - nova-compute:amqp
 
16
  - rabbitmq-server:amqp
 
17
- - neutron-gateway:amqp
 
18
  - rabbitmq-server:amqp
 
19
- - keystone:shared-db
 
20
  - mysql:shared-db
 
21
- - nova-cloud-controller:identity-service
 
22
  - keystone:identity-service
 
23
- - glance:identity-service
 
24
  - keystone:identity-service
 
25
- - neutron-api:identity-service
 
26
  - keystone:identity-service
 
27
- - neutron-openvswitch:neutron-plugin-api
 
28
  - neutron-api:neutron-plugin-api
 
29
- - neutron-api:shared-db
 
30
  - mysql:shared-db
 
31
- - neutron-api:amqp
 
32
  - rabbitmq-server:amqp
 
33
- - neutron-gateway:neutron-plugin-api
 
34
  - neutron-api:neutron-plugin-api
 
35
- - glance:shared-db
 
36
  - mysql:shared-db
 
37
- - glance:amqp
 
38
  - rabbitmq-server:amqp
 
39
- - nova-cloud-controller:image-service
 
40
  - glance:image-service
 
41
- - nova-compute:image-service
 
42
  - glance:image-service
 
43
- - nova-cloud-controller:cloud-compute
 
44
  - nova-compute:cloud-compute
 
45
- - nova-cloud-controller:amqp
 
46
  - rabbitmq-server:amqp
 
47
- - nova-cloud-controller:quantum-network-service
 
48
  - neutron-gateway:quantum-network-service
 
49
- - nova-compute:neutron-plugin
 
50
  - neutron-openvswitch:neutron-plugin
 
51
- - neutron-openvswitch:amqp
 
52
  - rabbitmq-server:amqp
 
53
- - openstack-dashboard:identity-service
 
54
  - keystone:identity-service
 
55
- - nova-cloud-controller:shared-db
 
56
  - mysql:shared-db
 
57
- - nova-cloud-controller:neutron-api
 
58
  - neutron-api:neutron-api
 
59
- - ceph-mon:client
 
60
  - nova-compute:ceph
 
61
- - ceph-mon:client
 
62
  - glance:ceph
 
63
- - ceph-osd:mon
 
64
  - ceph-mon:osd
 
65
- - ntp:juju-info
 
66
  - nova-compute:juju-info
 
67
- - ntp:juju-info
 
68
  - neutron-gateway:juju-info
 
69
- - ceph-radosgw:mon
 
70
  - ceph-mon:radosgw
 
71
- - ceph-radosgw:identity-service
 
72
  - keystone:identity-service
 
73
- - nova-compute:lxd
 
74
  - lxd:lxd
 
75
series: xenial
 
76
services:
 
77
  ceph-mon:
 
78
    annotations:
 
79
      gui-x: '750'
 
80
      gui-y: '500'
 
81
    charm: cs:~openstack-charmers-next/ceph-mon
 
82
    num_units: 3
 
83
    options:
 
84
      default-rbd-features: 1
 
85
      expected-osd-count: 3
 
86
      source: cloud:xenial-queens/proposed
 
87
    to:
 
88
    - lxd:1
 
89
    - lxd:2
 
90
    - lxd:3
 
91
    bindings:
 
92
      "": undefined
 
93
  ceph-osd:
 
94
    annotations:
 
95
      gui-x: '1000'
 
96
      gui-y: '500'
 
97
    charm: cs:~openstack-charmers-next/ceph-osd
 
98
    num_units: 3
 
99
    options:
 
100
      osd-devices: /srv/ceph-osd
 
101
      osd-reformat: 'yes'
 
102
      source: cloud:xenial-queens/proposed
 
103
    to:
 
104
    - '1'
 
105
    - '2'
 
106
    - '3'
 
107
  ceph-radosgw:
 
108
    annotations:
 
109
      gui-x: '1000'
 
110
      gui-y: '250'
 
111
    charm: cs:~openstack-charmers-next/ceph-radosgw
 
112
    num_units: 1
 
113
    to:
 
114
    - lxd:0
 
115
    options:
 
116
      source: cloud:xenial-queens/proposed
 
117
  glance:
 
118
    annotations:
 
119
      gui-x: '250'
 
120
      gui-y: '0'
 
121
    charm: cs:~openstack-charmers-next/glance
 
122
    num_units: 1
 
123
    to:
 
124
    - lxd:2
 
125
    bindings:
 
126
      "": undefined
 
127
    options:
 
128
      openstack-origin: cloud:xenial-queens/proposed
 
129
  keystone:
 
130
    annotations:
 
131
      gui-x: '500'
 
132
      gui-y: '0'
 
133
    charm: cs:~openstack-charmers-next/keystone
 
134
    num_units: 1
 
135
    options:
 
136
      admin-password: openstack
 
137
      openstack-origin: cloud:xenial-queens/proposed
 
138
    to:
 
139
    - lxd:3
 
140
    bindings:
 
141
      "": undefined
 
142
  lxd:
 
143
    annotations:
 
144
      gui-x: '750'
 
145
      gui-y: '250'
 
146
    charm: cs:~openstack-charmers-next/lxd
 
147
    num_units: 0
 
148
    options:
 
149
      block-devices: /dev/sdb
 
150
      overwrite: true
 
151
      storage-type: zfs
 
152
  mysql:
 
153
    annotations:
 
154
      gui-x: '0'
 
155
      gui-y: '250'
 
156
    charm: cs:~openstack-charmers-next/percona-cluster
 
157
    num_units: 1
 
158
    options:
 
159
      innodb-buffer-pool-size: 256M
 
160
      max-connections: 1000
 
161
    to:
 
162
    - lxd:0
 
163
  neutron-api:
 
164
    annotations:
 
165
      gui-x: '500'
 
166
      gui-y: '500'
 
167
    charm: cs:~openstack-charmers-next/neutron-api
 
168
    num_units: 1
 
169
    options:
 
170
      flat-network-providers: physnet1
 
171
      neutron-security-groups: true
 
172
      worker-multiplier: 0.25
 
173
      openstack-origin: cloud:xenial-queens/proposed
 
174
    to:
 
175
    - lxd:1
 
176
  neutron-gateway:
 
177
    annotations:
 
178
      gui-x: '0'
 
179
      gui-y: '0'
 
180
    charm: cs:~openstack-charmers-next/neutron-gateway
 
181
    num_units: 1
 
182
    options:
 
183
      bridge-mappings: physnet1:br-ex
 
184
      data-port: br-ex:eno2
 
185
      openstack-origin: cloud:xenial-queens/proposed
 
186
      worker-multiplier: 0.25
 
187
      instance-mtu: 1456
 
188
    to:
 
189
    - '0'
 
190
  neutron-openvswitch:
 
191
    annotations:
 
192
      gui-x: '250'
 
193
      gui-y: '500'
 
194
    charm: cs:~openstack-charmers-next/neutron-openvswitch
 
195
    num_units: 0
 
196
  nova-cloud-controller:
 
197
    annotations:
 
198
      gui-x: '0'
 
199
      gui-y: '500'
 
200
    charm: cs:~openstack-charmers-next/nova-cloud-controller
 
201
    num_units: 1
 
202
    options:
 
203
      network-manager: Neutron
 
204
      openstack-origin: cloud:xenial-queens/proposed
 
205
      worker-multiplier: 0.25
 
206
    to:
 
207
    - lxd:2
 
208
    bindings:
 
209
      "": undefined
 
210
  nova-compute:
 
211
    annotations:
 
212
      gui-x: '250'
 
213
      gui-y: '250'
 
214
    charm: cs:~openstack-charmers-next/nova-compute
 
215
    num_units: 3
 
216
    options:
 
217
      config-flags: default_ephemeral_format=ext4
 
218
      enable-live-migration: true
 
219
      enable-resize: true
 
220
      migration-auth-type: ssh
 
221
      virt-type: lxd
 
222
      openstack-origin: cloud:xenial-queens/proposed
 
223
    to:
 
224
    - '1'
 
225
    - '2'
 
226
    - '3'
 
227
  ntp:
 
228
    annotations:
 
229
      gui-x: '1000'
 
230
      gui-y: '0'
 
231
    charm: cs:ntp
 
232
    num_units: 0
 
233
  openstack-dashboard:
 
234
    annotations:
 
235
      gui-x: '500'
 
236
      gui-y: '-250'
 
237
    charm: cs:~openstack-charmers-next/openstack-dashboard
 
238
    num_units: 1
 
239
    options:
 
240
      openstack-origin: cloud:xenial-queens/proposed
 
241
    to:
 
242
    - lxd:3
 
243
    bindings:
 
244
      "": undefined
 
245
  rabbitmq-server:
 
246
    annotations:
 
247
      gui-x: '500'
 
248
      gui-y: '250'
 
249
    charm: cs:~openstack-charmers-next/rabbitmq-server
 
250
    num_units: 1
 
251
    to:
 
252
    - lxd:0