1. 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
1.1. Getting the script¶
You can download the quickstart.sh script with wget:
wget https://raw.githubusercontent.com/openstack/tripleo-quickstart/master/quickstart.sh