From cc9688975b6db5da9d336acd127744ba9ebedc60 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 1 Dec 2016 18:58:58 +0000 Subject: [PATCH] do not use the up address you already gave away --- inventory/host_vars/proxy14.fedoraproject.org | 2 +- roles/mediawiki/templates/LocalSettings.php.fp.j2 | 2 +- roles/mediawiki123/templates/LocalSettings.php.fp.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/proxy14.fedoraproject.org b/inventory/host_vars/proxy14.fedoraproject.org index 85563dd7a7..f9b38273b0 100644 --- a/inventory/host_vars/proxy14.fedoraproject.org +++ b/inventory/host_vars/proxy14.fedoraproject.org @@ -9,7 +9,7 @@ ks_repo: http://209.132.181.6/repo/rhel/RHEL7-x86_64/ vmhost: virthost-cc-rdu01.fedoraproject.org volgroup: /dev/vg_guests -eth0_ip: 8.43.85.66 +eth0_ip: 8.43.85.67 eth0_nm: 255.255.255.0 # This is consumed by the roles/fedora-web/main role diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index 2c7742a9e9..188056c485 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -442,7 +442,7 @@ $wgSquidServersNoPurge = array( "192.168.1.158", # proxy14 - "8.43.85.66", + "8.43.85.67", "192.168.1.159", {% endif %} diff --git a/roles/mediawiki123/templates/LocalSettings.php.fp.j2 b/roles/mediawiki123/templates/LocalSettings.php.fp.j2 index ee5b635389..c7f0adeeb8 100644 --- a/roles/mediawiki123/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki123/templates/LocalSettings.php.fp.j2 @@ -384,7 +384,7 @@ $wgSquidServersNoPurge = array( "192.168.1.158", # proxy14 - "8.43.85.66", + "8.43.85.67", "192.168.1.159", {% endif %}