summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/installer-params.yml
diff options
context:
space:
mode:
authormeimei <meimei@huawei.com>2016-01-06 11:36:56 +0800
committermeimei <meimei@huawei.com>2016-01-06 12:00:19 +0800
commit9dcb8bd01a9dfc5f8aaf3c15701f371ae35f5f48 (patch)
tree6314fa372f2beee17d6a46e13700f45a23b0f4ca /jjb/opnfv/installer-params.yml
parentf1f1544ec8e4137be578870c35ae64421e6b6307 (diff)
Add parameter of external network for yardstick testing
JIRA: YARDSTICK-225 Change-Id: I51743c20b6fa799cc7c643768a2af55f3182153a Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'jjb/opnfv/installer-params.yml')
-rw-r--r--jjb/opnfv/installer-params.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml
index dc170f79a..8a189ece8 100644
--- a/jjb/opnfv/installer-params.yml
+++ b/jjb/opnfv/installer-params.yml
@@ -17,6 +17,10 @@
name: OPNFV_FEATURE
default: 'none'
description: 'OPNFV Feature to activate'
+ - string:
+ name: EXTERNAL_NETWORK
+ default: 'net04_ext'
+ description: 'external network for test'
- parameter:
name: 'compass-defaults'
@@ -37,6 +41,10 @@
name: OPNFV_FEATURE
default: 'none'
description: 'OPNFV Feature to activate'
+ - string:
+ name: EXTERNAL_NETWORK
+ default: 'ext-net'
+ description: 'external network for test'
- parameter:
name: 'fuel-defaults'
@@ -61,6 +69,10 @@
name: DEPLOY_SCENARIO
default: 'test'
description: 'OPNFV Deployment Scenario'
+ - string:
+ name: EXTERNAL_NETWORK
+ default: 'net04_ext'
+ description: 'external network for test'
- parameter:
name: 'joid-defaults'
@@ -89,3 +101,7 @@
name: OS_RELEASE
default: 'liberty'
description: 'OpenStack release (kilo|liberty)'
+ - string:
+ name: EXTERNAL_NETWORK
+ default: 'net04_ext'
+ description: 'external network for test'