]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Install ipmitool on machines with the ipmi_si module loaded
[chef.git] / roles / ironbelly.rb
index 7e5720e9a4872debfd37ab1e6f6271e84b9f4d31..7c90c9c87ed9d569e2b87134fd375d83edb74573 100644 (file)
@@ -2,6 +2,15 @@ name "ironbelly"
 description "Master role applied to ironbelly"
 
 default_attributes(
+  :apt => {
+    :sources => [ "ubuntugis-unstable" ]
+  },
+  :git => {
+    :allowed_nodes => "*:*",
+    :user => "chefrepo",
+    :group => "chefrepo",
+    :backup => "chef-git"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -69,7 +78,8 @@ default_attributes(
           "2001:630:12:500::/64", # ic external
           "127.0.0.0/8",          # localhost
           "::1"                   # localhost
-        ]
+        ],
+        :nodes_allow => "roles:tilecache"
       }
     }
   }
@@ -78,6 +88,14 @@ default_attributes(
 run_list(
   "role[ic]",
   "role[gateway]",
+  "role[chef-server]",
+  "role[chef-repository]",
+  "role[web-storage]",
+  "role[supybot]",
+  "role[backup]",
+  "role[stats]",
+  "role[planet]",
   "recipe[rsyncd]",
-  "recipe[openvpn]"
+  "recipe[openvpn]",
+  "recipe[git::server]"
 )