You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create SDDC was probably one of the first API created for VMC.
Some of the field descriptions are miss-leading, sometimes not updated, sometimes out-dated.
We need to fix 2 variables description in particular:
variable "vpc_cidr" {
description = "AWS VPC IP range. Only prefix of 16 or 20 is currently supported."
Change to : “ the SDDC management network CIDR. Only prefix of 16, 20 and 23 are supported
Specify a private subnet range (RFC 1918) to be used for vCenter Server, NSX Manager, and ESXi hosts.
Choose a range that will not conflict with other networks you will connect to this SDDC.
Minimum CIDR sizes: /23 for up to 27 hosts, /20 for up to 251 hosts, /16 for up to 4091 hosts.
Reserved CIDRs: 10.0.0.0/15, 172.31.0.0/16. ”
default = "10.2.0.0/16"
}
and Also . . .
variable "vxlan_subnet" {
description = "VXLAN IP subnet in CIDR for compute gateway."
Change to “ A logical segment that will be created with the SDDC under the compute gateway.”
default = "192.168.1.0/24"
}
(there is No VXLAN in VMC anymore - this was from NSX-V early deployments)
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Create SDDC
was probably one of the first API created for VMC.Some of the field descriptions are miss-leading, sometimes not updated, sometimes out-dated.
We need to fix 2 variables description in particular:
description = "AWS VPC IP range. Only prefix of 16 or 20 is currently supported."
Change to : “ the SDDC management network CIDR. Only prefix of 16, 20 and 23 are supported
and Also . . .
description = "VXLAN IP subnet in CIDR for compute gateway."
Change to “ A logical segment that will be created with the SDDC under the compute gateway.”
(there is No VXLAN in VMC anymore - this was from NSX-V early deployments)
The text was updated successfully, but these errors were encountered: