Closed louis-lam closed 5 years ago
Hi @lamlouis Thanks for raising this issue. It is fixed now in latest commit on 'unified_appliance' branch.
I tried the new nsxt_2.4.0
branch and still got the same error. The input config I'm using is dns_server: 10.192.2.10,10.192.2.11
.
Add a space between the comma and your second DNS Server
@lamlouis I have uploaded new patch, now dns_server: 10.192.2.10,10.192.2.11
or dns_server: 10.192.2.10, 10.192.2.11
should both work. Thanks.
When deploying using the unified_appliance branch, it's failing at nsxt_controller_manager_auto_deployment.py when I have more than one DNS server specified. With debugging turned on, I see that it's trying to pass the dns server values like this:
The dns servers came from the config file and worked fine when the NSX Manager deployment via the OVA. The problem appears to come from
/tasks/install-nsx-t/task.sh
line 78-80