summaryrefslogtreecommitdiffstats
path: root/ci/odl/juju-deployer/scripts/cloud-setup.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-11-23 20:14:25 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-11-23 20:15:09 -0600
commitbe7312f3b66e10f754a56e63e5834d3d599d871d (patch)
treec8ec1946ccf32effb5febb9be8af3721ff00ae31 /ci/odl/juju-deployer/scripts/cloud-setup.sh
parent09b998637dd8f399f26ed2ebcbdaadbf626bd32f (diff)
modified the bundle to integrete the Ceph.
Change-Id: I776811240964c52fae9c9b6b1e4d1afa7c74760c Author: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/odl/juju-deployer/scripts/cloud-setup.sh')
-rwxr-xr-xci/odl/juju-deployer/scripts/cloud-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/odl/juju-deployer/scripts/cloud-setup.sh b/ci/odl/juju-deployer/scripts/cloud-setup.sh
index b151ce36..184cecc6 100755
--- a/ci/odl/juju-deployer/scripts/cloud-setup.sh
+++ b/ci/odl/juju-deployer/scripts/cloud-setup.sh
@@ -17,8 +17,8 @@ keystone user-create --name demo --tenant demo --pass demo --email demo@demo.dem
nova keypair-add --pub-key id_rsa.pub ubuntu-keypair
# configure external network
-neutron net-create --router:external --provider:physical_network external --provider:network_type flat ext-net
-neutron subnet-create --name ext-subnet --no-gateway --allocation-pool start=10.2.65.201,end=10.2.65.254 --disable-dhcp ext-net 10.2.65.0/24
+neutron net-create ext-net --router:external --provider:physical_network external --provider:network_type flat
+neutron subnet-create ext-net --name ext-subnet --allocation-pool start=10.5.8.5,end=10.5.8.254 --disable-dhcp --gateway 10.5.8.1 10.5.8.0/24
# create vm network
neutron net-create demo-net