solar/bootstrap
Bogdan Dobrelya c1a433f47e Packer builds for Juno image
Provide packer build jobs for
Juno image with UCA (default) or MOS mirrors (disabled by default).
Restore lost cinder-volume loopback device task

Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2015-10-12 10:11:40 +02:00
..
2015-10-12 10:11:40 +02:00
2015-09-15 12:20:12 +02:00
2015-09-15 12:20:12 +02:00

Solar image building

In bootstrap/trusty64 directory there are box.ovf and box-disk1.vmdk files from the trusty64 Vagrant box (normally found in ~/.vagrant.d/boxes/trusty64/0/virtualbox).

To build, install Packer (https://www.packer.io/):

cd bootstrap
packer build solar-master.json
cp solar-master.box ../
cd ..
vagrant up

If Vagrant throws error about vboxsf try this:

vagrant plugin install vagrant-vbguest

(see https://github.com/shiguredo/packer-templates/issues/16).

If you're rebuilding the same box, make sure Vagrant reimports it:

vagrant box remove solar-master