]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
squid: log icp queries initially during debug
[chef.git] / roles / noquiklos.rb
index 0cf85aaafa7667e8be72c3c541d76eb065a82639..8e24fd027fac552c9350413d84b9b64d1f1f819d 100644 (file)
@@ -8,12 +8,19 @@ default_attributes(
         :interface => "eth0",
         :role => :internal,
         :family => :inet,
-        :address => "10.89.121.98"
+        :address => "10.0.0.13"
+      },
+      :external_ipv4 => {
+        :interface => "eth1",
+        :role => :external,
+        :family => :inet,
+        :address => "128.40.168.99"
       }
     }
   }
 )
 
 run_list(
-  "role[firefishynet]"
+  "role[ucl-internal]",
+  "role[gps-tile]"
 )