~chris.macnaughton/openstack-mojo-specs/nova-compute-migration

« back to all changes in this revision

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

[muitiple] Merging 17.08 testing changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
      options:
27
27
        admin-password: openstack
28
28
        admin-token: ubuntutesting
29
 
        vip: 10.5.100.1
 
29
        vip: "{{ MOJO_OS_VIP01 }}"
30
30
    keystone-hacluster:
31
31
      charm: hacluster
32
32
    openstack-dashboard:
34
34
      constraints: mem=1G
35
35
      num_units: 2
36
36
      options:
37
 
        vip: 10.5.100.2
 
37
        vip: "{{ MOJO_OS_VIP02 }}"
38
38
    dashboard-hacluster:
39
39
      charm: hacluster
40
40
    nova-compute:
51
51
      num_units: 2
52
52
      options:
53
53
        network-manager: Neutron
54
 
        vip: 10.5.100.3
 
54
        vip: "{{ MOJO_OS_VIP02 }}"
55
55
    ncc-hacluster:
56
56
      charm: hacluster
57
57
    neutron-gateway:
67
67
      options:
68
68
        block-device: "None"
69
69
        glance-api-version: 2
70
 
        vip: 10.5.100.4
 
70
        vip: "{{ MOJO_OS_VIP03 }}"
71
71
      constraints": mem=1G
72
72
    cinder-hacluster:
73
73
      charm: hacluster
78
78
      constraints: mem=1G
79
79
      num_units: 2
80
80
      options:
81
 
        vip: 10.5.100.5
 
81
        vip: "{{ MOJO_OS_VIP04 }}"
82
82
    glance-hacluster:
83
83
      charm: hacluster
84
84
    swift-proxy:
89
89
        zone-assignment: manual
90
90
        replicas: 3
91
91
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
92
 
        vip: 10.5.100.6
 
92
        vip: "{{ MOJO_OS_VIP05 }}"
93
93
    swift-proxy-hacluster:
94
94
      charm: hacluster
95
95
    swift-storage-z1:
96
 
      charm: swift-storage
 
96
      charm: swift-storage-z1
97
97
      constraints: mem=1G
98
98
      options:
99
99
        zone: 1
100
100
        block-device: vdb
101
101
        overwrite: "true"
102
102
    swift-storage-z2:
103
 
      charm: swift-storage
 
103
      charm: swift-storage-z2
104
104
      constraints: mem=1G
105
105
      options:
106
106
        zone: 2
107
107
        block-device: vdb
108
108
        overwrite: "true"
109
109
    swift-storage-z3:
110
 
      charm: swift-storage
 
110
      charm: swift-storage-z3
111
111
      constraints: mem=1G
112
112
      options:
113
113
        zone: 3
121
121
      constraints: mem=1G
122
122
      num_units: 2
123
123
      options:
124
 
        vip: 10.5.100.10
 
124
        vip: "{{ MOJO_OS_VIP06 }}"
125
125
        vip_cidr: 16
126
126
openstack-percona-database:
127
127
  inherits: openstack-services
131
131
      constraints: mem=1G
132
132
      num_units: 2
133
133
      options:
134
 
        vip: 10.5.100.10
 
134
        vip: "{{ MOJO_OS_VIP07 }}"
135
135
        vip_cidr: 16
136
136
        root-password: crapper
137
137
        sst-password: crapper
144
144
      constraints: mem=1G
145
145
      options:
146
146
        neutron-security-groups: True
147
 
        vip: 10.5.108.1
 
147
        vip: "{{ MOJO_OS_VIP08 }}"
148
148
        flat-network-providers: physnet1
149
149
    neutron-api-hacluster:
150
150
      charm: hacluster