cloudstack/tools/devcloud/puppet
chip.childers@gmail.com 827943a865 Initial commit converting the devcloud build
process to being based on puppet and vagrant.
2012-07-19 04:12:19 -04:00
..
puppet-devcloudinitial Initial commit converting the devcloud build 2012-07-19 04:12:19 -04:00
README Initial commit converting the devcloud build 2012-07-19 04:12:19 -04:00
fileserver.conf Initial commit converting the devcloud build 2012-07-19 04:12:19 -04:00

README

To use:

Preconfiguration phase - 
- [setup your box in vagrant and place the contents of tools/devcloud/puppet into the box's folder]
- vagrant up; vagrant ssh
- sudo bash
- ln -s /vagrant/puppet-devcloudinitial /etc/puppet/modules/puppet-devcloudinitial
- cd /vagrant
- puppet apply --fsconfig fileserver.conf --debug --verbose -e "include puppet-devcloudinitial"

Postconfiguration phase - 
TODO