~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/opencontrail/juju-deployer/ovs-opencontrail-ha.yaml

  • Committer: Narinder Gupta
  • Date: 2016-06-08 13:31:57 UTC
  • Revision ID: git-v1:ac30ba09418bd15ecf9f08c0eda9f2bc376f0930
modified for wrong charm metadata

Change-Id: I3d544990b718f31a90019453dbcc95cee27aeaa4
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      - "nodes-api:juju-info"
38
38
    - - "ntp:juju-info"
39
39
      - "nodes-compute:juju-info"
40
 
openstack-phase2: 
 
40
openstack-phase2:
41
41
  inherits: openstack-phase1
42
 
  services: 
43
 
    percona-cluster: 
 
42
  services:
 
43
    percona-cluster:
44
44
      branch: "lp:~openstack-charmers/charms/trusty/percona-cluster/next"
45
45
      num_units: 3
46
 
      options: 
 
46
      options:
47
47
        dataset-size: 2G
48
48
        lp1366997-workaround: true
49
49
        max-connections: 10000
179
179
        - "lxc:nodes-api=0"
180
180
        - "lxc:nodes-api=1"
181
181
        - "lxc:nodes-api=2"
182
 
    nova-compute: 
 
182
    nova-compute:
183
183
      branch: lp:~openstack-charmers/charms/trusty/nova-compute/next
184
184
      num_units: 2
185
 
      options: 
 
185
      options:
186
186
        enable-live-migration: False
187
187
        manage-neutron-plugin-legacy-mode: False
188
188
      to:
191
191
#        - "nodes-api=0"
192
192
#        - "nodes-api=1"
193
193
#        - "nodes-api=2"
194
 
    nova-cloud-controller: 
 
194
    nova-cloud-controller:
195
195
      branch: lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next
196
196
      num_units: 3
197
 
      options: 
 
197
      options:
198
198
        console-access-protocol: novnc
199
199
        network-manager: Neutron
200
200
        service-guard: true
201
 
        neutron-external-network: ext_net
202
201
        vip: 10.4.1.16
203
202
      to:
204
203
        - "lxc:nodes-api=1"
205
204
        - "lxc:nodes-api=0"
206
205
        - "lxc:nodes-api=2"
207
 
    neutron-api: 
 
206
    neutron-api:
208
207
      branch: lp:~opnfv-team/charms/trusty/neutron-api/next
209
208
      num_units: 3
210
209
      options:
211
210
        neutron-security-groups: True
212
211
        manage-neutron-plugin-legacy-mode: False
213
212
        vip: 10.4.1.17
214
 
      to: 
 
213
      to:
215
214
        - "lxc:nodes-api=2"
216
215
        - "lxc:nodes-api=0"
217
216
        - "lxc:nodes-api=1"
218
 
    glance: 
 
217
    glance:
219
218
      branch: lp:~openstack-charmers/charms/trusty/glance/next
220
219
      num_units: 3
221
 
      options: 
 
220
      options:
222
221
        vip: 10.4.1.12
223
222
      to:
224
223
        - "lxc:nodes-api=1"