Skip to content
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

Some descriptions in variables.tf need update #9

Closed
gchek opened this issue Mar 19, 2020 · 2 comments · Fixed by #10
Closed

Some descriptions in variables.tf need update #9

gchek opened this issue Mar 19, 2020 · 2 comments · Fixed by #10
Assignees
Labels
bug Bug documentation Documentation

Comments

@gchek
Copy link

gchek commented Mar 19, 2020

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)

@saloneerege saloneerege added bug Bug documentation Documentation labels Mar 19, 2020
@saloneerege saloneerege self-assigned this Mar 19, 2020
@saloneerege
Copy link
Contributor

Thanks @gchek for raising this issue and providing your feedback. We will update the document.

@saloneerege saloneerege linked a pull request Mar 19, 2020 that will close this issue
dimitarproynov added a commit that referenced this issue Jan 6, 2023
Pull sddc groups implementation into fork's main branch
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug documentation Documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants