summaryrefslogtreecommitdiffstats
path: root/packer
AgeCommit message (Collapse)AuthorFilesLines
2017-02-15Remove apt-get wrapAndrew Grimberg1-23/+0
Something is off in the wrap as it doesn't handle errors very well or something it's relying on isn't installed on a base system. Since it's currently causing packer builds to fail, it's getting removed until it can be trouble-shot better Change-Id: I3db6fd1c54279d36682d5cecd2f05a96ce58702a Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-15Update baseline to match recent changesAndrew Grimberg1-2/+41
Add in more fixes to keep Ubuntu systems from doing auto-updates as well as to shim apt-get to wait on currently running apt processes Change-Id: Ibb670b9b6170ca4b82ba25fb851a984eb3857439 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Handle Java install on Ubuntu more sanelyAndrew Grimberg1-14/+26
* Also fix problem with RH case statement Change-Id: I842e2aa425f7532c7c497ee3aeb6c21e3353f53f Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Correctly call pipefail not pipefileAndrew Grimberg3-3/+3
Change-Id: I2e51de944afcdba9e77e7300960cd0578566fcc6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Make packer templates fail on any problemsAndrew Grimberg3-14/+32
Make packer templates fail on any problems and to not be quiet in their builds. Change-Id: Ieb1ef5f6f2bff711597bd7464a2676520e5fc0d8 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Configure docker imageAndrew Grimberg4-101/+2
Create a docker image, this is based on the Open-O robot image Change-Id: I4f16494da4605753f09257107889210488ec0512 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-01Fix packer base images for Ubuntu 1{4,6}.04Andrew Grimberg2-2/+2
Need the Ubuntu base image names to properly map to the images that have been uploaded into the cloud for use Change-Id: I45153b9b796da814528ae6a88dc6e01251d305b8 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-30Initial ci-management uploadAndrew Grimberg17-0/+630
* Configure initial jobs and validate Jenkins environment * Do not hook up packer build jobs at this time Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>