]> git.openstreetmap.org Git - chef.git/blobdiff - roles/noquiklos.rb
put pummelzacken in import mode
[chef.git] / roles / noquiklos.rb
index 4e72f95b1c57a8005422d1aac912d9b8097b8ca4..f42afa81b7b662a270af7af28323a335c3fbf751 100644 (file)
@@ -5,13 +5,13 @@ 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 => "193.60.236.16"
@@ -21,7 +21,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-dl360-g6]",
   "role[gps-tile]"
 )