[ENH] - Allow setting region during init #1824
Labels
help wanted
Extra attention is needed
impact: medium 🟨
This item affects some users, not critical
needs: PR 📬
This item has been scoped and needs to be worked on
type: enhancement 💅🏼
New feature or request
Feature description
We currently hard-code the following regions based on the cloud provider the user selects:
nebari/nebari/initialize.py
Lines 217 to 218 in 1413b95
nebari/nebari/initialize.py
Lines 228 to 230 in 1413b95
nebari/nebari/initialize.py
Lines 239 to 240 in 1413b95
nebari/nebari/initialize.py
Lines 260 to 261 in 1413b95
However, similar to the deploy target, the region has no good default value. Worse,
nebari init
doesn't even give you the option to set the region and one has to manually edit the yaml afterwards.--region
option onnebari init
"local"
or"existing"
is used as deploy target.For the guided init, we should add a question for the region (preferably a populated list) that will be displayed if the user selects one of the cloud providers.
Value and/or benefit
Less frustration due to failed deploys and time needed manually editing the config yaml.
Anything else?
No response
The text was updated successfully, but these errors were encountered: