]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
Enable dhcpd on ironbelly
[chef.git] / roles / noquiklos.rb
index 465424116e18ccf0c159a322b48513fb8652541c..f42afa81b7b662a270af7af28323a335c3fbf751 100644 (file)
@@ -5,22 +5,23 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth0.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.13"
       },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eth0.2800",
         :role => :external,
         :family => :inet,
-        :address => "128.40.168.99"
+        :address => "193.60.236.16"
       }
     }
   }
 )
 
 run_list(
-  "role[ucl-internal]",
-  "role[gpx-tile]"
+  "role[ucl]",
+  "role[hp-dl360-g6]",
+  "role[gps-tile]"
 )