From 1205af50949468eb033300c457c6cc3009cb5029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 9 Feb 2015 22:12:21 +0000 Subject: [PATCH] copr-be has new internal ip --- roles/copr/backend/files/provision/files/builder.repo | 4 ++-- roles/copr/base/files/hosts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/copr/backend/files/provision/files/builder.repo b/roles/copr/backend/files/provision/files/builder.repo index f90e909422..b1d401ee26 100644 --- a/roles/copr/backend/files/provision/files/builder.repo +++ b/roles/copr/backend/files/provision/files/builder.repo @@ -8,7 +8,7 @@ gpgkey=http://infrastructure.fedoraproject.org/repo/RPM-GPG-KEY-INFRASTRUCTURE [msuchy-Mock] name=Copr repo for Mock owned by msuchy description=Mock for RHEL6 with patch from https://bugzilla.redhat.com/show_bug.cgi?id=1028438 and https://bugzilla.redhat.com/show_bug.cgi?id=1034805 -baseurl=http://172.16.5.4/results/msuchy/Mock/epel-6-$basearch/ +baseurl=http://172.16.5.5/results/msuchy/Mock/epel-6-$basearch/ skip_if_unavailable=True gpgcheck=0 enabled=1 @@ -16,7 +16,7 @@ enabled=1 [msuchy-scl-utils] name=Copr repo for scl-utils owned by msuchy description=scl-utils with patch from https://bugzilla.redhat.com/show_bug.cgi?id=985233 -baseurl=http://172.16.5.4/results/msuchy/scl-utils/epel-6-$basearch/ +baseurl=http://172.16.5.5/results/msuchy/scl-utils/epel-6-$basearch/ skip_if_unavailable=True gpgcheck=0 enabled=1 diff --git a/roles/copr/base/files/hosts b/roles/copr/base/files/hosts index 7e2d2d5688..2abde904c2 100644 --- a/roles/copr/base/files/hosts +++ b/roles/copr/base/files/hosts @@ -2,8 +2,8 @@ ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 172.16.5.31 copr-fe.cloud.fedoraproject.org 172.16.5.31 copr.fedoraproject.org -172.16.5.4 copr-be.cloud.fedoraproject.org -172.16.5.5 copr-be-dev.cloud.fedoraproject.org +172.16.5.5 copr-be.cloud.fedoraproject.org +#172.16.5.5 copr-be-dev.cloud.fedoraproject.org 172.16.5.15 copr-fe-dev.cloud.fedoraproject.org # for ansible, some dark magic why do we need this ?