Skip to content

Commit

Permalink
reenable nominatim on stormfly-04 for Debian reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 10, 2024
1 parent 4118d81 commit 89b4c71
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions roles/stormfly-04.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
:postgresql => {
:versions => ["15"],
:versions => ["17"],
:settings => {
:defaults => {
:work_mem => "300MB",
Expand All @@ -33,11 +33,8 @@
}
},
:nominatim => {
:state => "standalone",
:dbcluster => "15/main",
:postgis => "3",
:dbcluster => "17/main",
:flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store",
:api_flavour => "python",
:api_workers => 19,
:api_pool_size => 7
}
Expand All @@ -46,6 +43,6 @@
run_list(
"role[osuosl]",
"role[hp-g9]",
"role[geodns]"
# "role[nominatim]"
"role[geodns]",
"role[nominatim]"
)

0 comments on commit 89b4c71

Please sign in to comment.