mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
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
|