Add Sigul bridge IP definition 11/65311/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 7 Sep 2018 20:17:42 +0000 (13:17 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 7 Sep 2018 20:17:42 +0000 (13:17 -0700)
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 <agrimberg@linuxfoundation.org>
jenkins-config/global-vars-production.sh
jenkins-config/global-vars-sandbox.sh

index 27bc52a..cc5d85e 100644 (file)
@@ -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
index 589dc6e..83ce04b 100644 (file)
@@ -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