-
Notifications
You must be signed in to change notification settings - Fork 140
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
Creation of script to check upcoming maintenance on nodes #1977
Merged
cdunbar13
merged 3 commits into
GoogleCloudPlatform:develop
from
cdunbar13:maintenance-api-script
Nov 20, 2023
Merged
Creation of script to check upcoming maintenance on nodes #1977
cdunbar13
merged 3 commits into
GoogleCloudPlatform:develop
from
cdunbar13:maintenance-api-script
Nov 20, 2023
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
cdunbar13
added
the
release-improvements
Added to release notes under the "Improvements" heading.
label
Nov 14, 2023
nick-stroud
requested changes
Nov 15, 2023
mr0re1
reviewed
Nov 15, 2023
mr0re1
reviewed
Nov 15, 2023
mr0re1
reviewed
Nov 15, 2023
mr0re1
approved these changes
Nov 16, 2023
nick-stroud
changed the title
Creation of script to check upcoming maintenance on nodes
script - not merged
Nov 16, 2023
nick-stroud
force-pushed
the
maintenance-api-script
branch
from
November 16, 2023 16:23
6cacb2e
to
6c754e1
Compare
nick-stroud
force-pushed
the
maintenance-api-script
branch
from
November 16, 2023 16:23
6c754e1
to
5f6027d
Compare
cdunbar13
changed the title
script - not merged
Creation of script to check upcoming maintenance on nodes
Nov 20, 2023
nick-stroud
approved these changes
Nov 20, 2023
cdunbar13
merged commit Nov 20, 2023
ee503c6
into
GoogleCloudPlatform:develop
13 of 42 checks passed
Merged
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.
Initial introduction of the check-upcoming-maintenance.py script to the tools folder. This script creates a class that holds onto project, zones, and regex search parameters for nodes that will have upcoming maintenance. Initializes by testing the parameters and doing an initial check for maintenance information.
Currently only stubs for performing maintenance and controls for doing additional maintenance checks.