]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ascalon.rb
Allow some extra apache processes to account for graceful termination
[chef.git] / roles / ascalon.rb
index cffccad359582c1c64f34d3d7bac67cacc7d3b0e..d7b698e59682accfbf627faec9d5a105524796cb 100644 (file)
@@ -4,29 +4,18 @@ description "Master role applied to ascalon"
 default_attributes(
   :networking => {
     :interfaces => {
-      :internal_ipv4 => {
-        :interface => "eth0",
-        :role => :internal,
-        :family => :inet,
-        :address => "10.0.0.18"
-      },
       :external_ipv4 => {
-        :interface => "eth1",
+        :interface => "eno1",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.193"
+        :address => "184.107.48.228",
+        :prefix => "27",
+        :gateway => "184.107.48.225"
       }
     }
-  },
-  :accounts => {
-    :users => {
-      :emacsen => { :status => :administrator }
-    }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]",
-  "role[hp-g5]",
-  "role[roundup]"
+  "role[netalerts]"
 )