quality: blockerbugs app - update health check probes #3366
No reviewers
Labels
No labels
ai-review-please
freeze-break-request
post-freeze
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Blocks
#297 Optimize OpenShift healthchecks
quality/blockerbugs
Reference
infra/ansible!3366
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "jgroman/ansible:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CC: @adamwill, @kparal
Even though I haven't studied what the variables exactly mean (I hope infra folks do know), it looks OK to me.
But shouldn't we push the latest BBA version implementing the health probe at least to staging, so that the endpoint can be easily tested? Jaroslav, can you do that please?
yeah, agreed, we shouldn't merge this until the app change is rolled out. And maybe first do it only for staging (i.e. make the target location conditional on whether the instance is prod/stg) at first?
I wouldn't bother with that. Let's deploy new BBA to staging, and if the
/_healthendpoint works OK, then also to production. Then let's merge this change, run the playbook on staging, keep it that way a few days, and if it works OK, run it on production. If we encounter issues, we can revert (or add the conditional). This way it's just 1 (or 2 in the worst case) infra PRs instead of definitely 2 PRs.New BBA is now deployed both to staging and production. Healthcheck endpoints are responding OK (pun intended) in both environments.
Ready to merge
Looks fine to me. Let me know if you would like me to merge/deploy or if you all would like to.