diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-12-19 09:35:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-19 09:35:42 +0000 |
commit | 0592db5f1d7ef7a510c149b6394bd2b42adfd4a7 (patch) | |
tree | 31840b7abb12ba6059f42c3d52d433cf6a0d5976 | |
parent | c03f3dfde5a107fe00c3766b4f6e4651aa3a2100 (diff) | |
parent | 5ab5623c03a9e8ae526347afca08c1f8fdd490f4 (diff) |
Merge "Introduce new installer for Netvirt-ODL pipeline"
-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 4a65dcbb7..46bdd25ad 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 |