summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-07-10 10:23:42 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-17 00:12:13 -0400
commit3c40059598035598ec1f88775f0793c96dce2f5e (patch)
tree6c75c0575b80e16cc896481fc28fe87527778df5 /meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json
parent5e29cf0fce2f768a3a179c2edd9ee1f2a1223ab0 (diff)
downloadmeta-cloud-services-3c40059598035598ec1f88775f0793c96dce2f5e.tar.gz
introduce openstack Rally component
* Add Rally bb file * Add Rally deployment json config for existing deployment * Add task example * To use custom Rally config file Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json')
-rw-r--r--meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json b/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json
new file mode 100644
index 0000000..8249860
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json
@@ -0,0 +1,9 @@
1{
2 "type": "ExistingCloud",
3 "endpoint": {
4 "auth_url": "http://%CONTROLLER_IP%:5000/v2.0/",
5 "username": "%ADMIN_USER%",
6 "password": "%ADMIN_PASSWORD%",
7 "tenant_name": "%ADMIN_TENANT_NAME%"
8 }
9}