summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-12 10:43:14 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-12 10:54:08 -0600
commitefe44c2a1f492eaac6958244fdca7cd49cf10d43 (patch)
treee6bca3ac13105013eeac67a5b13c5db4e60ee2e0
parent15b89537eff59ab38e7e944f26bcf027dfe3b4b7 (diff)
modified to reflect more oSD and single gateway.
Change-Id: Ie12a953ef87cf19cbfe183392a8065039f484fa1
-rw-r--r--ci/odl/juju-deployer/ovs-odl-ha.yaml8
-rw-r--r--ci/opencontrail/juju-deployer/contrail-ha.yaml8
2 files changed, 8 insertions, 8 deletions
diff --git a/ci/odl/juju-deployer/ovs-odl-ha.yaml b/ci/odl/juju-deployer/ovs-odl-ha.yaml
index 4b7b20af..633c8705 100644
--- a/ci/odl/juju-deployer/ovs-odl-ha.yaml
+++ b/ci/odl/juju-deployer/ovs-odl-ha.yaml
@@ -100,21 +100,21 @@ openstack-phase2:
- "nodes-compute=1"
ceph-osd:
charm: cs:trusty/ceph-osd
- num_units: 1
+ num_units: 3
options:
osd-devices: /srv
osd-reformat: 'yes'
to:
- "nodes-api=0"
+ - "nodes-api=1"
+ - "nodes-api=2"
ceph-radosgw:
charm: cs:trusty/ceph-radosgw
- num_units: 3
+ num_units: 1
options:
use-embedded-webserver: true
to:
- "lxc:nodes-api=0"
- - "lxc:nodes-api=1"
- - "lxc:nodes-api=2"
cinder:
charm: cs:trusty/cinder
num_units: 3
diff --git a/ci/opencontrail/juju-deployer/contrail-ha.yaml b/ci/opencontrail/juju-deployer/contrail-ha.yaml
index c837eebf..c3c57737 100644
--- a/ci/opencontrail/juju-deployer/contrail-ha.yaml
+++ b/ci/opencontrail/juju-deployer/contrail-ha.yaml
@@ -117,21 +117,21 @@ openstack-phase2:
- "nodes-compute=1"
ceph-osd:
charm: cs:trusty/ceph-osd
- num_units: 1
+ num_units: 3
options:
osd-devices: /srv
osd-reformat: 'yes'
to:
- "nodes-api=0"
+ - "nodes-api=1"
+ - "nodes-api=2"
ceph-radosgw:
charm: cs:trusty/ceph-radosgw
- num_units: 3
+ num_units: 1
options:
use-embedded-webserver: true
to:
- "lxc:nodes-api=0"
- - "lxc:nodes-api=1"
- - "lxc:nodes-api=2"
cinder:
charm: cs:trusty/cinder