solar/bootstrap
CGenie 47adbe2bf4 Merge pull request #147 from Mirantis/yml_to_yaml
yml to yaml
2015-09-15 13:56:35 +02:00
..
playbooks Merge pull request #147 from Mirantis/yml_to_yaml 2015-09-15 13:56:35 +02:00
README.md Moved pre-install stuff (ansible, pip) to separate script 2015-08-06 13:09:47 +02:00
ansible.cfg Packer.io: add juno packages, fix for ansible cfg and logging 2015-08-31 16:03:41 +02:00
build-image.yaml Renamed all yml files to yaml 2015-09-15 12:20:12 +02:00
packer.yaml Renamed all yml files to yaml 2015-09-15 12:20:12 +02:00
solar-master.json changed all yml occurrences to yaml 2015-09-15 12:24:34 +02:00

README.md

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