diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2018-09-07 13:17:42 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2018-09-07 13:17:42 -0700 |
commit | 16d408925f1eca43956a03f0df74155558460448 (patch) | |
tree | 8836c11e832d0fb775c4e6e9051c76510306506d | |
parent | 20c200034dbc66cd11b9a209de5d7aef69a1b091 (diff) |
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 <agrimberg@linuxfoundation.org>
-rw-r--r-- | jenkins-config/global-vars-production.sh | 1 | ||||
-rw-r--r-- | jenkins-config/global-vars-sandbox.sh | 1 |
2 files changed, 2 insertions, 0 deletions
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 |