solar/bootstrap
Evgeniy L 5da5f18760 Add option to boot slave using pxe into bootstrap image
This functionality is required in order to perform
partitioning/provisioning.
2015-10-09 21:02:38 +03: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