Multicloud :: Azure OnPrem :: Remove target hosts from known_hosts
Bug #1799391 reported by
Ritam Gangopadhyay
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R5.0 |
Fix Released
|
Medium
|
Sanju Abraham | |||
Trunk |
Fix Committed
|
Medium
|
Sanju Abraham |
Bug Description
In GW ansible playbook we should ignore failure in the TASK - Remove target hosts from known_hosts and move ahead with provisioning.
To post a comment you must log in.
This issue was happening due to known_hosts file not present on one of the nodes and an ansible task was trying to access the file and clean it.
This is not a real error and can be ignored.
The task is updated with ignore_errors set to true.
Pull Request is in those reviews
https:/ /github. com/Juniper/ contrail- multi-cloud/ pull/461 /github. com/Juniper/ contrail- multi-cloud/ pull/462
https:/