X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5e03c3b52f7d715266f5b68a3b4e4e8c6e97c1f3..5031fcc38ecd2b7ac8935102094d148f547d9dfb:/roles/dev.rb diff --git a/roles/dev.rb b/roles/dev.rb index 18e0edfcf..c6a428dbd 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -71,6 +71,10 @@ default_attributes( :stereo => { :status => :user }, :dmlu => { :status => :user }, :antonkh => { :status => :user }, + :gmoncrieff => { :status => :user }, + :zander => { :status => :user }, + :msbarry => { :status => :user }, + :ligfietser => { :status => :user }, :ooc => { :status => :role, :members => [:tomh, :blackadder, :timsc, :ollie] @@ -86,6 +90,10 @@ default_attributes( :gpsmid => { :status => :role, :members => [:apmon, :maba] + }, + :"za-imagery" => { + :status => :role, + :members => [:grant, :htonl, :gmoncrieff, :zander] } } }, @@ -110,7 +118,9 @@ default_attributes( }, :tomh => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "next" + :revision => "next", + :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git", + :cgimap_revision => "master" }, :comments => { :repository => "https://github.com/ukasiu/openstreetmap-website.git", @@ -123,14 +133,15 @@ default_attributes( :microcosms => { :repository => "https://github.com/openbrian/osm-microcosms.git", :revision => "microcosms" + }, + :signup => { + :repository => "https://github.com/milan-cvetkovic/openstreetmap-website.git", + :revision => "issue_4128_login_signup" } } }, - :exim => { - :smarthost_via => "fafnir.openstreetmap.org:26" - }, :postgresql => { - :versions => ["14"], + :versions => ["15"], :settings => { :defaults => { :max_connections => "500", @@ -140,10 +151,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" } } },