summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-11-18 14:07:05 -0500
committerDan Radez <dradez@redhat.com>2015-11-19 10:19:06 -0500
commit9a820a472ccd4fce0e9d80ca1ea1d33fc9e5f221 (patch)
treebf9d37759af6cb72e89308843cac45ce31bfd839 /ci/deploy.sh
parente436659e8dfad7f42bf886aeba012b3e546f9e53 (diff)
enable network-isoaltion and opendaylight
Change-Id: I2a506f95036b897309dbaf9120426bdf3f4a6337
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index e2933115..b5cb0627 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -285,7 +285,7 @@ echo "Configuring nameserver on ctlplane network"
neutron subnet-update \$(neutron subnet-list | grep -v id | grep -v \\\\-\\\\- | awk {'print \$2'}) --dns-nameserver 8.8.8.8
echo "Executing overcloud deployment, this should run for an extended period without output."
sleep 60 #wait for Hypervisor stats to check-in to nova
-openstack overcloud deploy --templates $DEPLOY_OPTIONS -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml
+openstack overcloud deploy --templates $DEPLOY_OPTIONS -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml -e opendaylight.yaml
EOI
}