From c489f33182d857c243c8758118899361e1f831c8 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 8 Sep 2021 14:33:25 +0000 Subject: 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 --- jenkins-config/global-vars-production.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jenkins-config/global-vars-production.sh') 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 -- cgit 1.2.3-korg