Update of VPP_STABLE_VER files + fix Centos dep list
[csit.git] / bootstrap.sh
index 9c8c071..189ec6f 100755 (executable)
@@ -23,7 +23,7 @@ export PYTHONPATH=${SCRIPT_DIR}
 if [ -f "/etc/redhat-release" ]; then
     DISTRO="CENTOS"
     sudo yum install -y python-devel python-virtualenv
-    VPP_ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins"
+    VPP_ARTIFACTS="vpp vpp-selinux-policy vpp-devel vpp-lib vpp-plugins"
     DPDK_ARTIFACTS=""
     PACKAGE="rpm"
     VPP_CLASSIFIER=""
@@ -52,8 +52,8 @@ fi
 
 VIRL_SERVERS=("10.30.51.28" "10.30.51.29" "10.30.51.30")
 IPS_PER_VIRL=( "10.30.51.28:252"
-               "10.30.51.29:74"
-               "10.30.51.30:74" )
+               "10.30.51.29:252"
+               "10.30.51.30:252" )
 SIMS_PER_VIRL=( "10.30.51.28:13"
                "10.30.51.29:13"
                "10.30.51.30:13" )