summaryrefslogtreecommitdiffstats
path: root/packer/templates
AgeCommit message (Collapse)AuthorFilesLines
2018-06-13Expand rendered image name to include sec and msAnil Belur1-1/+2
Expand rendered image name to include seconds and milliseconds. This reduces the probability of image name collisions on the cloud from 1/60 to 1/60000. Fixed upstream in common-packer [1.]. [1.] https://gerrit.linuxfoundation.org/infra/#/c/10986/ Change-Id: If006aaafa5aaf427ef034fbca479bb4b71194109 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2016-12-16Convert Vagrant to PackerVanessa Rene Valderrama1-0/+52
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>