-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Adds support for Graceful Updater in Compute Managed Instance Groups. #5975
Adds support for Graceful Updater in Compute Managed Instance Groups. #5975
Conversation
* Add new IGM.UpdatePolicy features - minimal_action=REFRESH and most_disruptive_allowed_action * Fix documentation of most_disruptive_allowed_action * Make most_disruptive_allowed_action an Optional field. * Fix RMIG UpdatePolicy flattening. * Fix most_disruptive_allowed_action documentation - new field is Optional. * Fix most_disruptive_allowed_action documentation - and improve testing. * Fix whitespaces in test. Co-authored-by: Grzegorz Sancewicz <[email protected]>
Hello! I am a robot who works on Magic Modules PRs. I've detected that you're a community contributor. @melinath, a repository maintainer, has been assigned to assist you and help review your changes. ❓ First time contributing? Click here for more detailsYour assigned reviewer will help review your code by:
You can help make sure that review is quick by running local tests and ensuring they're passing in between each push you make to your PR's branch. Also, try to leave a comment with each push you make, as pushes generally don't generate emails. If your reviewer doesn't get back to you within a week after your most recent change, please feel free to leave a comment on the issue asking them to take a look! In the absence of a dedicated review dashboard most maintainers manage their pending reviews through email, and those will sometimes get lost in their inbox. |
@slevenick Sam, thank you for your reviews in the previous PR. Could you PTAL at this one as well? |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 55 insertions(+), 30 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccDatasourceGoogleServiceNetworkingPeeredDnsDomain_basic |
/gcbrun |
tentatively reassigning to slevenick since it sounds like there may be context here. Feel free to assign back to me if needed. |
mmv1/third_party/terraform/tests/resource_compute_region_instance_group_manager_test.go.erb
Show resolved
Hide resolved
mmv1/third_party/terraform/tests/resource_compute_instance_group_manager_test.go.erb
Outdated
Show resolved
Hide resolved
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 82 insertions(+), 34 deletions(-)) |
I added new commits with changes:
|
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccComputeRegionPerInstanceConfig_update|TestAccRegionInstanceGroupManager_stateful |
mmv1/third_party/terraform/website/docs/r/compute_instance_group_manager.html.markdown
Show resolved
Hide resolved
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 82 insertions(+), 34 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 65 insertions(+), 29 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccComputeForwardingRule_update |
Fixes hashicorp/terraform-provider-google#9153
Adds support for Graceful Updater in Compute Managed Instance Groups.
Logic in previous pull request was not forcing sending empty fields and it was reverted.
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.I was not able to run acceptance tests today since my local test environment is currently unavailable. I'm hoping that the pull request will trigger acceptance tests.
Release Note Template for Downstream PRs (will be copied)