From 3c40059598035598ec1f88775f0793c96dce2f5e Mon Sep 17 00:00:00 2001 From: Vu Tran Date: Thu, 10 Jul 2014 10:23:42 -0400 Subject: 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 --- .../python/python-rally/task-example.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-rally/task-example.json (limited to 'meta-openstack/recipes-devtools/python/python-rally/task-example.json') diff --git a/meta-openstack/recipes-devtools/python/python-rally/task-example.json b/meta-openstack/recipes-devtools/python/python-rally/task-example.json new file mode 100644 index 0000000..381bb96 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-rally/task-example.json @@ -0,0 +1,17 @@ +{ + "Authenticate.keystone": [ + { + "runner": { + "type": "constant", + "times": 100, + "concurrency": 5 + }, + "context": { + "users": { + "tenants": 3, + "users_per_tenant": 50 + } + } + } + ] +} -- cgit v1.2.3-54-g00ecf