-
Notifications
You must be signed in to change notification settings - Fork 85
Remove VPC support for the 3.8.1 bugfix release #1600
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
base: branch_381
Are you sure you want to change the base?
Conversation
f7643e3
to
0159902
Compare
Also policy edge stuff should be removed, it's v9.0 as well. |
0159902
to
4d19501
Compare
/test-all |
1 similar comment
/test-all |
VPC features will be released with 3.9.0 Signed-off-by: Anna Khmelnitsky <[email protected]>
4d19501
to
a5e2d28
Compare
/test-all |
1 similar comment
/test-all |
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.
LGMT, but we need to decide what to do with the resources that we already released as experimental in v380
@@ -329,19 +329,6 @@ func Provider() *schema.Provider { | |||
"nsxt_policy_distributed_flood_protection_profile": dataSourceNsxtPolicyDistributedFloodProtectionProfile(), | |||
"nsxt_policy_gateway_flood_protection_profile": dataSourceNsxtPolicyGatewayFloodProtectionProfile(), | |||
"nsxt_manager_info": dataSourceNsxtManagerInfo(), | |||
"nsxt_vpc": dataSourceNsxtVPC(), |
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.
This was already released in v3.8.0
@@ -518,31 +505,9 @@ func Provider() *schema.Provider { | |||
"nsxt_policy_gateway_flood_protection_profile_binding": resourceNsxtPolicyGatewayFloodProtectionProfileBinding(), | |||
"nsxt_policy_compute_sub_cluster": resourceNsxtPolicyComputeSubCluster(), | |||
"nsxt_policy_tier0_inter_vrf_routing": resourceNsxtPolicyTier0InterVRFRouting(), | |||
"nsxt_vpc_security_policy": resourceNsxtVPCSecurityPolicy(), | |||
"nsxt_vpc_group": resourceNsxtVPCGroup(), | |||
"nsxt_vpc_gateway_policy": resourceNsxtVPCGatewayPolicy(), |
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.
These 3 were also released in v3.8.0.
If we made significant changes to them it might be the case of removing them.
VPC features will be released with 3.9.0