X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-deploy-openstack-run-test.sh;h=1dbb1ed7b061e1941f4deab9599bfd0573548081;hb=5ed28c3a46b1f40a6ae43fa8853681290689a98d;hp=d44b4b3f9f7bf2c0cf11a284fd960949247f539b;hpb=5c5bc36428ed71fcceb7a7b92db9cec4e7953bb6;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index d44b4b3f9..1dbb1ed7b 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -136,8 +136,8 @@ function install_rdo_release() { ${SSH} "${ip}" "sudo yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-queens/rdo-release-queens-1.noarch.rpm" ;; - master) - ${SSH} "${ip}" "sudo yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-rocky/rdo-release-rocky-1.noarch.rpm" + *stein*) + ${SSH} "${ip}" "sudo yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-stein/rdo-release-stein-3.noarch.rpm" ;; esac } @@ -353,6 +353,8 @@ minimize_polling=True # MTU(1400) + VXLAN(50) + VLAN(4) = 1454 < MTU eth0/br-physnet1(1458) physical_network_mtus = ${PUBLIC_PHYSICAL_NETWORK}:1400 path_mtu = 1458 +[ml2_type_vlan] +network_vlan_ranges=${PUBLIC_PHYSICAL_NETWORK}:1:4094 EOF if [ "${ENABLE_GRE_TYPE_DRIVERS}" == "yes" ]; then cat >> "${local_conf_file_name}" << EOF @@ -778,6 +780,10 @@ echo echo "workaround: do not upgrade openvswitch" sudo yum install -y yum-plugin-versionlock sudo yum versionlock add openvswitch + +echo "workaround: upgrade pip and setuptools" +sudo pip install --upgrade pip +sudo pip install --upgrade setuptools EOF cat > "${WORKSPACE}/setup_host_cell_mapping.sh" << EOF