This subdirectory contains the resources for building two
Vagrant boxes from the .vmdk
virtual disks
generated by the KIWI virtual
appliance image definitions in ../kiwi
.
Currently there are two options:
-
Download and install the upstream Vagrant rpm for CentOS / Red Hat / Fedora. It should work fine, although be aware that it is a self-contained bundle and so will install an entire version of Ruby and all required gems into
/opt/vagrant
. -
Install
rubygem-vagrant
from the Open Build Service. This package adheres to openSUSE packaging standards, but at the time of writing lags behind the upstream release (1.5.4 vs. 1.6.1) and also lacks good plugin support for Vagrant Cloud etc.
There are two different boxes defined within this subdirectory:
cloud3-admin
- the SUSE Cloud 3 admin node, which runs Crowbar and Chef, andsles11-sp3
- a cut-down preload image of SUSE Linux Enterprise Server (SLES) 11 SP3, which will be used to provision two controller nodes (forming an HA cluster), and a compute node.
Instructions for building them are contained within the READMEs in those subdirectories.