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

« back to all changes in this revision

Viewing changes to bundles/ppc64/powerkvm-two-unit-dense.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:
6
6
openstack-services:
7
7
  services:
8
8
    mysql:
9
 
      branch: https://github.com/openstack/charm-percona-cluster;stable
 
9
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.04
10
10
      options:
11
11
        dataset-size: 75%
12
12
      to:
13
13
        - "lxc:0"
14
14
    rabbitmq-server:
15
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable
 
15
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
16
16
      to:
17
17
        - "lxc:0"
18
18
    keystone:
19
 
      branch: https://github.com/openstack/charm-keystone;stable
 
19
      branch: https://github.com/openstack/charm-keystone;stable/16.04
20
20
      options:
21
21
        admin-password: openstack
22
22
        admin-token: ubuntutesting
23
23
      to:
24
24
        - "lxc:0"
25
25
    openstack-dashboard:
26
 
      branch: https://github.com/openstack/charm-openstack-dashboard;stable
 
26
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.04
27
27
      constraints: mem=1G
28
28
      to:
29
29
        - "lxc:0"
37
37
      to:
38
38
        - "lxc:0"
39
39
    nova-cloud-controller:
40
 
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable
 
40
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.04
41
41
      options:
42
42
        network-manager: Neutron
43
43
      to:
49
49
        instance-mtu: 1300
50
50
        ext-port: "eth1"
51
51
    glance:
52
 
      branch: https://github.com/openstack/charm-glance;stable
 
52
      branch: https://github.com/openstack/charm-glance;stable/16.04
53
53
      to:
54
54
        - "lxc:0"
55
55
  relations:
74
74
  inherits: openstack-singlerabbit
75
75
  services:
76
76
    neutron-api:
77
 
      branch: https://github.com/openstack/charm-neutron-api;stable
 
77
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
78
78
      constraints: mem=1G
79
79
      options:
80
80
        neutron-security-groups: True
91
91
  inherits: openstack-services
92
92
  services:
93
93
    neutron-api:
94
 
      branch: https://github.com/openstack/charm-neutron-api;stable
 
94
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
95
95
      constraints: mem=1G
96
96
      options:
97
97
        neutron-security-groups: True
98
98
    neutron-openvswitch:
99
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable
 
99
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
100
100
    rabbitmq-server-neutron:
101
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable
 
101
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
102
102
      constraints: mem=1G
103
103
  relations:
104
104
  - [ neutron-api, mysql ]