-
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
Add support for Vmwareengine Stretch Private Clouds. #10340
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @roaks3, 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.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_vmwareengine_private_cloud" "primary" {
preferred_zone = # value needed
secondary_zone = # value needed
}
|
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.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_vmwareengine_private_cloud" "primary" {
preferred_zone = # value needed
secondary_zone = # value needed
}
|
Tests analyticsTotal tests: Click here to see the affected service packages
|
/gcbrun |
1 similar comment
/gcbrun |
@swamitagupta could you try rebasing this PR to pull in the latest from main? There seems to be something wrong with the merge base, and we've made a number of changes on our side that could have gotten things into a weird state. |
Done :) |
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.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_vmwareengine_private_cloud" "primary" {
preferred_zone = # value needed
secondary_zone = # value needed
}
|
Tests analyticsTotal tests: Click here to see the affected service packages
|
Vmwareengine Private Clouds(PC) have a zonal scope. A Stretch Private Cloud is a resource which can be stretched over 2 zones and has a regional scope. This PR adds the terraform support to create a stretch PC.
Please note that currently stretch private clouds need at least 6 nodes (for context, a majority of current vmareengine resource tests use a 1 node PC). Further, it is currently only supported in 3 regions, and all of them are full with customer nodes. Hence, it would not be possible to nightly run stretch PC tests on Terraform.
Release Note Template for Downstream PRs (will be copied)