summaryrefslogtreecommitdiffstats
path: root/packer/provision/basebuild.sh
AgeCommit message (Collapse)AuthorFilesLines
2021-10-28Chore: Cleanup Ubuntu packagesVanessa Valderrama1-7/+6
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I199ab3bb74033781efa03e5b5839544629d151a6
2021-10-27Chore: Fix Ubuntu package failuresVanessa Valderrama1-5/+4
Replace out of date packages to resolve package install failures Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I343949380ca751735ba7606a529c36296d717d20
2021-10-20Chore: Add TLDK required packagesvalderrv1-0/+11
Adding TLDK required packages in Ubuntu images Signed-off-by: valderrv <vvalderrama@linuxfoundation.org> Change-Id: I4f89885e375c1a57d7bd9a5617f96f23298aaec7
2018-04-11Indent package for opensuse Leap 42.3Marco Varlese1-0/+8
openSUSE Leap 42.3 has an older version of the indent package compared to other distributions in Jenkins. In order to avoid misalignment, let's install version 2.2.11 to align with others. Change-Id: I1473425d2cb3d503bb98e008d8fa896fdd9173eb Signed-off-by: Marco Varlese <marco.varlese@suse.com>
2018-04-09Add Ubuntu packageVanessa Rene Valderrama1-1/+2
Adding libibverbs-dev package for DEB_DPDK project Change-Id: If4d1c7bb7cbd5db9e612b4950589c9c783b3853a Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-12-05Add missing package: rpm-buildMarco Varlese1-1/+1
Change-Id: I4d1c9e0410df0262e8c2a4a23869c9cc4ac3d3b9 Signed-off-by: Marco Varlese <marco.varlese@suse.com>
2017-11-08Add missing packagesVanessa Rene Valderrama1-4/+7
DEB_DPDK has new package dependencies with the 17.08 release. This change to add the missing packages to the Ubuntu image. Change-Id: Iefb3de3757c4d7548c150f9e12bdf03f540cc9b2 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-10-31Configure Packer to install openSuSE packagesVanessa Rene Valderrama1-53/+71
Configure Packer to install packages required by FD.io projects Change-Id: Ie045ae6921d690fbfedc0344617d2d493e77b1b6 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Signed-off-by: Anton Baranov <abaranov@linuxfoundation.org>
2017-08-10Add openSuSE imageVanessa Rene Valderrama1-0/+63
Configure baseline and basebuild scripts to build openSuSE packer images Configure Jenkins keys for openSuSE Add openSuSE as a Jenkins system type Change-Id: I69bdd265773fa9c50753179b0b3f0d214490b28e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-27Merge "Python API: Missing python-all package needed by .deb packaging."Ed Warnicke1-2/+3
2017-03-22Install pypcap package for CentOSVanessa Rene Valderrama1-0/+2
The pypcap package required a newer version of pip to install. This change upgrades the version of pip and installs the pypcap package which is required for CSIT jobs. Change-Id: Iaa23da629396225c27f0ecd3b64615fe105ce9e2 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-22Python API: Missing python-all package needed by .deb packaging.Ole Troan1-2/+3
Change-Id: I02f6d541e0171bc680119fa0da26fac2db76de73 Signed-off-by: Ole Troan <ot@cisco.com>
2017-03-11Python: Add support for RPM Python macros.Ole Troan1-1/+1
Change-Id: I3c43199a081bee515b7103a1f2a5db3b84e2500c Signed-off-by: Ole Troan <ot@cisco.com>
2017-03-09Install packagecloudVanessa Rene Valderrama1-0/+3
Updating images to install packagecloud for FD.io to use packagecloud as an alternative to Nexus for staging repos because Nexus does not create package metadata for yum/apt staging repos which is required for testing. Change-Id: I2396b78f5f8b1c72c569e8c230c28ee720b33936 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-08Python API: Add dependencies on CFFI / libffi.Ole Troan1-1/+1
Change-Id: Id0a87ef7599f49d6d553bb1199f0f19518ba7c82 Signed-off-by: Ole Troan <ot@cisco.com>
2017-02-28Add CentOS packagesVanessa Rene Valderrama1-12/+22
TLDK and CSIT teams requested additional packages be added to the CentOS image. TLDK - scapy CSIT - libffi-devel CSIT request was due to errors when upgrading cryptography. I added python-cffi & libxml2 as well. Change-Id: I04c2f4f4fcd390a1d5b2877b5ec99894bd65a98e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-15Add hashicorp's packer 0.12.2 to basebuildAnil Belur1-0/+8
Change-Id: I3bc41f53d5e36fab5fe475aac67f1406d12d4075 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2017-02-13Disable auto updates on UbuntuVanessa Rene Valderrama1-24/+22
Modifying the disable auto updates on Ubuntu to use perl instead of sed because the sed -ine is creating new files ending in ne. Modifying where the apt-get upgrade and updates occur to resolve dpkg/locks which are causing VPP & NSH_SFC builds to fail. Change-Id: I5a81d72df7b758bd8287c54909386114c33ed730 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-06Add various packages to Packer imagesVanessa Rene Valderrama1-6/+18
Modifying Packer images to include various packages required by various FD.io projects. New images have been tested on the Jenkins sandbox. Change-Id: I236804da3cbf4ddf33812e7714e66250d55a1e60 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-02Add pkg-config to base imagesEd Warnicke1-1/+1
Change-Id: I75b81064ef46348a2afef832c2dec98cf41de8f8 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-01-06Add lcov package to Ubuntu imagesVanessa Rene Valderrama1-1/+1
Add lcov package to the Ubuntu image to prevent dependency resolution issues during builds. Change-Id: I835945aeffa7a46c1a136486b3d8d804fa2b7727 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Convert Vagrant to PackerVanessa Rene Valderrama1-0/+190
This converts all of the in use Vagrant definitions to Packer and allows us to build images and allow automated testing of images. Change-Id: Ic87cce4aa674146952efad325a42b095086426d0 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>