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

« back to all changes in this revision

Viewing changes to bundles/ppc64/ppc64el-alt-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:
30
30
openstack-services:
31
31
  services:
32
32
    mysql:
33
 
      branch: lp:charms/trusty/mysql
34
 
#      branch: https://github.com/openstack/charm-percona-cluster
 
33
      charm: cs:trusty/mysql
 
34
#      charm: cs:~openstack-charmers-next/xenial/percona-cluster
35
35
      options:
36
36
        dataset-size: 15%
37
37
        max-connections: 20000
40
40
      to:
41
41
        - "lxc:nova-compute=0"
42
42
    rabbitmq-server:
43
 
      branch: https://github.com/openstack/charm-rabbitmq-server
 
43
      charm: cs:~openstack-charmers-next/xenial/rabbitmq-server
44
44
      to:
45
45
        - "lxc:nova-compute=1"
46
46
#    swift-proxy:
47
 
#      branch: https://github.com/openstack/charm-swift-proxy
 
47
#      charm: cs:~openstack-charmers-next/xenial/swift-proxy
48
48
#      options:
49
49
#        zone-assignment: manual
50
50
#        replicas: 1
52
52
#      to:
53
53
#        - "lxc:0"
54
54
#    swift-storage-z1:
55
 
#      branch: https://github.com/openstack/charm-swift-storage
 
55
#      charm: cs:~openstack-charmers-next/xenial/swift-storage
56
56
#      constraints: arch=ppc64el
57
57
#      options:
58
58
#        zone: 1
59
59
#        block-device: "/dev/sdc"
60
60
#        overwrite: "true"
61
61
    keystone:
62
 
      branch: https://github.com/openstack/charm-keystone
 
62
      charm: cs:~openstack-charmers-next/xenial/keystone
63
63
      options:
64
64
        debug: true
65
65
        admin-password: openstack
68
68
#        - "lxc:swift-storage-z1=0"
69
69
        - "lxc:nova-compute=0"
70
70
    openstack-dashboard:
71
 
      branch: https://github.com/openstack/charm-openstack-dashboard
 
71
      charm: cs:~openstack-charmers-next/xenial/openstack-dashboard
72
72
      to:
73
73
#        - "lxc:swift-storage-z1=0"
74
74
        - "lxc:nova-compute=0"
75
75
    nova-compute:
76
 
      branch: https://github.com/openstack/charm-nova-compute
 
76
      charm: cs:~openstack-charmers-next/xenial/nova-compute
77
77
      num_units: 2
78
78
      constraints: arch=ppc64el cpu-cores=160  # Pin to the 2 machines without multipath storage
79
79
      options:
82
82
        "enable-resize": true
83
83
        "migration-auth-type": ssh
84
84
    nova-cloud-controller:
85
 
      branch: https://github.com/openstack/charm-nova-cloud-controller
 
85
      charm: cs:~openstack-charmers-next/xenial/nova-cloud-controller
86
86
      options:
87
87
        debug: true
88
88
        network-manager: Neutron
90
90
#        - "lxc:swift-storage-z1=0"
91
91
        - "lxc:nova-compute=0"
92
92
    neutron-gateway:
93
 
      branch: https://github.com/openstack/charm-neutron-gateway
 
93
      charm: cs:~openstack-charmers-next/xenial/neutron-gateway
94
94
      options:
95
95
        debug: true
96
 
        ext-port: eth1
97
96
        instance-mtu: 1300
 
97
        bridge-mappings: physnet1:br-ex
98
98
      to:
99
99
        - "0"
100
100
    neutron-api:
101
 
      branch: https://github.com/openstack/charm-neutron-api
 
101
      charm: cs:~openstack-charmers-next/xenial/neutron-api
102
102
      options:
103
103
        debug: true
104
104
        neutron-security-groups: True
 
105
        flat-network-providers: physnet1
105
106
      to:
106
107
#        - "lxc:swift-storage-z1=0"
107
108
        - "lxc:nova-compute=0"
108
109
    neutron-openvswitch:
109
 
      branch: https://github.com/openstack/charm-neutron-openvswitch
 
110
      charm: cs:~openstack-charmers-next/xenial/neutron-openvswitch
110
111
    cinder:
111
 
      branch: https://github.com/openstack/charm-cinder
 
112
      charm: cs:~openstack-charmers-next/xenial/cinder
112
113
      options:
113
114
        debug: true
114
115
        block-device: "/dev/sdd"
117
118
#        - "lxc:swift-storage-z1=0"
118
119
        - "lxc:nova-compute=1"
119
120
    cinder-ceph:
120
 
      branch: https://github.com/openstack/charm-cinder-ceph
 
121
      charm: cs:~openstack-charmers-next/xenial/cinder-ceph
121
122
    glance:
122
 
      branch: https://github.com/openstack/charm-glance
 
123
      charm: cs:~openstack-charmers-next/xenial/glance
123
124
      options:
124
125
        debug: true
125
126
      to:
126
127
#        - "lxc:swift-storage-z1=0"
127
128
        - "lxc:nova-compute=1"
128
129
    ceilometer:
129
 
      branch: https://github.com/openstack/charm-ceilometer
 
130
      charm: cs:~openstack-charmers-next/xenial/ceilometer
130
131
      to:
131
132
#        - "lxc:swift-storage-z1=0"
132
133
        - "lxc:nova-compute=1"
133
134
    ceilometer-agent:
134
 
      branch: https://github.com/openstack/charm-ceilometer-agent
 
135
      charm: cs:~openstack-charmers-next/xenial/ceilometer-agent
135
136
    heat:
136
 
      branch: https://github.com/openstack/charm-heat
 
137
      charm: cs:~openstack-charmers-next/xenial/heat
137
138
      to:
138
139
#        - "lxc:swift-storage-z1=0"
139
140
        - "lxc:nova-compute=1"
140
141
    mongodb:
141
 
      branch: lp:charms/trusty/mongodb
 
142
      charm: cs:trusty/mongodb
142
143
      to:
143
144
#        - "lxc:swift-storage-z1=0"
144
145
        - "lxc:nova-compute=1"
145
146
    ntp:
146
 
      branch: lp:charms/trusty/ntp
 
147
      charm: cs:trusty/ntp
147
148
      num_units: 0
148
149
    juju-gui:
149
 
      branch: lp:charms/trusty/juju-gui
 
150
      charm: cs:trusty/juju-gui
150
151
      to:
151
152
        - "lxc:nova-compute=0"
152
153
  relations:
228
229
  overrides:
229
230
    openstack-origin: ppa:ubuntu-cloud-archive/liberty-staging
230
231
    source: ppa:ubuntu-cloud-archive/liberty-staging
231
 
wily-liberty:
232
 
  inherits: openstack-services
233
 
  series: wily
234
 
#  services:
235
 
#    mysql:
236
 
#      branch: lp:charms/trusty/mysql
237
 
wily-liberty-proposed:
238
 
  inherits: wily-liberty
239
 
  overrides:
240
 
    source: proposed
241
 
    openstack-origin: distro-proposed
242
232
# mitaka
243
233
trusty-mitaka:
244
234
  inherits: openstack-services
261
251
  series: xenial
262
252
#  services:
263
253
#    mysql:
264
 
#      branch: lp:charms/trusty/mysql
 
254
#      charm: cs:trusty/mysql
265
255
xenial-mitaka-proposed:
266
256
  inherits: xenial-mitaka
267
257
  overrides: