summaryrefslogtreecommitdiffstats
path: root/jjb/opnfv/slave-params.yml
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-05-06 06:22:06 +0200
committerJosep Puigdemont <josep.puigdemont@gmail.com>2016-05-10 08:22:56 +0000
commit7ef7632b7b38484f7dd17713760030e9d36bbcef (patch)
tree338aeceb8a0afb3da5ed3978249a4e6d69f77b18 /jjb/opnfv/slave-params.yml
parentf7a3a9092f25aa9a4f4168434aff3fee170f0c94 (diff)
armband: add ci jobs
Change-Id: I6918dc1189ab18fa79812ffa7c5e67867a945eba Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
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'