diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-07-10 10:23:42 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-17 00:12:13 -0400 |
| commit | 3c40059598035598ec1f88775f0793c96dce2f5e (patch) | |
| tree | 6c75c0575b80e16cc896481fc28fe87527778df5 /meta-openstack/recipes-devtools/python/python-rally/deployment-existing.json | |
| parent | 5e29cf0fce2f768a3a179c2edd9ee1f2a1223ab0 (diff) | |
| download | meta-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.json | 9 |
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 | } | ||
