~ajkavanagh/openstack-mojo-specs/fix-os-project-id-nova-creds

« back to all changes in this revision

Viewing changes to helper/bundles/baremetal7.yaml

  • Committer: Ryan Beisner
  • Date: 2017-02-03 22:00:55 UTC
  • mfrom: (287.1.1 mojo-openstack-specs)
  • Revision ID: ryan.beisner@canonical.com-20170203220055-ob4lhgk2c0jl18kf
Update baremetal specs for new mutus lab machine sizes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim: set ts=2 et:
2
 
#
3
1
# Config and topology for STABLE charms
4
2
#
5
3
# A 7-machine bare metal bundle which is appx. equivalent to "sparse/next.yaml"
10
8
#
11
9
openstack-services:
12
10
  services:
 
11
# TODO: add AODH
 
12
#    aodh:
 
13
#      charm: aodh
 
14
#      num_units: 1
 
15
#      to:
 
16
#        - "lxc:1"
13
17
    mysql:
14
18
      charm: mysql
15
19
      options:
16
 
        dataset-size: 50%
 
20
        dataset-size: 1G
 
21
        max-connections: 1000
17
22
      to:
18
23
        - "0"
19
24
    rabbitmq-server:
49
54
        - "lxc:0"
50
55
    swift-storage-z1:
51
56
      charm: swift-storage
 
57
      constraints: "mem=2G"
52
58
      options:
53
59
        zone: 1
54
60
        block-device: /dev/vdb /dev/sdb
55
61
        overwrite: "true"
56
62
    swift-storage-z2:
57
63
      charm: swift-storage
 
64
      constraints: "mem=2G"
58
65
      options:
59
66
        zone: 2
60
67
        block-device: /dev/vdb /dev/sdb
61
68
        overwrite: "true"
62
69
    swift-storage-z3:
63
70
      charm: swift-storage
 
71
      constraints: "mem=2G"
64
72
      options:
65
73
        zone: 3
66
74
        block-device: /dev/vdb /dev/sdb
78
86
        - "lxc:swift-storage-z2=0"
79
87
    nova-compute:
80
88
      charm: nova-compute
 
89
      constraints: "mem=4G"
81
90
      num_units: 3
82
91
      options:
83
92
        enable-live-migration: True
92
101
    neutron-gateway:
93
102
      charm: neutron-gateway
94
103
      options:
95
 
        ext-port: eth1
96
104
        instance-mtu: 1300
 
105
        data-port: br-ex:eth1
 
106
        bridge-mappings: physnet1:br-ex
97
107
      to:
98
108
        - "0"
99
109
    cinder:
126
136
    ntp:
127
137
      charm: ntp
128
138
      num_units: 0
129
 
#    juju-gui:
130
 
#      charm: juju-gui
131
 
#      to:
132
 
#        - "lxc:swift-storage-z3=0"
133
139
  relations:
134
140
    - [ keystone, mysql ]
135
141
    - [ nova-cloud-controller, mysql ]
169
175
    - [ heat, rabbitmq-server ]
170
176
    - - ceph-osd:mon
171
177
      - ceph:osd
 
178
#    - - aodh:shared-db
 
179
#      - mysql:shared-db
 
180
#    - - aodh:identity-service
 
181
#      - keystone:identity-service
 
182
#    - - aodh:amqp
 
183
#      - rabbitmq-server:amqp
172
184
    - - ntp:juju-info
173
185
      - nova-compute:juju-info
174
186
    - - ntp:juju-info
320
332
  overrides:
321
333
    source: proposed
322
334
    openstack-origin: distro-proposed
 
335
# newton
 
336
xenial-newton:
 
337
  inherits: openstack-icehouse
 
338
  series: xenial
 
339
  overrides:
 
340
    openstack-origin: cloud:xenial-newton
 
341
    source: cloud:xenial-newton
 
342
xenial-newton-proposed:
 
343
  inherits: xenial-newton
 
344
  overrides:
 
345
    openstack-origin: cloud:xenial-newton/proposed
 
346
    source: cloud:xenial-proposed/newton
 
347
xenial-newton-staging:
 
348
  inherits: xenial-newton
 
349
  overrides:
 
350
    openstack-origin: ppa:ubuntu-cloud-archive/newton-staging
 
351
    source: ppa:ubuntu-cloud-archive/newton-staging
 
352
yakkety-newton:
 
353
  inherits: openstack-icehouse
 
354
  series: yakkety
 
355
yakkety-newton-proposed:
 
356
  inherits: yakkety-newton
 
357
  overrides:
 
358
    source: proposed
 
359
    openstack-origin: distro-proposed