]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / noquiklos.rb
index 0cf85aaafa7667e8be72c3c541d76eb065a82639..f42afa81b7b662a270af7af28323a335c3fbf751 100644 (file)
@@ -5,15 +5,23 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth0.2801",
         :role => :internal,
         :family => :inet,
-        :address => "10.89.121.98"
+        :address => "10.0.0.13"
+      },
+      :external_ipv4 => {
+        :interface => "eth0.2800",
+        :role => :external,
+        :family => :inet,
+        :address => "193.60.236.16"
       }
     }
   }
 )
 
 run_list(
-  "role[firefishynet]"
+  "role[ucl]",
+  "role[hp-dl360-g6]",
+  "role[gps-tile]"
 )