X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Finclude-raw-integration-deploy-openstack-run-test.sh;h=00545f39260cac4696b7a49df22d1e2b678a86b6;hb=3bd9ebb49a35331d940bb837bae8fd9d5c8040b8;hp=427bcbc996bb781fd1a700ce7b9db601d1abbeb0;hpb=fc09c0ffb1c0c5676c761362fa14b4a24badbc81;p=releng%2Fbuilder.git diff --git a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh index 427bcbc996..00545f3926 100644 --- a/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-openstack-run-test.sh @@ -58,6 +58,8 @@ elif [ "$plugin_name" == "kuryr-kubernetes" ]; then ENABLE_PLUGIN_ARGS="${DEVSTACK_KUBERNETES_PLUGIN_REPO} master" # note: kuryr-kubernetes only exists in master at the moment elif [ "$plugin_name" == "neutron-lbaas" ]; then ENABLE_PLUGIN_ARGS="${DEVSTACK_LBAAS_PLUGIN_REPO} ${OPENSTACK_BRANCH}" +elif [ "$plugin_name" == "networking-sfc" ]; then + ENABLE_PLUGIN_ARGS="${DEVSTACK_NETWORKING_SFC_PLUGIN_REPO} ${OPENSTACK_BRANCH}" else echo "Error: Invalid plugin $plugin_name, unsupported" continue @@ -103,6 +105,8 @@ LIBVIRT_TYPE=qemu ODL_MGR_IP=${MGRIP} NEUTRON_LBAAS_SERVICE_PROVIDERV2=${LBAAS_SERVICE_PROVIDER} # Only relevant if neutron-lbaas plugin is enabled +NEUTRON_SFC_DRIVERS=odl_v2 # Only relevant if networking-sfc plugin is enabled +NEUTRON_FLOWCLASSIFIER_DRIVERS=odl_v2 # Only relevant if networking-sfc plugin is enabled EOF if [ "${ENABLE_NETWORKING_L2GW}" == "yes" ]; then @@ -742,7 +746,7 @@ do sudo ip netns exec pnf_ns ifconfig pnf_veth1 up; sudo ip netns exec pnf_ns ip link add link pnf_veth1 name pnf_veth1.${EXTNET_VLAN_ID} type vlan id ${EXTNET_VLAN_ID}; sudo ip netns exec pnf_ns ifconfig pnf_veth1.${EXTNET_VLAN_ID} up ${EXTNET_PNF_IP}/24; - sudo ovs-vsctl add-port br-physnet1 pnf_veth0; + sudo ovs-vsctl add-port ${PUBLIC_BRIDGE} pnf_veth0; " # Control Node - external net internet address simulation