From bb22c8c02df3e9d030ff64c304536c31b78a37a6 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 13 Sep 2017 01:59:54 +0200 Subject: [PATCH 1/1] ericsson-pod1 slave defaults: Custom INSTALLER_IP ericsson-pod1's jump host already has a static IP assigned to its pxebr, which collides with the mcpcontrol network default settings used by Fuel@OPNFV. Instead of changing the existing network configuration on the jump host to prevent CIDR collision, use a slightly different CIDR, which is derived from INSTALLER_IP. JIRA: FUEL-285 Change-Id: Ibea10b3f6528f3b34bc4ab12c3f9131932f6dc84 Signed-off-by: Alexandru Avadanii --- jjb/global/slave-params.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index 2acc96fd9..19d5a9545 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -484,6 +484,10 @@ - ericsson-pod1 default-slaves: - ericsson-pod1 + - string: + name: INSTALLER_IP + default: '10.20.1.2' + description: 'IP of the installer' - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT -- 2.16.6