From: Jamo Luhrsen Date: Tue, 8 Nov 2016 23:45:07 +0000 (+0000) Subject: Merge "jenkins job networking odl v2" X-Git-Tag: release/boron-sr2~68 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=edc942e8397d10f7b3e8a12cc796af6f3f6b0df7;p=releng%2Fbuilder.git Merge "jenkins job networking odl v2" --- edc942e8397d10f7b3e8a12cc796af6f3f6b0df7 diff --cc jjb/integration/integration-templates.yaml index 10a7e6d02,a516a9881..c48a18377 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@@ -1003,12 -795,16 +1003,16 @@@ 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 - default: '{odl-ml2-version}' + name: ODL_ML2_BRANCH + default: '{odl-ml2-branch}' description: 'Version of networking-odl to checkout from the repo' + - string: + name: ODL_ML2_DRIVER_VERSION + default: '{odl-ml2-driver-version}' + description: 'Mode of networking-odl (v1 or v2)' - string: name: ODL_ENABLE_L3_FWD default: '{odl-enable-l3}' @@@ -1117,12 -913,16 +1121,16 @@@ 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 - default: '{odl-ml2-version}' + name: ODL_ML2_BRANCH + default: '{odl-ml2-branch}' description: 'Version of networking-odl to checkout from the repo' + - string: + name: ODL_ML2_DRIVER_VERSION + default: '{odl-ml2-driver-version}' + description: 'Mode of networking-odl (v1 or v2)' - string: name: ODL_ENABLE_L3_FWD default: '{odl-enable-l3}'