system: add default set of configured system.locations #39937
Labels
A-demo
A-webui-nodemap
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
The
system.locations
table is a map from locality key/value pair to latlong coordinate. This is used to display nodes on the node map in the admin UI.It's irritating for users to have to populate this stuff on their own. We should add a default set of latlongs that specify reasonable defaults for common localities, like the ones from AWS and GCP.
For example, looking at the geopartitioning docs, we see that we recommend using the
region=us-east1
syntax. This page on the GCP website shows the locations for all regions: https://cloud.google.com/compute/docs/regions-zones/Let's add latlongs for all of these zones by default.
The text was updated successfully, but these errors were encountered: