]> git.openstreetmap.org Git - chef.git/blobdiff - roles/equinix.rb
Enable firewall on tile caches
[chef.git] / roles / equinix.rb
index 781772cb7f45f87f490ad21ac945a44cf42a52d9..625aa8f57d3e78be50170375d6933d4c8854eb90 100644 (file)
@@ -8,7 +8,10 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.10"
+          :gateway => "10.0.48.10",
+          :routes => {
+            "10.0.0.0/8" => { :via => "10.0.48.10" }
+          }
         }
       },
       :external => {