From f156db42ccce2a80c05950d2f4433c8da38a14b0 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 9 Dec 2015 21:54:46 +0100 Subject: Add ericsson pod2 to pod-params Fix default controller downstream parameters. Set default controller to none in installer config. Change-Id: I33a36615b02783dab87bea27f0f15fa7f50f8a59 Signed-off-by: Fatih Degirmenci --- jjb/opnfv/installer-params.yml | 8 ++++---- jjb/opnfv/pod-params.yml | 26 +++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 7 deletions(-) (limited to 'jjb/opnfv') diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index dc11fbd53..26feee43d 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -15,7 +15,7 @@ description: 'Installer used for deploying OPNFV on this POD' - string: name: CONTROLLER - default: '{controller}' + default: none description: 'Controller name' - parameter: @@ -35,7 +35,7 @@ description: 'Installer used for deploying OPNFV on this POD' - string: name: CONTROLLER - default: '{controller}' + default: none description: 'Controller name' - parameter: @@ -55,7 +55,7 @@ description: 'Installer used for deploying OPNFV on this POD' - string: name: CONTROLLER - default: '{controller}' + default: none description: 'Controller name' - parameter: @@ -75,5 +75,5 @@ description: 'Installer used for deploying OPNFV on this POD' - string: name: CONTROLLER - default: '{controller}' + default: none description: 'Controller name' diff --git a/jjb/opnfv/pod-params.yml b/jjb/opnfv/pod-params.yml index e62450c18..275311ab6 100644 --- a/jjb/opnfv/pod-params.yml +++ b/jjb/opnfv/pod-params.yml @@ -41,6 +41,26 @@ description: 'Git URL for LF POD2' description: 'Git URL to use on the jumphost' +- parameter: + name: 'ericsson-pod1-defaults' + parameters: + - node: + name: SLAVE_NAME + description: 'Slave name on Jenkins' + allowed-slaves: + - ericsson-ca-deploy-bare-pod1 + default-slaves: + - ericsson-ca-deploy-bare-pod1 + - string: + name: INSTALLER_VERSION + default: latest + description: 'Version of the installer to deploy' + - string: + name: GIT_BASE + default: https://gerrit.opnfv.org/gerrit/$PROJECT + description: 'Git URL to use on the jumphost' + + - parameter: name: 'ericsson-pod2-defaults' parameters: @@ -48,9 +68,9 @@ name: SLAVE_NAME description: 'Slave name on Jenkins' allowed-slaves: - - ericsson-ca-fuel-bare-1 + - ericsson-ca-deploy-bare-pod2 default-slaves: - - ericsson-ca-fuel-bare-1 + - ericsson-ca-deploy-bare-pod2 - string: name: INSTALLER_VERSION default: latest @@ -141,7 +161,7 @@ description: 'Git URL to use on the jumphost' - parameter: - name: 'huawei-sc-pod1-defaults' + name: 'huawei-pod1-defaults' parameters: - node: name: SLAVE_NAME -- cgit 1.2.3-korg