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

Need a separate variable for manager, controller, edge VM names and prefix #3

Open
nvpnathan opened this issue Oct 4, 2018 · 2 comments

Comments

@nvpnathan
Copy link

The ability to specify a prefix for controllers and edge that is separate from the FQDN. NSX manager does not have this variable at all. The controllers work for the prefix, but I should be able to specify a different FQDN. The edges append example.com so it's not uniform at all across the board.

Example of VM names in vCenter.
nsxt-manager
vlab-ctrl-1
vlab-edge-1.example.com
vlab-edge-2.example.com

@kais66
Copy link
Contributor

kais66 commented Oct 5, 2018

We do have a param for NSX manager hostname prefix: nsx_manager_assigned_hostname. Perhaps we should rename it to nsx_manager_hostname_prefix? Or are you asking that manager VM name should be the same as manager's hostname prefix?

The reason fqdn is used as edge vm name is to workaround unusual cases when edge vm registers with manager itself. That operation uses vm name as the hostname and manager rejects the request if the vm name is not the hostname.

@NiranEC77
Copy link
Contributor

@kais66 the fqdn though should not show up in the vCenter inventory (VM name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants