From 7ef7632b7b38484f7dd17713760030e9d36bbcef Mon Sep 17 00:00:00 2001 From: Josep Puigdemont Date: Fri, 6 May 2016 06:22:06 +0200 Subject: armband: add ci jobs Change-Id: I6918dc1189ab18fa79812ffa7c5e67867a945eba Signed-off-by: Josep Puigdemont --- jjb/opnfv/slave-params.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'jjb/opnfv') 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' -- cgit 1.2.3-korg