Skip to content

Commit

Permalink
Remove nominatim role from dulcy
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Oct 28, 2024
1 parent 137c155 commit 68bbe21
Showing 1 changed file with 30 additions and 21 deletions.
51 changes: 30 additions & 21 deletions roles/dulcy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,40 @@
}
}
},
:postgresql => {
:versions => ["15"],
:settings => {
:defaults => {
:work_mem => "240MB",
:effective_io_concurrency => "500"
:accounts => {
:users => {
:lonvia => { :status => :administrator },
:nominatim => {
:status => :role,
:members => [:lonvia, :tomh]
}
}
},
:nominatim => {
:state => "standalone",
:dbcluster => "15/main",
:postgis => "3",
:flatnode_file => "/ssd/nominatim/nodes.store",
:logdir => "/ssd/nominatim/log",
:api_flavour => "python",
:api_workers => 14,
:api_pool_size => 10,
:config => {
:forward_dependencies => "yes"
}
}
# :postgresql => {
# :versions => ["15"],
# :settings => {
# :defaults => {
# :work_mem => "240MB",
# :effective_io_concurrency => "500"
# }
# }
# },
# :nominatim => {
# :state => "standalone",
# :dbcluster => "15/main",
# :postgis => "3",
# :flatnode_file => "/ssd/nominatim/nodes.store",
# :logdir => "/ssd/nominatim/log",
# :api_flavour => "python",
# :api_workers => 14,
# :api_pool_size => 10,
# :config => {
# :forward_dependencies => "yes"
# }
# }
)

run_list(
"role[equinix-ams]",
"role[nominatim]"
"role[equinix-ams]"
# "role[nominatim]"
)

0 comments on commit 68bbe21

Please sign in to comment.