]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Merge interface families
[chef.git] / roles / dev.rb
index 18e0edfcf279fbf63a1f05f4b87f464bb050ec19..87ef4dfb2048cd1134cee49bb1a324e94da7cd04 100644 (file)
@@ -71,6 +71,8 @@ default_attributes(
       :stereo => { :status => :user },
       :dmlu => { :status => :user },
       :antonkh => { :status => :user },
+      :gmoncrieff => { :status => :user },
+      :zander => { :status => :user },
       :ooc => {
         :status => :role,
         :members => [:tomh, :blackadder, :timsc, :ollie]
@@ -86,6 +88,10 @@ default_attributes(
       :gpsmid => {
         :status => :role,
         :members => [:apmon, :maba]
+      },
+      :"za-imagery" => {
+          :status => :role,
+          :members => [:grant, :htonl, :gmoncrieff, :zander]
       }
     }
   },
@@ -126,11 +132,8 @@ default_attributes(
       }
     }
   },
-  :exim => {
-    :smarthost_via => "fafnir.openstreetmap.org:26"
-  },
   :postgresql => {
-    :versions => ["14"],
+    :versions => ["15"],
     :settings => {
       :defaults => {
         :max_connections => "500",
@@ -140,10 +143,9 @@ default_attributes(
         :max_stack_depth => "4MB",
         :effective_cache_size => "4GB"
       },
-      "14" => {
+      "15" => {
         :port => "5432",
-        :wal_level => "logical",
-        :max_replication_slots => "1"
+        :wal_level => "logical"
       }
     }
   },