~openstack-charm-testers/openstack-charm-testing/openstack-monitoring

« back to all changes in this revision

Viewing changes to bundles/ppc64/ppc64el-next.yaml

  • Committer: Edward Hope-Morley
  • Date: 2016-12-05 15:01:45 UTC
  • mfrom: (220.1.37 openstack-charm-testing)
  • Revision ID: edward.hope-morley@canonical.com-20161205150145-5xs44qcs5ifqsnl5
rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
openstack-services:
23
23
  services:
24
24
    mysql:
25
 
      branch: lp:charms/trusty/mysql
 
25
      charm: cs:trusty/mysql
26
26
# PXC not in use, pending resolution of https://bugs.launchpad.net/bugs/1570678
27
 
#      branch: https://github.com/openstack/charm-percona-cluster
 
27
#      charm: cs:~openstack-charmers-next/xenial/percona-cluster
28
28
      options:
29
29
        dataset-size: 15%
30
30
        max-connections: 20000
34
34
      to:
35
35
        - "lxc:0"
36
36
    rabbitmq-server:
37
 
      branch: https://github.com/openstack/charm-rabbitmq-server
 
37
      charm: cs:~openstack-charmers-next/xenial/rabbitmq-server
38
38
      to:
39
39
        - "lxc:0"
40
40
    keystone:
41
 
      branch: https://github.com/openstack/charm-keystone
 
41
      charm: cs:~openstack-charmers-next/xenial/keystone
42
42
      options:
43
43
        debug: true
44
44
        admin-password: openstack
46
46
      to:
47
47
        - "lxc:nova-compute=0"
48
48
    openstack-dashboard:
49
 
      branch: https://github.com/openstack/charm-openstack-dashboard
 
49
      charm: cs:~openstack-charmers-next/xenial/openstack-dashboard
50
50
      to:
51
51
        - "lxc:nova-compute=0"
52
52
    nova-compute:
53
 
      branch: https://github.com/openstack/charm-nova-compute
 
53
      charm: cs:~openstack-charmers-next/xenial/nova-compute
54
54
      num_units: 2
55
55
      constraints: arch=ppc64el
56
56
      options:
59
59
        "enable-resize": true
60
60
        "migration-auth-type": ssh
61
61
    nova-cloud-controller:
62
 
      branch: https://github.com/openstack/charm-nova-cloud-controller
 
62
      charm: cs:~openstack-charmers-next/xenial/nova-cloud-controller
63
63
      options:
64
64
        debug: true
65
65
        network-manager: Neutron
66
66
      to:
67
67
        - "lxc:nova-compute=0"
68
68
    neutron-gateway:
69
 
      branch: https://github.com/openstack/charm-neutron-gateway
 
69
      charm: cs:~openstack-charmers-next/xenial/neutron-gateway
70
70
      options:
71
71
        debug: true
72
 
        ext-port: eth1
73
72
        instance-mtu: 1300
 
73
        bridge-mappings: physnet1:br-ex
74
74
      to:
75
75
        - "0"
76
76
    neutron-api:
77
 
      branch: https://github.com/openstack/charm-neutron-api
 
77
      charm: cs:~openstack-charmers-next/xenial/neutron-api
78
78
      options:
79
79
        debug: true
80
 
        neutron-security-groups: True
 
80
        neutron-security-groups: true
 
81
        flat-network-providers: physnet1
81
82
      to:
82
83
        - "lxc:nova-compute=0"
83
84
    neutron-openvswitch:
84
 
      branch: https://github.com/openstack/charm-neutron-openvswitch
 
85
      charm: cs:~openstack-charmers-next/xenial/neutron-openvswitch
85
86
    cinder:
86
 
      branch: https://github.com/openstack/charm-cinder
 
87
      charm: cs:~openstack-charmers-next/xenial/cinder
87
88
      options:
88
89
        debug: true
89
90
        block-device: "/dev/sdd"
91
92
      to:
92
93
        - "lxc:nova-compute=1"
93
94
    cinder-ceph:
94
 
      branch: https://github.com/openstack/charm-cinder-ceph
 
95
      charm: cs:~openstack-charmers-next/xenial/cinder-ceph
95
96
    glance:
96
 
      branch: https://github.com/openstack/charm-glance
 
97
      charm: cs:~openstack-charmers-next/xenial/glance
97
98
      options:
98
99
        debug: true
99
100
      to:
100
101
        - "lxc:nova-compute=1"
101
102
    ceilometer:
102
 
      branch: https://github.com/openstack/charm-ceilometer
 
103
      charm: cs:~openstack-charmers-next/xenial/ceilometer
103
104
      to:
104
105
        - "lxc:nova-compute=1"
105
106
    ceilometer-agent:
106
 
      branch: https://github.com/openstack/charm-ceilometer-agent
 
107
      charm: cs:~openstack-charmers-next/xenial/ceilometer-agent
107
108
    heat:
108
 
      branch: https://github.com/openstack/charm-heat
 
109
      charm: cs:~openstack-charmers-next/xenial/heat
109
110
      to:
110
111
        - "lxc:nova-compute=1"
111
112
    mongodb:
112
 
      branch: lp:charms/trusty/mongodb
 
113
      charm: cs:trusty/mongodb
113
114
      to:
114
115
        - "lxc:nova-compute=1"
115
116
    ntp:
116
 
      branch: lp:charms/trusty/ntp
 
117
      charm: cs:trusty/ntp
117
118
      num_units: 0
118
119
    juju-gui:
119
 
      branch: lp:charms/trusty/juju-gui
 
120
      charm: cs:trusty/juju-gui
120
121
      to:
121
122
        - "lxc:0"
122
123
  relations:
195
196
  overrides:
196
197
    openstack-origin: ppa:ubuntu-cloud-archive/liberty-staging
197
198
    source: ppa:ubuntu-cloud-archive/liberty-staging
198
 
wily-liberty:
199
 
  inherits: openstack-services
200
 
  series: wily
201
 
wily-liberty-proposed:
202
 
  inherits: wily-liberty
203
 
  overrides:
204
 
    source: proposed
205
 
    openstack-origin: distro-proposed
206
199
# mitaka
207
200
trusty-mitaka:
208
201
  inherits: openstack-services