]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Add VLAN numbers to external interfaces of UCL machines
[chef.git] / roles / ridley.rb
index 0edbf7eeadad8ff41b6bd88e28f10a88b37a9e76..b45dc3281537d9ea223cc372fd8a4aa5f501b403 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",
@@ -30,10 +33,10 @@ default_attributes(
   :networking => {
     :interfaces => {
       :external_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth0.2800",
         :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]"
 )