]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorwen.rb
Don't escape wildcard prefixes during backup expiry
[chef.git] / roles / gorwen.rb
index c10c6a73d246cb8b03e10bd79e247cc707e958df..929ffbac0c713f2823ad26cb6022a0fbc6230935 100644 (file)
@@ -2,13 +2,17 @@ name "gorwen"
 description "Master role applied to gorwen"
 
 default_attributes(
+  :dhcpd => {
+    :first_address => "10.0.78.1",
+    :last_address => "10.0.78.254"
+  },
   :networking => {
     :interfaces => {
       :internal => {
         :interface => "bond0",
         :role => :internal,
         :inet => {
-          :address => "10.0.64.11"
+          :address => "10.0.64.12"
         },
         :bond => {
           :mode => "802.3ad",
@@ -21,10 +25,10 @@ default_attributes(
         :interface => "bond0.101",
         :role => :external,
         :inet => {
-          :address => "184.104.226.107"
+          :address => "184.104.226.108"
         },
         :inet6 => {
-          :address => "2001:470:1:b3b::b"
+          :address => "2001:470:1:b3b::c"
         }
       }
     }
@@ -34,5 +38,6 @@ default_attributes(
 run_list(
   "role[equinix-dub]",
   "role[hp-dl360e-g8]",
-  "role[overpass-query]"
+  "role[community]",
+  "recipe[dhcpd]"
 )