aboutsummaryrefslogtreecommitdiffstats
path: root/systems/centos
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-05-31 22:04:07 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2021-05-31 22:07:24 +0530
commit171bf5025d8358b4dc692b3751675e42b1ebec9c (patch)
tree3274386b3760a8c199f440d27356d5b88e9f6d78 /systems/centos
parent300d9f201aba1b8e30387138acaba79a72502d82 (diff)
SYS: New Software versions and OS-versions.
This patch adds support for the following: DPDK - 20.05 OVS - 2.14 VPP - 21.01 Ubuntu - 20.04 Fedora - 33 JIRA: VINEPERF-645 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I8810ef04d1beb7f3bb39fb3a1420d0b15dbfa395
Diffstat (limited to 'systems/centos')
-rwxr-xr-xsystems/centos/build_base_machine.sh1
-rwxr-xr-xsystems/centos/prepare_python_env.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/systems/centos/build_base_machine.sh b/systems/centos/build_base_machine.sh
index 0e1ed830..fdaa37b5 100755
--- a/systems/centos/build_base_machine.sh
+++ b/systems/centos/build_base_machine.sh
@@ -78,6 +78,7 @@ sudo yum -y install centos-release-scl-rh
yum -y install $(echo "
rh-python36
rh-python36-python-tkinter
+python3-setuptools
git-review
" | grep -v ^#)
# prevent ovs vanilla from building from source due to kernel incompatibilities
diff --git a/systems/centos/prepare_python_env.sh b/systems/centos/prepare_python_env.sh
index 4f5c0065..bbc853b2 100755
--- a/systems/centos/prepare_python_env.sh
+++ b/systems/centos/prepare_python_env.sh
@@ -24,5 +24,6 @@ fi
scl enable rh-python36 "
virtualenv "$VSPERFENV_DIR" --python /opt/rh/rh-python36/root/usr/bin/python3
source "$VSPERFENV_DIR"/bin/activate
+pip install -U pip
pip install -r ../requirements.txt
"