22 lines
530 B
ReStructuredText
22 lines
530 B
ReStructuredText
TripleO Quickstart
|
|
==================
|
|
|
|
TripleO Quickstart is a fast and easy way to setup and configure your virtual environment for TripleO.
|
|
Further documentation can be found at https://github.com/openstack/tripleo-quickstart
|
|
|
|
A quick way to test that your virthost machine is ready to rock is:
|
|
|
|
::
|
|
|
|
ssh root@$VIRTHOST uname -a
|
|
|
|
Getting the script
|
|
------------------
|
|
|
|
You can download the `quickstart.sh` script with `wget`:
|
|
|
|
::
|
|
|
|
wget https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh
|
|
|