diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-06 23:21:09 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-10-06 23:21:09 -0500 |
commit | 7d07a5915ab170058d9017a3d3cd834f2e312401 (patch) | |
tree | 71521a8f5efb2d138a9b457dc33498a2fe6b3702 /ci/odl/juju-deployer | |
parent | 4e6b5c1045fb67a02f5f61f5e270aae39bdd7a86 (diff) |
modified vip address as per ip address when it was removed.
Change-Id: I2ac1a74424ac14bf898404e7547f34a25e89778f
Diffstat (limited to 'ci/odl/juju-deployer')
-rw-r--r-- | ci/odl/juju-deployer/ovs-odl-ha.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ci/odl/juju-deployer/ovs-odl-ha.yaml b/ci/odl/juju-deployer/ovs-odl-ha.yaml index e5fb863f..20c0efec 100644 --- a/ci/odl/juju-deployer/ovs-odl-ha.yaml +++ b/ci/odl/juju-deployer/ovs-odl-ha.yaml @@ -71,7 +71,7 @@ openstack-phase2: options: "admin-password": openstack "admin-token": admin - vip: 10.4.2.53 + vip: 10.4.1.13 to: - "lxc:nodes-api=0" - "lxc:nodes-api=1" @@ -80,7 +80,7 @@ openstack-phase2: charm: "cs:trusty/glance" num_units: 3 options: - vip: 10.4.2.52 + vip: 10.4.1.12 to: - "lxc:nodes-api=0" - "lxc:nodes-api=1" @@ -90,7 +90,7 @@ openstack-phase2: options: neutron-security-groups: False manage-neutron-plugin-legacy-mode: False - vip: 10.4.2.57 + vip: 10.4.1.17 to: - "lxc:nodes-api=0" - "lxc:nodes-api=1" @@ -113,7 +113,7 @@ openstack-phase2: "network-manager": Neutron "quantum-security-groups": "yes" "service-guard": true - vip: 10.4.2.56 + vip: 10.4.1.16 to: - "lxc:nodes-api=0" - "lxc:nodes-api=1" @@ -123,7 +123,7 @@ openstack-phase2: num_units: 3 options: secret: admin - vip: 10.4.2.51 + vip: 10.4.1.11 webroot: / to: - "lxc:nodes-api=0" @@ -147,7 +147,7 @@ openstack-phase2: "max-connections": 10000 "root-password": 293rhc395m "sst-password": 127rc14t51 - vip: 10.4.2.55 + vip: 10.4.1.15 to: - "lxc:nodes-api=0" - "lxc:nodes-api=1" |