From 5ab5623c03a9e8ae526347afca08c1f8fdd490f4 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Thu, 15 Dec 2016 07:44:53 +0100 Subject: Introduce new installer for Netvirt-ODL pipeline The netvirt odl pipline has a special setup. Cause of that we add a new installer type. As elaborated with the Functest team we can then differentiate in functest what tests need to be executed for our special case. Change-Id: I8d7f18aef74b64ba46c6ed712ed5d58bd94c900e Signed-off-by: Nikolas Hermanns --- jjb/3rd_party_ci/odl-netvirt.yml | 2 +- jjb/global/installer-params.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/3rd_party_ci/odl-netvirt.yml b/jjb/3rd_party_ci/odl-netvirt.yml index 3dd4c0b44..25e9bbf57 100644 --- a/jjb/3rd_party_ci/odl-netvirt.yml +++ b/jjb/3rd_party_ci/odl-netvirt.yml @@ -3,7 +3,7 @@ project: 'netvirt' - installer: 'apex' + installer: 'netvirt' ##################################### # branch definitions ##################################### diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index 610072d1b..5aecf58bf 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -109,7 +109,7 @@ description: 'IP of the installer' - string: name: INSTALLER_TYPE - default: apex + default: netvirt description: 'Installer used for deploying OPNFV on this POD' - string: name: DEPLOY_SCENARIO -- cgit 1.2.3-korg