mirror of https://github.com/apache/cloudstack.git
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 ) |
||
|---|---|---|
| .. | ||
| puppet-devcloudinitial | ||
| README | ||
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