aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-centos.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-04-04Update of VPP_STABLE_VER_CENTOSJan Gelety1-4/+0
- use new vpp ref build: 17.07-rc0~43_g8db1de8~b2144.x86_64 - build tested by semiweekly job: https://jenkins.fd.io/view/csit/job/csit-vpp-verify-master-centos7-semiweekly/24/ Change-Id: I6d84f139f3d513010481a7cf7d287836f779dfd4 Signed-off-by: Jan Gelety <jgelety@cisco.com>
2017-03-01Use common files to store distro related data for VIRLJan Gelety1-4/+4
- use separate files to store VIRL topology file and VIRL image file version information per distro - read content of appropriate files in all affected bootstrap files Change-Id: I5297ddd610af6a719efaf5792ced12efab35fc7a Signed-off-by: Jan Gelety <jgelety@cisco.com>
2017-02-23Add pypcap python requirementMatej Klotton1-1/+1
Using pypcap's L2listen instead of standard AF_PACKET scapy can see received Dot1Q tag. Change-Id: Icb3dcb272a9611158a26a83fede7550bba3f367e Signed-off-by: Matej Klotton <mklotton@cisco.com>
2017-02-23QemuUtil lib change to work with ubuntu and centosMatej Klotton1-1/+1
- replace nc to socat for comunicating with qemu QGA - change disk type to use virtio driver - add check to bind only network interface for testpmd Change-Id: I19ab16cbd8fec1ec78263ccfb1309a144e5af845 Signed-off-by: Matej Klotton <mklotton@cisco.com>
2017-02-21Fix of centos bootstrap and dut_setup.shJan Gelety1-14/+11
Change-Id: I9fc3a74bf6356bdccee16c977df86567e91b4acf Signed-off-by: Jan Gelety <jgelety@cisco.com>
2017-01-27Add Centos specific bootstrap files.Thomas F Herbert1-0/+388
Add download and install script for rpms. Add topology virl file for Centos. Change VPP repo urls for centos. JIRA: CSIT-356 Change-Id: I3a0a88958a712d1b652f19c76e5e1b019796d0ae Signed-off-by: Thomas F Herbert <therbert@redhat.com>