~openstack-charm-testers/openstack-charm-testing/percona-split-net

« back to all changes in this revision

Viewing changes to bundles/baremetal/7-default.yaml

  • Committer: Ryan Beisner
  • Date: 2016-04-21 15:29:35 UTC
  • mfrom: (203.1.3 16.04-release)
  • Revision ID: ryan.beisner@canonical.com-20160421152935-tiug6xci6gg1ugz5
[james-page, r=1chb1n] Updates for 16.04 charm release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
openstack-services:
10
10
  services:
11
11
    mysql:
12
 
      branch: https://github.com/openstack/charm-percona-cluster;stable
 
12
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.04
13
13
      options:
14
14
        dataset-size: 50%
15
15
        max-connections: 20000
16
16
      to:
17
17
        - "0"
18
18
    rabbitmq-server:
19
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable
 
19
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
20
20
      to:
21
21
        - "lxc:0"
22
22
    ceph:
23
 
      branch: https://github.com/openstack/charm-ceph;stable
 
23
      branch: https://github.com/openstack/charm-ceph;stable/16.04
24
24
      num_units: 3
25
25
      options:
26
26
        fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
32
32
        - "nova-compute=1"
33
33
        - "nova-compute=2"
34
34
    ceph-osd:
35
 
      branch: https://github.com/openstack/charm-ceph-osd;stable
 
35
      branch: https://github.com/openstack/charm-ceph-osd;stable/16.04
36
36
      options:
37
37
        osd-devices: /dev/vdb /dev/sdb
38
38
        osd-reformat: "yes"
39
39
      to:
40
40
        - "0"
41
41
    swift-proxy:
42
 
      branch: https://github.com/openstack/charm-swift-proxy;stable
 
42
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.04
43
43
      options:
44
44
        zone-assignment: manual
45
45
        replicas: 3
47
47
      to:
48
48
        - "lxc:0"
49
49
    swift-storage-z1:
50
 
      branch: https://github.com/openstack/charm-swift-storage;stable
 
50
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
51
51
      options:
52
52
        zone: 1
53
53
        block-device: /dev/vdb /dev/sdb
54
54
        overwrite: "true"
55
55
    swift-storage-z2:
56
 
      branch: https://github.com/openstack/charm-swift-storage;stable
 
56
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
57
57
      options:
58
58
        zone: 2
59
59
        block-device: /dev/vdb /dev/sdb
60
60
        overwrite: "true"
61
61
    swift-storage-z3:
62
 
      branch: https://github.com/openstack/charm-swift-storage;stable
 
62
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
63
63
      options:
64
64
        zone: 3
65
65
        block-device: /dev/vdb /dev/sdb
66
66
        overwrite: "true"
67
67
    keystone:
68
 
      branch: https://github.com/openstack/charm-keystone;stable
 
68
      branch: https://github.com/openstack/charm-keystone;stable/16.04
69
69
      options:
70
70
        admin-password: openstack
71
71
        admin-token: ubuntutesting
72
72
      to:
73
73
        - "lxc:swift-storage-z1=0"
74
74
    openstack-dashboard:
75
 
      branch: https://github.com/openstack/charm-openstack-dashboard;stable
 
75
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.04
76
76
      to:
77
77
        - "lxc:swift-storage-z2=0"
78
78
    nova-compute:
79
 
      branch: https://github.com/openstack/charm-nova-compute;stable
 
79
      branch: https://github.com/openstack/charm-nova-compute;stable/16.04
80
80
      num_units: 3
81
81
      options:
82
82
        enable-live-migration: True
83
83
        enable-resize: True
84
84
        migration-auth-type: ssh
85
85
    nova-cloud-controller:
86
 
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable
 
86
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.04
87
87
      options:
88
88
        network-manager: Neutron
89
 
        quantum-security-groups: "yes"
90
89
      to:
91
90
        - "lxc:swift-storage-z3=0"
92
91
    neutron-gateway:
93
 
      branch: https://github.com/openstack/charm-neutron-gateway;stable
 
92
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.04
94
93
      options:
95
94
        ext-port: eth1
96
95
        instance-mtu: 1300
97
96
      to:
98
97
        - "0"
99
98
    cinder:
100
 
      branch: https://github.com/openstack/charm-cinder;stable
 
99
      branch: https://github.com/openstack/charm-cinder;stable/16.04
101
100
      options:
102
101
        block-device: "None"
103
102
        glance-api-version: 2
104
103
      to:
105
104
        - "lxc:nova-compute=2"
106
105
    cinder-ceph:
107
 
      branch: https://github.com/openstack/charm-cinder-ceph;stable
 
106
      branch: https://github.com/openstack/charm-cinder-ceph;stable/16.04
108
107
    glance:
109
 
      branch: https://github.com/openstack/charm-glance;stable
 
108
      branch: https://github.com/openstack/charm-glance;stable/16.04
110
109
      to:
111
110
        - "lxc:nova-compute=1"
112
111
    ceilometer:
113
 
      branch: https://github.com/openstack/charm-ceilometer;stable
 
112
      branch: https://github.com/openstack/charm-ceilometer;stable/16.04
114
113
      to:
115
114
        - "lxc:swift-storage-z1=0"
116
115
    ceilometer-agent:
117
 
      branch: https://github.com/openstack/charm-ceilometer-agent;stable
 
116
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.04
118
117
    heat:
119
 
      branch: https://github.com/openstack/charm-heat;stable
 
118
      branch: https://github.com/openstack/charm-heat;stable/16.04
120
119
      to:
121
120
        - "lxc:swift-storage-z2=0"
122
121
    mongodb:
183
182
  inherits: openstack-singlerabbit
184
183
  services:
185
184
    neutron-api:
186
 
      branch: https://github.com/openstack/charm-neutron-api;stable
 
185
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
187
186
      options:
188
187
        neutron-security-groups: True
189
188
      to:
190
189
        - "lxc:nova-compute=0"
191
190
    neutron-openvswitch:
192
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable
 
191
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
193
192
  relations:
194
193
  - [ neutron-api, mysql ]
195
194
  - [ neutron-api, rabbitmq-server ]
203
202
  inherits: openstack-services
204
203
  services:
205
204
    neutron-api:
206
 
      branch: https://github.com/openstack/charm-neutron-api;stable
 
205
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
207
206
      options:
208
207
        neutron-security-groups: True
209
208
    neutron-openvswitch:
210
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable
 
209
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
211
210
    rabbitmq-server-neutron:
212
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable
 
211
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
213
212
  relations:
214
213
  - [ neutron-api, mysql ]
215
214
  - [ neutron-api, rabbitmq-server-neutron ]