enable network-isoaltion and opendaylight 03/3403/3
authorDan Radez <dradez@redhat.com>
Wed, 18 Nov 2015 19:07:05 +0000 (14:07 -0500)
committerDan Radez <dradez@redhat.com>
Thu, 19 Nov 2015 15:19:06 +0000 (10:19 -0500)
Change-Id: I2a506f95036b897309dbaf9120426bdf3f4a6337

ci/deploy.sh

index e293311..b5cb062 100755 (executable)
@@ -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
 
 }