From: Andrew Grimberg Date: Fri, 7 Sep 2018 20:17:42 +0000 (-0700) Subject: Add Sigul bridge IP definition X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=16d408925f1eca43956a03f0df74155558460448;p=ci-management.git Add Sigul bridge IP definition The Sigul installation scripts need to have the IP address of the bridge properly specified so that they can update the /etc/hosts file. This is needed because the bridges do not resolve to the proper IP address for minions. Change-Id: Id9d261eccf52b9a48c51fbbc791b09a0704af594 Issue-ID: CIMAN-193 Signed-off-by: Andrew Grimberg --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 27bc52adc..cc5d85e8e 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -11,6 +11,7 @@ LOGS_SERVER=https://logs.onap.org NEXUS_URL=https://nexus.onap.org NEXUSPROXY=https://nexus.onap.org REGISTRY_PORTS=10001 10002 10003 10004 +SIGUL_BRIDGE_IP=10.30.104.3 SIGUL_KEY=onap-release-2018 SILO=production SONAR_URL=https://sonar.onap.org diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 589dc6e30..83ce04bf7 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -11,6 +11,7 @@ LOGS_SERVER=https://logs.onap.org NEXUS_URL=https://nexus.onap.org NEXUSPROXY=https://nexus.onap.org REGISTRY_PORTS=10001 10002 10003 10004 +SIGUL_BRIDGE_IP=10.30.104.3 SIGUL_KEY=onap-test SILO=sandbox SONAR_URL=https://sonar.onap.org