]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Update UCL machines for move to Slough
[chef.git] / roles / ridley.rb
index 0edbf7eeadad8ff41b6bd88e28f10a88b37a9e76..00dbc1ab2f866b49682c91e1a346c03ccb923ab2 100644 (file)
@@ -2,6 +2,9 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :ssl => {
+    :certificates => %w(osmfoundation openstreetmap)
+  },
   :apache => {
     :ssl => {
       :certificate => "osmfoundation",
@@ -33,7 +36,7 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet,
-        :address => "128.40.45.205"
+        :address => "193.60.236.19"
       },
       :internal_ipv4 => {
         :interface => "eth1",
@@ -84,7 +87,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-wolfson]",
+  "role[ucl-slough]",
   "role[hp-dl360-g6]",
   "role[gateway]",
   "role[foundation]",
@@ -92,7 +95,7 @@ run_list(
   "role[switch2osm]",
   "role[blog]",
   "role[otrs]",
-  "role[thinkup]",
+  "role[donate]",
   "recipe[dhcpd]",
   "recipe[openvpn]"
 )