nsx-t-datacenter-ci-pipelines
nsx-t-datacenter-ci-pipelines copied to clipboard
Install fails during NSX Manager install
Using the Docker image from this site, my install fails at the OVA Manager with the following error:
Done installing ovftool
[WARNING]: Found both group and host with same name: localhost ERROR! couldn't resolve module/action 'nsxt_controller_manager_auto_deployment'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/tmp/build/6fab756d/nsxt-ansible/basic_topology.yml': line 167, column 7, but may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Deploy additional controller-managers
^ here
I am having the exact same issue. @timtyn123 Were you able to find a resolution to this issue?
No, I still am having the issue.
I am getting similar error.
satish@ubuntu01:~/nsx-t$ ansible-playbook deployFirstNSXTNode.yml -v Using /etc/ansible/ansible.cfg as config file [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' ERROR! couldn't resolve module/action 'nsxt_deploy_ova'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/home/satish/nsx-t/deployFirstNSXTNode.yml': line 11, column 7, but may be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks: - name: deploy NSX Manager OVA ^ here