]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Increase replication slots
[chef.git] / roles / equinix.rb
index a98450b343d0f273fd86c2affdb6b742517b5469..b57abdf61eeb7a5f5546dbd6dc37fd570a547330 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to all servers at Equinix"
 
 default_attributes(
   :networking => {
-    :nameservers => ["66.28.0.45", "66.28.0.61"],
     :roles => {
       :internal => {
         :inet => {
@@ -26,7 +25,8 @@ default_attributes(
           :routes => {
             "2001:978:2:2c::/64" => { :type => "unreachable" },
             "2001:4860::/32" => { :type => "unreachable" },
-            "2a00:1450:4000::/37" => { :type => "unreachable" }
+            "2a00:1450:4000::/37" => { :type => "unreachable" },
+            "2a04:fa80::/29" => { :type => "unreachable" }
           }
         }
       }
@@ -42,6 +42,7 @@ default_attributes(
 
 override_attributes(
   :networking => {
+    :nameservers => ["66.28.0.45", "66.28.0.61"],
     :search => ["ams.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
@@ -50,6 +51,5 @@ override_attributes(
 )
 
 run_list(
-  "role[nl]",
-  "recipe[prometheus]"
+  "role[nl]"
 )