[freeze break request] Switch phx2 app servers back to proxy01.

Ricky Elrod codeblock at elrod.me
Fri Dec 6 19:53:02 UTC 2013


On 12/06/2013 01:37 PM, Toshio Kuratomi wrote:
> Do we also need to do this for apps.fedoraproject.org?
> koji.fedoraproject.org?
> 

Good catch. I don't know about koji, but Kevin said it should be fine
as-is. I added apps though, updated patch below.


[codeblock at lockbox01 puppet]$ git show
commit 04da6cc891d687b5b4df78e4b85afcaa96c8bcaa
Author: Ricky Elrod <codeblock at lockbox01.phx2.fedoraproject.org>
Date:   Fri Dec 6 17:55:38 2013 +0000

    Make phx2 boxen use proxy01 for admin.fp.o again

diff --git a/manifests/services/phx.pp b/manifests/services/phx.pp
index 72c24be..23a8a40 100644
--- a/manifests/services/phx.pp
+++ b/manifests/services/phx.pp
@@ -11,11 +11,10 @@ class phx {
   }
   case $environment {
     'production' : {
-#        host { 'admin.fedoraproject.org':
-          #ip => '10.5.126.52',
-          #ip => '66.35.62.166',
-#          ensure => absent,
-#        }
+        host { ['admin.fedoraproject.org', 'apps.fedoraproject.org']:
+          ip => '10.5.126.52',
+          ensure => present,
+        }
         host { 'cvs.fedoraproject.org':
             ip => '10.5.125.151',
             host_aliases => ['cvs']



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20131206/650d166d/attachment-0001.sig>


More information about the infrastructure mailing list