]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ramoth.rb
Make stormfly-02 a tile cache
[chef.git] / roles / ramoth.rb
index f93a38d58659e5cbbe4953c3682c241e66d0bffb..0b67c085f67cf74539d88bb9bc63ec9b4c5982c0 100644 (file)
@@ -2,11 +2,6 @@ name "ramoth"
 description "Master role applied to ramoth"
 
 default_attributes(
-  :accounts => {
-    :users => {
-      :osmbackup => { :status => :role }
-    }
-  },
   :db => {
     :cluster => "9.1/main"
   },
@@ -32,6 +27,9 @@ default_attributes(
       }
     }
   },
+  :hardware => {
+    :watchdog => "w83627hf_wdt"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -66,6 +64,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[db-master]",
-  "role[db-backup]"
+  "role[db-slave]"
 )