]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / jakelong.rb
index dcd6e57875125301486422a1dfe8deba9f1fefeb..e2e54bd450fb2b9baeace8ca020264fcc6f560f4 100644 (file)
@@ -2,6 +2,10 @@ name "jakelong"
 description "Master role applied to jakelong"
 
 default_attributes(
+  :dhcpd => {
+    :first_address => "10.0.78.1",
+    :last_address => "10.0.78.254"
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -33,5 +37,8 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix-dub]"
+  "role[equinix-dub]",
+  "role[hp-dl360e-g8]",
+  "role[community]",
+  "recipe[dhcpd]"
 )