cloudstack/tools/devcloud/puppet
chip.childers@gmail.com 7da5ab8aca First commit of the devcloud pre-configuration puppet module.
Using this via Vagrant assumes that Vagrant is patched with the changes
made by Edison. The pull request to upstream these changes into the
Vagrant project are here: https://github.com/mitchellh/vagrant/pull/1043 )
2012-07-26 21:25:56 -04:00
..
puppet-devcloudinitial First commit of the devcloud pre-configuration puppet module. 2012-07-26 21:25:56 -04:00
README 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