From: Narinder Gupta Date: Tue, 12 Sep 2017 00:52:32 +0000 (-0500) Subject: ssh unit is not needed. X-Git-Tag: opnfv-5.0.RC1~11 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=580484d11196323652d98411b050fcc46c688d71;p=joid.git ssh unit is not needed. Change-Id: I78db2a085c181c26b5d603c08df74f418006053f Signed-off-by: Narinder Gupta --- diff --git a/ci/openstack.sh b/ci/openstack.sh index bdfc1260..0bf44661 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -186,16 +186,11 @@ neutron subnet-show ext-subnet > /dev/null 2>&1 || neutron subnet-create ext-net # Ocl can push packets to the fabric network in order to reach a gateway if BGP/L3VPN hasn't been configured. if [ "ocl" == "$opnfvsdn" ]; then echo "Creating simple gateway functions on ocl vRouters" - juju run --application nova-compute "ssh $UNIT sudo docker exec contrail-controller \ + juju run --application nova-compute "sudo docker exec contrail-controller \ python /opt/contrail/utils/provision_vgw_interface.py\ --oper create --interface vgw1 --subnets $EXTNET_NET --routes 0.0.0.0/24 --vrf default-domain:admin:ext-net:ext-net" fi -domain_id=$(openstack domain show admin_domain -f value -c id) -project_id=$(openstack project show admin --domain $domain_id -f value -c id) - -openstack role add --project $project_id --user admin admin || true - #congress team is not updating and supporting charm anymore so defer it. # Create Congress datasources