diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-15 07:44:53 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-12-19 10:21:39 +0100 |
commit | 5ab5623c03a9e8ae526347afca08c1f8fdd490f4 (patch) | |
tree | 6ec826a09a669fc1aceba5b5db82d071d9b5a678 /jjb | |
parent | 508f72a1bec40410e1c008f13fbdfaf2cf56611d (diff) |
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 <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/3rd_party_ci/odl-netvirt.yml | 2 | ||||
-rw-r--r-- | 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 |