Files
puppet-openstack/NOTES
Dan Bode b66311a12a updated tests and notes for single node install.
- create test script for verifying installation.
- updated NOTES to refer to test script.
2011-06-18 12:32:50 -07:00

16 lines
396 B
Plaintext

to install with single node:
# configure will all test
> puppet apply nova/tests/all.pp
# download the image to test with:
> mkdir /vagrant/images/lucid_ami && cd /vagrant/images/lucid_ami
> wget -q -O - http://173.203.107.207/ubuntu-lucid.tar | tar xSv
# now run the test code:
> ./ext/tests.sh
# this will verify that you can insert an image in the glance db
# and use it to boot an image