]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Update carto stylesheet to v4.14.0
[chef.git] / roles / dulcy.rb
index ed6ed2553eeca5765347d1a582ccff440d1494a3..51f6efab8dd3bb5ec11bb954ce996265486daaa8 100644 (file)
@@ -4,25 +4,26 @@ description "Master role applied to dulcy"
 default_attributes(
   :networking => {
     :interfaces => {
+      :internal_ipv4 => {
+        :interface => "bond0",
+        :role => :internal,
+        :family => :inet,
+        :address => "10.0.48.9",
+        :bond => {
+          :slaves => %w[p18p1 p18p2]
+        }
+      },
       :external_ipv4 => {
-        :interface => "p18p1",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet,
-        :address => "193.63.75.109",
-        :hwaddress => "0c:c4:7a:66:96:d2"
+        :address => "130.117.76.9"
       },
       :external_ipv6 => {
-        :interface => "p18p1",
+        :interface => "bond0.2",
         :role => :external,
         :family => :inet6,
-        :address => "2001:630:12:500:ec4:7aff:fe66:96d2"
-      },
-      :internal_ipv4 => {
-        :interface => "p18p2",
-        :role => :internal,
-        :family => :inet,
-        :address => "146.179.159.179",
-        :hwaddress => "0c:c4:7a:66:96:d3"
+        :address => "2001:978:2:2C::172:9"
       }
     }
   },
@@ -45,6 +46,7 @@ default_attributes(
     :enable_git_updates => true,
     :dbadmins => %w[lonvia tomh],
     :dbcluster => "9.6/main",
+    :postgis => "2.3",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
     :tablespaces => {
@@ -58,14 +60,6 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/ssd/tablespaces/daux",
       "iaux" => "/ssd/tablespaces/iaux"
-    },
-    :fpm_pools => {
-      :www => {
-        :max_children => "100"
-      },
-      :bulk => {
-        :max_children => "15"
-      }
     }
   },
   :sysfs => {
@@ -80,6 +74,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ic]",
+  "role[equinix]",
   "role[nominatim]"
 )