]> git.openstreetmap.org Git - chef.git/commitdiff
Move AMS gateway to tabaluga
authorTom Hughes <tom@compton.nu>
Thu, 26 Sep 2024 17:40:43 +0000 (18:40 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 26 Sep 2024 17:53:09 +0000 (18:53 +0100)
roles/equinix-ams.rb
roles/ironbelly.rb
roles/tabaluga.rb

index d56d0540a16e3becdacfc2fc920e842777367bbb..4043e0dd75a1cdb99b58edce9c64f23f40c8e1f2 100644 (file)
@@ -7,9 +7,9 @@ default_attributes(
       :internal => {
         :inet => {
           :prefix => "20",
-          :gateway => "10.0.48.10",
+          :gateway => "10.0.48.14",
           :routes => {
-            "10.0.0.0/8" => { :via => "10.0.48.10" }
+            "10.0.0.0/8" => { :via => "10.0.48.14" }
           }
         }
       },
index 95bfe9e39cf2d7f15bac7847dff4fb175633d694..b5c07e67d057dc2f35d1ed6586a1833d22d0ae44 100644 (file)
@@ -2,10 +2,6 @@ name "ironbelly"
 description "Master role applied to ironbelly"
 
 default_attributes(
-  :dhcpd => {
-    :first_address => "10.0.63.1",
-    :last_address => "10.0.63.254"
-  },
   :elasticsearch => {
     :cluster => {
       :routing => {
@@ -80,9 +76,7 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[gateway]",
   "recipe[rsyncd]",
-  "recipe[dhcpd]",
   "recipe[imagery::za_ngi_aerial]",
   "recipe[imagery::us_imagery]"
 )
index d682df74a591b22f06cf94db908fb64cb2e9b516..df8d76ea7e5b7ca6014e40bb9b13f3e15b8028ec 100644 (file)
@@ -2,6 +2,10 @@ name "tabaluga"
 description "Master role applied to tabaluga"
 
 default_attributes(
+  :dhcpd => {
+    :first_address => "10.0.63.1",
+    :last_address => "10.0.63.254"
+  },
   :networking => {
     :interfaces => {
       :internal => {
@@ -33,5 +37,7 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[gateway]",
+  "recipe[dhcpd]"
 )