
* Reuse the images from the repository in README * Shrink the images to 800-1000px * Fix incorrect sectioning, typos, missing info etc. on ReadTheDocs * Add a tutorial step about the --abort-on-sla-failure feature * Move Rally deployment engines to a separate tutorial step * rally use deployment -> rally deployment use Change-Id: Id5f492e40a041aa3308e9faa21b833220415323d
2.2 KiB
2.2 KiB
Step 7. Deploying OpenStack from Rally
Along with supporting already existing OpenStack deployments, Rally itself can deploy OpenStack automatically by using one of its deployment engines. Take a look at other deployment configuration file samples. For example, devstack-in-existing-servers.json is a deployment configuration file that tells Rally to deploy OpenStack with Devstack on the existing servers with given credentials:
{
"type": "DevstackEngine",
"provider": {
"type": "ExistingServers",
"credentials": [{"user": "root", "host": "10.2.0.8"}]
}
}
You can try to deploy OpenStack in your Virtual Machine using this script. Edit the configuration file with your IP address/user name and run, as usual:
$ rally deployment create --file=samples/deployments/devstack-in-existing-servers.json.json --name=new-devstack
+---------------------------+----------------------------+----------+----------------------+
| uuid | created_at | name | status |
+---------------------------+----------------------------+----------+----------------------+
| <Deployment UUID> | 2015-01-10 22:00:28.270941 | new-devstack | deploy->finished |
+---------------------------+----------------------------+--------------+------------------+
Using deployment : <Deployment UUID>