Convert Vagrant to Packer 05/3405/27
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Thu, 13 Oct 2016 18:54:18 +0000 (13:54 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Fri, 16 Dec 2016 19:22:36 +0000 (13:22 -0600)
commita63e80093c52d4893e5709860919d0f27cd8c122
tree101476228aea7e7acc21dbbda2c1b9203a0f022b
parent2a36c43a61bf8698491db42031121d0ef5d6f31f
Convert Vagrant to Packer

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>
12 files changed:
packer/README.markdown [new file with mode: 0644]
packer/provision/basebuild.sh [new file with mode: 0644]
packer/provision/baseline.sh [new file with mode: 0644]
packer/provision/null_data.sh [new file with mode: 0644]
packer/provision/rh-user_data.sh [new file with mode: 0644]
packer/provision/system_reseal.sh [new file with mode: 0644]
packer/templates/basebuild.json [new file with mode: 0644]
packer/vars/.gitignore [new file with mode: 0644]
packer/vars/centos.json [new file with mode: 0644]
packer/vars/cloud-env.json.example [new file with mode: 0644]
packer/vars/ubuntu-14.04.json [new file with mode: 0644]
packer/vars/ubuntu-16.04.json [new file with mode: 0644]