summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/slave-params.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/opnfv/slave-params.yml')
-rw-r--r--jjb/opnfv/slave-params.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jjb/opnfv/slave-params.yml b/jjb/opnfv/slave-params.yml
index 5892e7c96..f9f53ec7c 100644
--- a/jjb/opnfv/slave-params.yml
+++ b/jjb/opnfv/slave-params.yml
@@ -612,3 +612,15 @@
name: GIT_BASE
default: https://gerrit.opnfv.org/gerrit/$PROJECT
description: 'Git URL to use on this Jenkins Slave'
+ - string:
+ name: DEFAULT_BRIDGE
+ default: 'admin6_br0,public6_br0'
+ desciption: 'The bridge to use for Fuel PXE booting. It can be a comma sparated list of bridges, in which case the first is the PXE boot bridge, and all subsequent interfaces that will be added to the VM. If left empty, most deploy scripts will default to pxebr.'
+ - string:
+ name: DEPLOY_TIMEOUT
+ default: '360'
+ description: 'Deployment timeout in minutes'
+ - string:
+ name: LAB_CONFIG_URL
+ default: file://$HOME/opnfv/repos/lab-config
+ description: 'Base URI to the configuration directory'