From 1d17cd3aa2dab2cd1015b7d4e3624fe1f4281fcb Mon Sep 17 00:00:00 2001 From: Sandra Biton Date: Thu, 3 Nov 2016 16:20:44 +0200 Subject: [PATCH] move odl ml2 driver repo to parameter in order to run from local networking odl ml2 repository Change-Id: I6e29e3166a2a4513a11867cffb98daf3dc4623c7 Signed-off-by: Sandra Biton --- jjb/integration/integration-templates.yaml | 4 ++-- jjb/releng-defaults.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 63a9537d0..c8507c4bd 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -795,7 +795,7 @@ description: 'Openstack version to use with devstack' - string: name: ODL_ML2_DRIVER_REPO - default: 'https://github.com/openstack/networking-odl' + default: '{odl-ml2-driver-repo}' description: 'URL to fetch networking-odl driver' - string: name: ODL_ML2_VERSION @@ -909,7 +909,7 @@ description: 'Openstack version to use with devstack' - string: name: ODL_ML2_DRIVER_REPO - default: 'https://github.com/openstack/networking-odl' + default: '{odl-ml2-driver-repo}' description: 'URL to fetch networking-odl driver' - string: name: ODL_ML2_VERSION diff --git a/jjb/releng-defaults.yaml b/jjb/releng-defaults.yaml index b5368e75d..4aaf997d2 100644 --- a/jjb/releng-defaults.yaml +++ b/jjb/releng-defaults.yaml @@ -12,6 +12,7 @@ build-node: centos7-java-builder-2c-8g email-recipients: 'jenkins@lists.opendaylight.org' + odl-ml2-driver-repo: 'https://github.com/openstack/networking-odl' # openstack-infra-parameters defaults archive-artifacts: '' -- 2.36.6