-
Notifications
You must be signed in to change notification settings - Fork 14
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
add preflight check (without app status check and move primary check) #405
base: 6/edge
Are you sure you want to change the base?
Conversation
## Issue Before implementing upgrades we need the "bones" of the upgrade code implemented by Carl ## Solution 1. Copy over bones from carl 2. change opensearch specific changes to VM specific changes 3. add notes for future PRs ## Future PRs 1. Implement basic preflight check and tests 2. Implement upgrades 3. Add int-tests in for upgrades --------- Co-authored-by: Carl Csaposs <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Mia!
apologizes for the delay; planning to review after implementing pre-upgrade-check structure in opensearch (https://warthogs.atlassian.net/browse/DPE-4128) @MiaAltieri please let me know if you'd like me to review earlier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here's the pre-upgrade check shared code canonical/opensearch-operator#262 (runs pre-upgrade-check on action and automatically after juju refresh
before first unit upgrade)
Issue
There is no pre-flight check for upgrades
Solution
Copying over old-preflight check to new upgrade implementation
Summary + Future PRs
My goal is to simplify PR review and separate out:
In order to separate out the new pre-flight checks with the old ones. I will make two PRs: