diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-08 22:40:05 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-08 22:41:56 -0600 |
commit | 5b612ac1a59429c6d6b0561e94292777c5877888 (patch) | |
tree | d69c62d3d8ac21b846cee0c78e247ee3ada7fa5a /ci | |
parent | cce6536b1b23c92dc1434a67f5e3313b2aac30b8 (diff) |
tryign to reduce the single heat service as heat can not be HA.
Change-Id: Iaf531cde5c45fcdd51c429ad279fcd4da0163c95
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/odl/juju-deployer/ovs-odl-ha.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/odl/juju-deployer/ovs-odl-ha.yaml b/ci/odl/juju-deployer/ovs-odl-ha.yaml index 56001163..67fec0d2 100644 --- a/ci/odl/juju-deployer/ovs-odl-ha.yaml +++ b/ci/odl/juju-deployer/ovs-odl-ha.yaml @@ -88,14 +88,14 @@ openstack-phase2: - "lxc:nodes-api=0" heat: charm: "local:trusty/heat" - num_units: 3 + num_units: 1 options: #vip: 10.4.1.18 #os-public-hostname: api.public-fqdn to: - "lxc:nodes-api=0" - - "lxc:nodes-api=1" - - "lxc:nodes-api=2" +# - "lxc:nodes-api=1" +# - "lxc:nodes-api=2" ceph: charm: local:trusty/ceph num_units: 3 |