Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Azure redeployments fail if storage_account_postfix is not explicitly set #1969

Closed
iameskild opened this issue Aug 31, 2023 · 0 comments · Fixed by #1930
Closed

[BUG] - Azure redeployments fail if storage_account_postfix is not explicitly set #1969

iameskild opened this issue Aug 31, 2023 · 0 comments · Fixed by #1930
Labels
provider: Azure type: bug 🐛 Something isn't working
Milestone

Comments

@iameskild
Copy link
Member

Describe the bug

Initial Azure deployments are successful but the subsequent deployments fail because the Nebari schema generates a new postfix if the storage_account_postfix field is not set in the nebari-config.yaml; this was how it was prior to the extension-mechanism.

The second deployment fails because a new random postfix is generated and this causes the Terraform state to delete the storage account and the state and then the deployment grinds to a halt.

Expected behavior

To successfully redeploy Azure.

OS and architecture in which you are running Nebari

MacOS

How to Reproduce the problem?

Deploy Azure twice from the @develop branch.

Command output

No response

Versions and dependencies used.

No response

Compute environment

Azure

Integrations

No response

Anything else?

No response

@iameskild iameskild added type: bug 🐛 Something isn't working needs: triage 🚦 Someone needs to have a look at this issue and triage labels Aug 31, 2023
@iameskild iameskild added this to the Release 2023.9.1 milestone Aug 31, 2023
@pavithraes pavithraes removed the needs: triage 🚦 Someone needs to have a look at this issue and triage label Sep 8, 2023
@github-project-automation github-project-automation bot moved this from New 🚦 to Done 💪🏾 in 🪴 Nebari Project Management Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
provider: Azure type: bug 🐛 Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants