-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[AlloyDB] Named IP Range Support #8963
[AlloyDB] Named IP Range Support #8963
Conversation
Changes to add deprecation message to network field and add networkConfig field.
Changes for testing instance creation by specifying network_config.network and network_config.allocated_ip_range
Test for checking cluster creation when network_config.network and network_config.allocated_ip_range are specified.
Hello! I am a robot. It looks like you are a: @c2thorn, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 294 insertions(+), 13 deletions(-)) |
Minor change
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 4 files changed, 289 insertions(+), 13 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 8 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccAlloydbInstance_createInstanceWithNetworkConfigAndAllocatedIPRange|TestAccAlloydbCluster_withNetworkConfig|TestAccAlloydbCluster_withNetworkConfigAndAllocatedIPRange|TestAccAlloydbCluster_update|TestAccAlloydbCluster_continuousBackup_update|TestAccAlloydbCluster_AutomatedBackupPolicyHandlesMidnight|TestAccAlloydbCluster_continuousBackup_CMEKIsUpdatable|TestAccAlloydbCluster_restore |
Rerun these tests in REPLAYING mode to catch issues
|
@c2thorn have we tested this upgrade / can you file a bug in |
@rileykarson created hashicorp/terraform-provider-google#16119 and tested upgrading |
Thanks! |
Note: During a deprecation we should upgrade all (or all but one) of the generated tests to use the new mechanism to specify the field. We should still keep the old one around in some handwritten tests, though. Filed as hashicorp/terraform-provider-google#16848. |
Description -
Changes for supporting Named IP Ranges in Terraform. Going forward, the "network" field in AlloyDB cluster creation is being deprecated in favor or "network_config". While specifying the "network_config", customers can also specify an additional field "allocated_ip_range" which will then ensure that instances in this cluster are created from that range.
Issue - https://buganizer.corp.google.com/issues/295360787