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

« back to all changes in this revision

Viewing changes to helper/bundles/baremetal7-next.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:
 
1
# Config and topology for DEVELOPMENT charms
2
2
#
3
3
# A 7-machine bare metal bundle which is appx. equivalent to "sparse/next.yaml"
4
4
# with some smooshing and co-location for density.  This is an EXAMPLE TEST BUNDLE.
8
8
#
9
9
openstack-services:
10
10
  services:
11
 
# Need to either split a separate bundle for Precise, without AODH, or
12
 
# craft AODH into inheritance here for >= Trusty.
 
11
# TODO: add AODH
13
12
#    aodh:
14
13
#      charm: aodh
15
14
#      num_units: 1
18
17
    mysql:
19
18
      charm: mysql
20
19
      options:
21
 
        dataset-size: 50%
22
 
        max-connections: 20000
 
20
        dataset-size: 1G
 
21
        max-connections: 1000
23
22
      to:
24
23
        - "0"
25
24
    rabbitmq-server:
55
54
        - "lxc:0"
56
55
    swift-storage-z1:
57
56
      charm: swift-storage
 
57
      constraints: "mem=2G"
58
58
      options:
59
59
        zone: 1
60
60
        block-device: /dev/vdb /dev/sdb
61
61
        overwrite: "true"
62
62
    swift-storage-z2:
63
63
      charm: swift-storage
 
64
      constraints: "mem=2G"
64
65
      options:
65
66
        zone: 2
66
67
        block-device: /dev/vdb /dev/sdb
67
68
        overwrite: "true"
68
69
    swift-storage-z3:
69
70
      charm: swift-storage
 
71
      constraints: "mem=2G"
70
72
      options:
71
73
        zone: 3
72
74
        block-device: /dev/vdb /dev/sdb
84
86
        - "lxc:swift-storage-z2=0"
85
87
    nova-compute:
86
88
      charm: nova-compute
 
89
      constraints: "mem=4G"
87
90
      num_units: 3
88
91
      options:
89
92
        enable-live-migration: True