cluster
cluster copied to clipboard
Discover of node is failing with invalid control interface
- Install and configure the Cluster manager.
- Discover a node with a invalid Control Interface ID.
- The job runs fine without any error, also the node is not getting discovered there after
Ex: clusterctl discover 10.106.240.114 --extra-vars='{"env" : {"http_proxy": "http://proxy-wsa.esl.cisco.com:80","https_proxy": "http://proxy-wsa.esl.cisco.com:80"}, "control_interface": "enp10s"}'
Facing the same issue in ACI setup too, i discovered a node with wrong control interface, the discovery failed.
Now the node is node getting discovered even with correct control interface
this needs a fix in ansible, https://github.com/contiv/ansible/issues/87 is tacking this. Just referencing it here so the two issues stay linked.