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

« back to all changes in this revision

Viewing changes to bundles/sparse/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:
4
4
openstack-services:
5
5
  services:
6
6
    mysql:
7
 
      branch: https://github.com/openstack/charm-percona-cluster;stable
 
7
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.04
8
8
      constraints: mem=1G
9
9
      options:
10
10
        dataset-size: 50%
11
11
        max-connections: 20000
12
12
    rabbitmq-server:
13
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable
 
13
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
14
14
      constraints: mem=1G
15
15
    ceph:
16
 
      branch: https://github.com/openstack/charm-ceph;stable
 
16
      branch: https://github.com/openstack/charm-ceph;stable/16.04
17
17
      num_units: 3
18
18
      constraints: mem=1G
19
19
      options:
24
24
        osd-reformat: "yes"
25
25
        ephemeral-unmount: /mnt
26
26
    keystone:
27
 
      branch: https://github.com/openstack/charm-keystone;stable
 
27
      branch: https://github.com/openstack/charm-keystone;stable/16.04
28
28
      constraints: mem=1G
29
29
      options:
30
30
        admin-password: openstack
31
31
        admin-token: ubuntutesting
32
32
    openstack-dashboard:
33
 
      branch: https://github.com/openstack/charm-openstack-dashboard;stable
 
33
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.04
34
34
      constraints: mem=1G
35
35
    nova-compute:
36
 
      branch: https://github.com/openstack/charm-nova-compute;stable
 
36
      branch: https://github.com/openstack/charm-nova-compute;stable/16.04
37
37
      num_units: 3
38
38
      constraints: mem=4G
39
39
      options:
41
41
        enable-resize: True
42
42
        migration-auth-type: ssh
43
43
    nova-cloud-controller:
44
 
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable
 
44
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.04
45
45
      constraints: mem=1G
46
46
      options:
47
47
        network-manager: Neutron
48
 
        quantum-security-groups: "yes"
49
48
    neutron-gateway:
50
 
      branch: https://github.com/openstack/charm-neutron-gateway;stable
 
49
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.04
51
50
      constraints: mem=1G
52
51
      options:
53
52
        instance-mtu: 1300
54
53
    cinder:
55
 
      branch: https://github.com/openstack/charm-cinder;stable
 
54
      branch: https://github.com/openstack/charm-cinder;stable/16.04
56
55
      options:
57
56
        block-device: "None"
58
57
        glance-api-version: 2
59
58
      constraints: mem=1G
60
59
    cinder-ceph:
61
 
      branch: https://github.com/openstack/charm-cinder-ceph;stable
 
60
      branch: https://github.com/openstack/charm-cinder-ceph;stable/16.04
62
61
    glance:
63
 
      branch: https://github.com/openstack/charm-glance;stable
 
62
      branch: https://github.com/openstack/charm-glance;stable/16.04
64
63
      constraints: mem=1G
65
64
    swift-proxy:
66
 
      branch: https://github.com/openstack/charm-swift-proxy;stable
 
65
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.04
67
66
      constraints: mem=1G
68
67
      options:
69
68
        zone-assignment: manual
70
69
        replicas: 3
71
70
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
72
71
    swift-storage-z1:
73
 
      branch: https://github.com/openstack/charm-swift-storage;stable
 
72
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
74
73
      constraints: mem=1G
75
74
      options:
76
75
        zone: 1
77
76
        block-device: vdb
78
77
        overwrite: "true"
79
78
    swift-storage-z2:
80
 
      branch: https://github.com/openstack/charm-swift-storage;stable
 
79
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
81
80
      constraints: mem=1G
82
81
      options:
83
82
        zone: 2
84
83
        block-device: vdb
85
84
        overwrite: "true"
86
85
    swift-storage-z3:
87
 
      branch: https://github.com/openstack/charm-swift-storage;stable
 
86
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
88
87
      constraints: mem=1G
89
88
      options:
90
89
        zone: 3
91
90
        block-device: vdb
92
91
        overwrite: "true"
93
92
    ceilometer:
94
 
      branch: https://github.com/openstack/charm-ceilometer;stable
 
93
      branch: https://github.com/openstack/charm-ceilometer;stable/16.04
95
94
      constraints: mem=1G
96
95
    ceilometer-agent:
97
 
      branch: https://github.com/openstack/charm-ceilometer-agent;stable
 
96
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.04
98
97
    heat:
99
 
      branch: https://github.com/openstack/charm-heat;stable
 
98
      branch: https://github.com/openstack/charm-heat;stable/16.04
100
99
    mongodb:
101
100
      branch: lp:charms/trusty/mongodb
102
101
      constraints: mem=1G
146
145
  inherits: openstack-singlerabbit
147
146
  services:
148
147
    neutron-api:
149
 
      branch: https://github.com/openstack/charm-neutron-api;stable
 
148
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
150
149
      constraints: mem=1G
151
150
      options:
152
151
        neutron-security-groups: True
153
152
    neutron-openvswitch:
154
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable
 
153
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
155
154
  relations:
156
155
  - [ neutron-api, mysql ]
157
156
  - [ neutron-api, rabbitmq-server ]
165
164
  inherits: openstack-services
166
165
  services:
167
166
    neutron-api:
168
 
      branch: https://github.com/openstack/charm-neutron-api;stable
 
167
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
169
168
      constraints: mem=1G
170
169
      options:
171
170
        neutron-security-groups: True
172
171
    neutron-openvswitch:
173
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable
 
172
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
174
173
    rabbitmq-server-neutron:
175
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable
 
174
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
176
175
      constraints: mem=1G
177
176
  relations:
178
177
  - [ neutron-api, mysql ]