]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Move OSUOSL hosts to use interface inheritance for network configuration
[chef.git] / roles / dulcy.rb
index 9e3b455f7a736c95fec8fade02eae93f54f19121..cc6b24fe653af8470b07e0888d6ea57c5616cff7 100644 (file)
@@ -5,27 +5,28 @@ default_attributes(
   :networking => {
     :interfaces => {
       :internal => {
-        :interface => "bond0",
-        :role => :internal,
         :inet => {
           :address => "10.0.48.9"
         },
         :bond => {
-          :mode => "802.3ad",
-          :lacprate => "fast",
-          :xmithashpolicy => "layer3+4",
           :slaves => %w[enp1s0f0 enp1s0f1]
         }
       },
-      :external => {
-        :interface => "bond0.3",
-        :role => :external,
+      :henet => {
         :inet => {
           :address => "184.104.179.137"
         },
         :inet6 => {
           :address => "2001:470:1:fa1::9"
         }
+      },
+      :equinix => {
+        :inet => {
+          :address => "82.199.86.105"
+        },
+        :inet6 => {
+          :address => "2001:4d78:500:5e3::9"
+        }
       }
     }
   },
@@ -41,13 +42,13 @@ default_attributes(
   :nominatim => {
     :dbcluster => "17/main",
     :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
-    :enable_qa_tiles => true,
+    :enable_qa_tiles => false,
     :api_workers => 14,
     :api_pool_size => 10
   }
 )
 
 run_list(
-  "role[equinix-ams]"
+  "role[equinix-ams-public]",
   "role[nominatim]"
 )