<div dir="ltr"><div><div>Hi everybody,<br><br></div>I am new around here so sorry if I am doing something wrong posting my question on the wrong track. The thing is that I am fighting against the clock with this project and I stuck on deploying OpenStack with fuel. <br><br>I am installing openstack on a virtualbox environment using fuel-community-6.0.iso, the fuel version is the last one from the public git repository, checkout and rebased this morning. My host is a Fedora 21 with kernel 3.19.3, and virtualbox 4.3.26. <br><br>I configure a simple deployment with 5 machines: 2 compute, 2 storage ceph OSD, and 1 controller. When deploying openstack, the installation of ubuntu runs smoothly, the problem happens during openstack installation. What exactly happens is an error like below on all compute and storage nodes:<br><br>2015-04-23 13:52:33ERR<pre> (/Stage[main]/Ceph::Conf/Exec[ceph-deploy config pull]/returns) change from notrun to 0 failed: ceph-deploy --overwrite-conf config pull node-1 returned 1 instead of one of [0]<br></pre>This error means that there is no ssh route to node-1. I manually checked on the node in question and doing a simple ssh to node-1 won' t work, like this:<br><br></div><div><span style="font-family:monospace,monospace">root@node-4:~# ssh -v node-1<br></span></div><div><span style="font-family:monospace,monospace">...<br>debug1: connect to address 192.168.0.1<br>...<br></span></div><div><span style="font-family:monospace,monospace">ssh: connect to host node-1 port 22: No route to host</span><br><br></div><div>Indeed it makes sense that ceph-deploy does not reach node-1, it is solving the name incorrectly<br></div><div>on the ssh command. However if I manually try to resolve node-1 for a name I get a correct IP:<br><br><div><span style="font-family:monospace,monospace">root@node-4:~# nslookup node-1<br>...<br></span></div><div><span style="font-family:monospace,monospace">Address: 10.20.0.4</span><br><br></div><div>So there is clearly a problem in the way that node-1 is being resolved. Could you please help me getting this to work. Any help would be very much appreciated.<br><br></div><div>Thanks in advance,<br></div><div>Pedro<br></div><br><br></div></div>