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

Remove provisioning for portal.bigcz.org #3618

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

rajadain
Copy link
Member

Overview

The SSL certificates were removed in #3610, which broke deployments. By removing references to all infrastructure that depended on those SSL certificates, we allow deployments to resume.

Also updated the default.yml file in 1Password, with a CHANGELOG capturing the updates.

Other feature references to portal.bigcz.org will be removed in #3613.

Closes #3617

Demo

image

Testing Instructions

The SSL certificates were removed in #3610, which broke
deployments. By removing references to all infrastructure that
depended on those SSL certificates, we allow deployments to
resume.

Other feature references to portal.bigcz.org will be removed
in #3613.
@@ -474,8 +421,7 @@ def create_auto_scaling_resources(self, app_server_security_group,
HealthCheckGracePeriod=600,
HealthCheckType='ELB',
LaunchConfigurationName=Ref(blue_app_server_launch_config),
LoadBalancerNames=[Ref(app_server_lb),
Ref(backward_compat_app_server_lb)],
LoadBalancerNames=[Ref(app_server_lb)],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we updated create_load_balancers to be singular on Line 360, let's be consistent. LoadBalancerNames should be made singular here as well, unless we foresee expanding this out to include more loadbalancers in the future - in which case, we should revert Line 360.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually LoadBalancerNames is a troposphere parameter, not in our control.

I do not foresee more load balancers being made for this, so will keep create_load_balancer as is.

@JN-Hernandez JN-Hernandez self-requested a review April 23, 2024 18:15
@rajadain
Copy link
Member Author

Thanks for reviewing!

@rajadain rajadain merged commit 9f568c7 into develop Apr 24, 2024
2 checks passed
@rajadain rajadain deleted the tt/3617/remove-bigcz-provisioning branch April 24, 2024 02:06
@rajadain rajadain assigned rajadain and unassigned JN-Hernandez Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Staging Deployments
2 participants