summaryrefslogtreecommitdiffstats
path: root/packer/provision/local-builder.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15Remove project specific packagesVanessa Rene Valderrama1-144/+0
This change is remove the project specific packages that were originally in baseline as a requirement primarily for RPM_DPDK, DEB_DPDK and VPP. The RPM_DPDK and DEB_DPDK projects are inactive/archived and VPP manages their own Docker images. I'll add required packages back as they are found through testing projects that are building on OpenStack images or as requested via the projects. Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I207b02854622f676288954251d7446eeb70e150e
2020-04-15Remove 16.04 ARM packageVanessa Rene Valderrama1-1/+0
Removing package that was required for archived/inactive projects Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I58067dbd44f6585c43d659c1e0d7de561b2b74ba
2020-02-20Fix PackageCloud install on UbuntuVanessa Rene Valderrama1-0/+6
The new images don't have PackageCloud installed. This change is to install PackageCloud on Ubuntu 16.04 and 18.04 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I142cecacc947bbddd82f42dbfffeb1fb2b36298d
2020-01-24Modify Ubuntu 16.04 to enable hugepagesVanessa Rene Valderrama1-0/+9
This change is to modify Ubuntu 16.04 images to enable hugepages Change-Id: Id5f0494417c1cce25c26032d2f6dfa4526c3f5bf Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-12-09Remove packagecloud installVanessa Rene Valderrama1-4/+0
Removing the packagecloud install becuase it's already installed on the base image. Change-Id: I2c02ced4710dee58e3443071b484728d408361cd Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-12-06Remove rake installVanessa Rene Valderrama1-8/+0
Removing the rake install because the newer version requires a newer version of Ruby. Change-Id: Ic50dec1f6a54971de3ca6a2a82b2b3e085d17029 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-12-03Install newer version of ruby gemsVanessa Rene Valderrama1-0/+4
Install newer version of ruby gems to resolve rake dependency for the CentOS 7 image Change-Id: I6cd230a2f008e5d9da34bce1dc4c82d35edf9592 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-10-10Remove unavailable packagesVanessa Rene Valderrama1-21/+0
Removing unavailable packages. The missing packages are installed in the build-package CICN script. Change-Id: I1882c557e9bda6000d268cc1580640060ed433c6 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-10-10Install CICN required packagesVanessa Rene Valderrama1-0/+32
Updating Ubuntu 18.04 image to install CICN required packages Change-Id: I855f9f169a33e66fe211ab137d612b16cbd4b6b3 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-07-31Modify Ubuntu 18.04 ARM packagesVanessa Rene Valderrama1-1/+0
Modifying Ubuntu 18.04 ARM packages to build a new common-packer image Change-Id: I23c43b26fea99b90d7500a0674c836d639cf1145 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-05-01Remove missing packagesVanessa Rene Valderrama1-1/+0
Removing missing Bionic packages Change-Id: I847c4c088469cc0f25a757e79cd5c6250b81073a Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-14Configure packer installVanessa Rene Valderrama1-3/+59
Configuring packer to install based on distribution version Change-Id: I4696971de718ec246d1d1b08545644ca18016ba8 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-12-10Configure the builder for Ubuntu 1604Vanessa Rene Valderrama1-0/+104
Configure the builder to install required packages for Ubuntu 1604 Change-Id: I5bac9d9d3342a8ef8aa99421d90739113ddfb059 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2018-11-07Add common-packer templatesVanessa Rene Valderrama1-0/+2
Change-Id: I8f048626d2fbd68be84b4e3cb0dbb3e3da95672c Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>