~ajkavanagh/openstack-mojo-specs/remove-cinder-from-vrrp-ha

« back to all changes in this revision

Viewing changes to helper/bundles/ha-next.yaml

  • Committer: David Ames
  • Date: 2017-09-11 15:47:30 UTC
  • mto: This revision was merged to the branch mainline in revision 334.
  • Revision ID: david.ames@canonical.com-20170911154730-3grb894a0pwvvu9q
Quote template variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        innodb-buffer-pool-size: 200M
10
10
        sst-password: changeme
11
11
        root-password: changeme
12
 
        vip: {{ MOJO_OS_VIP01 }}
 
12
        vip: "{{ MOJO_OS_VIP01 }}"
13
13
    mysql-hacluster:
14
14
      charm: hacluster
15
15
      options:
37
37
      options:
38
38
        admin-password: openstack
39
39
        admin-token: ubuntutesting
40
 
        vip: {{ MOJO_OS_VIP02 }}
 
40
        vip: "{{ MOJO_OS_VIP02 }}"
41
41
    keystone-hacluster:
42
42
      charm: hacluster
43
43
      options:
48
48
      constraints: mem=1G
49
49
      num_units: 3
50
50
      options:
51
 
        vip: {{ MOJO_OS_VIP03 }}
 
51
        vip: "{{ MOJO_OS_VIP03 }}"
52
52
    dashboard-hacluster:
53
53
      charm: hacluster
54
54
      options:
67
67
      num_units: 3
68
68
      options:
69
69
        network-manager: Neutron
70
 
        vip: {{ MOJO_OS_VIP04 }}
 
70
        vip: "{{ MOJO_OS_VIP04 }}"
71
71
    nova-cc-hacluster:
72
72
      charm: hacluster
73
73
      options:
86
86
      options:
87
87
        block-device: "None"
88
88
        glance-api-version: 2
89
 
        vip: {{ MOJO_OS_VIP05 }}
 
89
        vip: "{{ MOJO_OS_VIP05 }}"
90
90
    cinder-hacluster:
91
91
      charm: hacluster
92
92
      options:
99
99
      constraints: mem=1G
100
100
      num_units: 3
101
101
      options:
102
 
        vip: {{ MOJO_OS_VIP06 }}
 
102
        vip: "{{ MOJO_OS_VIP06 }}"
103
103
    glance-hacluster:
104
104
      charm: hacluster
105
105
      options:
113
113
        zone-assignment: manual
114
114
        replicas: 3
115
115
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
116
 
        vip: {{ MOJO_OS_VIP07 }}
 
116
        vip: "{{ MOJO_OS_VIP07 }}"
117
117
    swift-hacluster:
118
118
      charm: hacluster
119
119
      options:
145
145
      constraints: mem=1G
146
146
      num_units: 3
147
147
      options:
148
 
        vip: {{ MOJO_OS_VIP08 }}
 
148
        vip: "{{ MOJO_OS_VIP08 }}"
149
149
    ceilometer-hacluster:
150
150
      charm: hacluster
151
151
      options:
164
164
      num_units: 3
165
165
      options:
166
166
        neutron-security-groups: True
167
 
        vip: {{ MOJO_OS_VIP09 }}
 
167
        vip: "{{ MOJO_OS_VIP09 }}"
168
168
        flat-network-providers: physnet1
169
169
    neutron-hacluster:
170
170
      charm: hacluster