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
Describe the bug
When running a playbook using the nutanix.ncp.ntnx_foundation module, some parameters of the cluster object are not being sent to the Foundation server. The playbook does execute without errors and the nodes are imaged and cluster is formed. However, the cvm_dns_servers, cvm_ntp_servers, and timezone parameters appear to not get passed to Foundation.
In my testing I found the following cluster parameters successfully apply:
name
redundancy_factor
cluster_members
cvm_vip
The following cluster parameters do not apply:
cvm_dns_servers
cvm_ntp_servers
timezone
To Reproduce
Steps to reproduce the behavior:
Run ansible playbook similar to the one I have attached. Image-Nodes.yml.txt
Stack trace
Here is what is logged in the api.log on the Foundation server when the playbook is run. You'll see it is missing the NTP, DNS, and timezone info. Foundation-API-log.txt
Expected behavior
Apply the settings in the playbook to the cluster created by Foundation.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
When running a playbook using the nutanix.ncp.ntnx_foundation module, some parameters of the cluster object are not being sent to the Foundation server. The playbook does execute without errors and the nodes are imaged and cluster is formed. However, the cvm_dns_servers, cvm_ntp_servers, and timezone parameters appear to not get passed to Foundation.
In my testing I found the following cluster parameters successfully apply:
The following cluster parameters do not apply:
To Reproduce
Steps to reproduce the behavior:
Image-Nodes.yml.txt
Stack trace
Here is what is logged in the api.log on the Foundation server when the playbook is run. You'll see it is missing the NTP, DNS, and timezone info.
Foundation-API-log.txt
Expected behavior
Apply the settings in the playbook to the cluster created by Foundation.
Additional context
The text was updated successfully, but these errors were encountered: