Description of problem: During the deployment/scaleout, the new node of each role is trying to ping to the first node of each role as part of node validation, So for the first node in the role ping itself which is pointless. Instead, it should ping to the gateway IP. Version-Release number of selected component (if applicable): Red Hat OpenStack 13 Queens How reproducible: Steps to Reproduce: 1. Scale-out or deploy new node 2. Check the messages on the new node 3. Actual results: New node ping first node of that role Expected results: Node should be ping to gateway as a part of validation Additional info: https://github.com/openstack/tripleo-heat-templates/blob/stable/queens/overcloud.j2.yaml#L832-L839
This has been this way for 5 years now: https://review.opendev.org/#/c/204781/ And never I saw an issue with it myself (I might have missed it though). In your case, I would just disable nodes validation with adding -e /usr/share/openstack-tripleo-templates/ci/common/all-nodes-validation-disabled.yaml
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days