From: Dave Wallace Date: Wed, 8 Sep 2021 14:33:25 +0000 (+0000) Subject: Revert "Change prod & sandbox to public IPs for Ingress/Gerrit" X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c489f33182d857c243c8758118899361e1f831c8;p=ci-management.git 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 --- 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