diff options
author | 2021-09-08 14:33:25 +0000 | |
---|---|---|
committer | 2021-09-08 14:33:25 +0000 | |
commit | c489f33182d857c243c8758118899361e1f831c8 (patch) | |
tree | cebf162e0ea261da51e6b1d4f8b2c2ce3ed11248 | |
parent | 60d127c251246b968cad9e96f191576646976a11 (diff) |
Revert "Change prod & sandbox to public IPs for Ingress/Gerrit"
This reverts commit 60d127c251246b968cad9e96f191576646976a11.
Reason for revert: Now that all services are co-located in the same DC, it is best to use internal IPs for Ingress/Gerrit.
Change-Id: Ib790a7228e693acfd1886915eca5aa7baa59dd35
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
-rw-r--r-- | jenkins-config/global-vars-production.sh | 6 | ||||
-rw-r--r-- | jenkins-config/global-vars-sandbox.sh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 59be5af73..69a551399 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -1,7 +1,7 @@ DOCKER_REGISTRY=https://jenkins.fd.io/sandbox/ -GERRIT_URL=git://162.253.54.31/mirror/$PROJECT -GIT_BASE=git://162.253.54.31/mirror/$PROJECT -GIT_URL=git://162.253.54.31/mirror +GERRIT_URL=git://10.30.48.3/mirror/$PROJECT +GIT_BASE=git://10.30.48.3/mirror/$PROJECT +GIT_URL=git://10.30.48.3/mirror JENKINS_HOSTNAME=vex-yul-rot-jenkins-1 LOGS_SERVER=https://logs.fd.io NEXUS_URL=https://nexus.fd.io diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 6ea8dcac0..79f2eb4cb 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -1,7 +1,7 @@ DOCKER_REGISTRY=https://jenkins.fd.io/sandbox/ -GERRIT_URL=git://162.253.54.31/mirror/$PROJECT -GIT_BASE=git://162.253.54.31/mirror/$PROJECT -GIT_URL=git://162.253.54.31/mirror +GERRIT_URL=git://10.30.48.3/mirror/$PROJECT +GIT_BASE=git://10.30.48.3/mirror/$PROJECT +GIT_URL=git://10.30.48.3/mirror JENKINS_HOSTNAME=vex-yul-rot-jenkins-2 LOGS_SERVER=https://logs.fd.io NEXUS_URL=https://nexus.fd.io |