summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/setup_vpp_dpdk_dev_env.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-07-18VPP: centos removing correct repo fileEd Kern1-1/+5
Centos now matching ubuntu bionic behaviour when on non master branch Change-Id: I5fb7ab4074ed9882bd44931ce866eab4add6539d Signed-off-by: Ed Kern <ejk@cisco.com>
2019-04-16VPP: ubuntu update before deps installEd Kern1-1/+1
force package update before deps install Change-Id: Iafb8958f0b1bff179c00f8f7f0b5dc8e4ffae8f4 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-04-12VPP: packagecloud branch checkEd Kern1-1/+6
If branch is not master it removes preinstalled pointer and runs packagecloud repo install script Change-Id: I450b749a199cb431e04029174d28424969bccc91 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-02-19VPP: cover opensuse reporting differenceEd Kern1-0/+13
Cover opensuse leap-15 reporting as either opensuse or opensuse-leap Change-Id: I79c077ecff33e1473120a21b418a8af89b4a00d5 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-10-29VPP: add sudo for non root userEd Kern1-2/+2
Add sudo to certain shell lines so they can run as non root user Change-Id: If3c2bc2afbd6a0f7f7cc8ee7fbd096525ac63a04 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-20VPP: dev-contrib to ext-debsEd Kern1-3/+3
Sync to final naming on external dep packaging deps not debs Change-Id: I0e222f2e943be26bdd2959c1fd5e11d4c06f08b2 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-19VPP: install dpdk and contrib for nowEd Kern1-4/+4
Installing both dep packages for now Change-Id: Ib41dc85cc0e08992928f813a45cf04a00ee4fe79 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-18VPP: replace dpdk-dev with dev-contribEd Kern1-4/+7
VPP internal package renaming requires setup changes Change-Id: I24b5132a0b73be99e6ef1e93a17c743f399bc1a1 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-14Also remove spurious apt repos...Ed Warnicke1-1/+8
Change-Id: I9b47c377c793e64ca1ac69c945f7399486083f21 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-14Remoe fdio-master.repo file for centos builds to avoidEd Warnicke1-0/+3
breakage on non-master branches Change-Id: Ib03647b27f74b03e5cb9a6ba3d736d3889b39672 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-14Switch over to using packagecloud.io as source of dpdk packagesEd Warnicke1-10/+2
Change-Id: Ifd1b2320c226fa725b361a37c5b918958e07a190 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-04-27VPP: made nexus repo trusted for ubuntuEd Kern1-1/+1
ubuntu 1804 a bit more strict about using untrusted repos causing script failure. So just make the nexus repo trusted across the board. Change-Id: I200f8af16c70b150a939cbdbe6045cbcba9be358 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-04-17VPP: opensuse dpdk proper pull and pushEd Kern1-0/+10
Reinstitutes opensuse rpm package push and introduces proper opensuse dpdk pull Change-Id: Ie8f1f2f218bb5de1787d4f6c2f2a64fbaaed70fb Signed-off-by: Ed Kern <ejk@cisco.com>
2017-11-08Fix capitalization issue in OS_ID for ubuntuEd Warnicke1-1/+1
Change-Id: Iddf8db64e0fddd470e5ce352b35cd6b4023fcf1c Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-11-08Use OD_ID instead of the defunct DISTRIB_IDEd Warnicke1-2/+2
Change-Id: I41045c8ff1b43dd28731658c4c5a69eaeed43f19 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-11-01openSUSE support and some rework to identify OSMarco Varlese1-16/+4
Rework to identify OS: Same approach followed by Makefiles and building scripts in the VPP repository. It is much cleaner and easier to simply use the environment variables in /etc/os-release openSUSE support: Some of the code added to the scripts can be removed once a separate patch from Vanessa is merged. The purpose here is to save the changes made since they will be lost otherwise. Change-Id: I06a041bbc5f5b7e3fa3510db43acf7d1462ec24c Signed-off-by: Marco Varlese <marco.varlese@suse.com> Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-06-28CSIT-682 Usage of make-verify for vpp-csit-verify jobsPeter Mikus1-0/+1
Solve DPDK dependency in vpp-csit-verify* jobs, so that every time vpp-csit-verify* is triggered the latest DPDK is build and used. This patch will allows us to verify latest DPDK changes and be able to link dpdk-plugin dependencies. It suppose the remove the dependency of upgrading DPDK_DEV manually in CSIT branch. Change-Id: Id560e4798ae9261bc98497a1ffb211b39131d0e3 Signed-off-by: Peter Mikus <pmikus@cisco.com> Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2017-03-03For rpms its vpp-dpdk-devel not vpp-dpdk-devEd Warnicke1-1/+1
Change-Id: Ida214d01c72d2b4e8e34d3f87eb134b0dc0902fd Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-03Re-enable installation of vpp-dpkg-devEd Warnicke1-1/+1
Change-Id: I1dd5c9f51a0f228c977191de7b5432a6244124e3 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Temporarily disable vpp-dpkg-dev installEd Warnicke1-1/+1
Change-Id: I0880fbee7eae8dfda6764d855214f8c097cacf97 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Forgot to negate a conditionalEd Warnicke1-1/+1
Change-Id: I6868c171f0738b0a820b12a66bf2a49e237e0abd Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Fix vpp merge jobsEd Warnicke1-0/+43
This patch switches to installing the vpp-dpkg-dev whenever possible rather than building it. This means no duplicative pushing of vpp-dpkg-dev, which should fix the merge jobs. It also should mean faster vpp builds since we generally won't need to build DPDK either. Change-Id: I602fb09a847bb4b0d54c5844dc4c79a27393580d Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-01Revert "Fix vpp merge jobs"Ed Warnicke1-44/+0
This reverts gerrit: https://gerrit.fd.io/r/#/c/5575/ This reverts commit 149bea0a7637967d625995ed0ee10c8575009e7a. Change-Id: I7e11c9aa44ffa93afb03665c502b3ac01f0863b2 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-01Fix vpp merge jobsEd Warnicke1-0/+44
This patch switches to installing the vpp-dpkg-dev whenever possible rather than building it. This means no duplicative pushing of vpp-dpkg-dev, which should fix the merge jobs. It also should mean faster vpp builds since we generally won't need to build DPDK either. Change-Id: I8a892b053989d0c95e0605e8dc54a6b7a205dc0c Signed-off-by: Ed Warnicke <eaw@cisco.com>