summaryrefslogtreecommitdiffstats
path: root/utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml
diff options
context:
space:
mode:
authorYiting.Li <liyiting@huawei.com>2016-01-11 16:52:58 +0800
committerYiting.Li <liyiting@huawei.com>2016-01-11 16:52:58 +0800
commite899fe06280752d5b51fac6dbb3be8f3d1461a76 (patch)
tree09c908ce3a2f3989962276ad108730f3b64dd499 /utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml
parentf476468dc4fac62f43987edf3c2501a209b8bcda (diff)
Add ci scripts for vstf tu cases.
JIRA: BOTTLENECK-29 Change-Id: I578273a6130b2eaf67a8bbbea2d3c70bbe66bf90 Signed-off-by: Yiting.Li <liyiting@huawei.com>
Diffstat (limited to 'utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml')
-rw-r--r--utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml b/utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml
index 70bc6b31..d9419929 100644
--- a/utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml
+++ b/utils/infra_setup/heat_template/vstf_heat_template/bottleneck_vstf.yaml
@@ -20,10 +20,14 @@ parameters:
type: string
description: Name of image to use for servers
default: vstf-manager
- image_vstf_agent:
+ image_vstf_tester:
type: string
description: Name of image to use for servers
- default: vstf-agent
+ default: vstf-tester
+ image_vstf_target:
+ type: string
+ description: Name of image to use for servers
+ default: vstf-target
#nova flavor-list to query available flavors
flavor:
type: string
@@ -170,7 +174,7 @@ resources:
type: OS::Nova::Server
properties:
name: vstf-target
- image: { get_param: image_vstf_agent }
+ image: { get_param: image_vstf_target }
flavor: { get_param: flavor }
key_name: { get_param: key_name }
networks:
@@ -201,7 +205,7 @@ resources:
type: OS::Nova::Server
properties:
name: vstf-tester
- image: { get_param: image_vstf_agent }
+ image: { get_param: image_vstf_tester }
flavor: { get_param: flavor }
key_name: { get_param: key_name }
networks: