-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix Staging Deployments #3617
Comments
The python3 mmw_stack.py launch-stacks --aws-profile mmw-stg --mmw-profile staging --mmw-config-path ~/dev/model-my-watershed/scratch/default.yml --stack-color green --activate-dns Fails with the following message:
Looking at the AWS Console, it seems that the App Server Load Balancer isn't being created successfully, thus it's endpoint cannot be fetched: model-my-watershed/deployment/cfn/application.py Lines 294 to 295 in 5e44175
Trying to see if I can get the |
Looking at the CloudFormation Stacks logs, we see the following error: This is a likely reference to the staging.portal.bigcz.org domain that was removed as part of #3610 (comment) Now going to see if executing some of #3613, namely the deployment bit, can fix this. |
Seeing promising results in https://github.com/WikiWatershed/model-my-watershed/tree/tt/3617/remove-bigcz-provisioning locally. Now running this on Jenkins to see if it works: http://civicci01.phl.corp.element84.com/view/mmw/job/model-my-watershed-develop/1341/ |
Staging site is back up: https://staging.modelmywatershed.org/. Going to open a PR with the above changes. |
The staging site: https://staging.modelmywatershed.org has been down since at least Monday April 15, 2024.
Bring it back up, and describe what broke it.
The text was updated successfully, but these errors were encountered: