Files
tripleo-ha-utils/docs/static/baremetal-overcloud/introduction.rst
Ronelle Landy 4575a8feac Add docs for baremetal overcloud
Change-Id: Ifca96338e02db818bbe2ff15bd206cac56d33f62
2016-10-05 09:53:05 -04:00

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