-
Notifications
You must be signed in to change notification settings - Fork 15
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
Migrate deployment code to Python/Pulumi #1773
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…it is possible to run
In particular when not signed in
Pulumi: Add smoke tests
Move pulumi stack working directory initialisation
…min password, rather than providing this through the Pulumi config
Improve Pulumi error messages
…workprofiles Drop deprecated NetworkProfile option for ContainerGroups
Co-authored-by: James Robinson <[email protected]>
…rver Upgrade to PostgreSQL flexible server
Use built-in Pulumi bcrypt
…S changes to propagate fully
Merge develop into python-migration
Minor Pulumi deployment fixes
JimMadge
approved these changes
Apr 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✅ Checklist
Enable foobar integration
rather than515 foobar
).develop
.'[WIP]'
to the title if needed (if you're not yet ready to merge)../tests/AutoFormat_Powershell.ps1 -TargetPath <path to file or directory>
for Powershell).This is a large PR each part of which has been separately reviewed.
It adds a new deployment method using Python and Pulumi. This new deployment is similar but not quite identical to the Powershell deployment. The Powershell code will be removed at a later point (once we're sure that we've captured any critical changes that have been made there).
See the following issues for more details:
🌂 Related issues
Closes #1292
🔬 Tests
Tested through end-to-end deployment of SHMs and SREs