[kolla-ansible][nova] Refresh cell cache in nova scheduler
Folks, What is wrong here, I do have the following hostname resolvable from all the nodes even if they are in the /etc/hosts file, Why is the following task saying UNREACHABLE and from where its trying to reach ? PLAY [Refresh nova scheduler cell cache] ***************************************************************************************************************************************************** TASK [nova : Refresh cell cache in nova scheduler] ******************************************************************************************************************************************* fatal: [os2-bos-ctrl01]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"os2-bos-ctrl01\". Make sure this host can be reached over ssh: ", "unreachable": true} fatal: [os2-bos-ctrl02]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"os2-bos-ctrl02\". Make sure this host can be reached over ssh: ", "unreachable": true} fatal: [os2-bos-ctrl03]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"os2-bos-ctrl03\". Make sure this host can be reached over ssh: ", "unreachable": true}
Hi, it's not sufficient to have their names resolvable. Like the error message suggests, ensure they can reach each other via ssh. I suppose the nova users are required to ssh into all other control nodes for that playbook? I don't use kolla-ansible, so I'm not really sure. Have you made sure that ssh port is open and firewall/apparmor etc. all allow ssh traffic? Zitat von Satish Patel <satish.txt@gmail.com>:
Folks,
What is wrong here, I do have the following hostname resolvable from all the nodes even if they are in the /etc/hosts file, Why is the following task saying UNREACHABLE and from where its trying to reach ?
PLAY [Refresh nova scheduler cell cache] *****************************************************************************************************************************************************
TASK [nova : Refresh cell cache in nova scheduler] ******************************************************************************************************************************************* fatal: [os2-bos-ctrl01]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"os2-bos-ctrl01\". Make sure this host can be reached over ssh: ", "unreachable": true} fatal: [os2-bos-ctrl02]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"os2-bos-ctrl02\". Make sure this host can be reached over ssh: ", "unreachable": true} fatal: [os2-bos-ctrl03]: UNREACHABLE! => {"changed": false, "msg": "Data could not be sent to remote host \"os2-bos-ctrl03\". Make sure this host can be reached over ssh: ", "unreachable": true}
Hi, I have the same problem. I am unable to figure out how to resolve. The problem occurs only with controler hosts, not matter which user i use for ansible. I dont have the problem with antelope, only with bobcat and caracal. If someone can help it would be great. Thank's
I had the same problem and it was nova-scheduler.conf problem (AvailabilityZoneFilter is deprecated now). Search for exited docker containers ans see the logs of it. It was enough to correct the nova-scheduler configuration. Very misleading error.
Hi Adam Tomas, You are a hero. You saved me from despair. i was unable to find a solution with this type of misleading error. i had AvailabilityZoneFilter enabled in /etc/kolla/config/nova/nova-compute.conf without it, it works perfectly. Thank you very much
I had this issue exactly a week before your post :) Anyway, in kolla-ansible the very first thing which I do when some problems occur is a search for exited containers and then log analysys, because there is a lot of misleading error messages in openstack :) I'm glad I could help. Best regards Adam Tomas
participants (4)
-
Adam Tomas
-
azedine.m@gmail.com
-
Eugen Block
-
Satish Patel