<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi friends,</div><div class=""><br class=""></div><div class="">I finally found the problem. The thing was that my VirtualBox interfaces were created with a different IP than expected by fuel as default IP</div><div class="">addresses.</div><div class=""><br class=""></div><div class="">Here is what I did. Checked VirtualBox -> File -> Preferences like this:</div><div class=""><br class=""></div><div class="">4 virtual box networks</div><div class=""><br class=""></div><div class="">vboxnet0, 10.20.0.1, 255.255.255.0</div><div class="">vboxnet1, 192.168.0.1, 255.255.255.0</div><div class="">vboxnet2, 192.168.1.1, 255.255.255.0</div><div class="">vboxnet3, 172.16.0.1, 255.255.255.0, I put DHCP like on the fuel dashboard that is: Server 172.16.0.1</div><div class="">255.255.255.0, lower address 172.16.0.2, higher address 172.16.0.126</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">I also did like Fabrizio advice and completely turned off the Fedora NetworkManager with:</div><div class=""><font face="Menlo" class=""><br class=""></font></div><div class=""><font face="Menlo" class=""># systemctl stop NetworkManager.service</font></div><div class=""><font face="Menlo" class=""># systemctl disable NetworkManager.service</font></div><div class=""><br class=""></div><div class="">I verified its effectiveness with:</div><div class=""><br class=""></div><div class=""><font face="Menlo" class=""># nmcli dev status</font></div><div class=""><br class=""></div><div class="">That should return Error: NetworkManager is not running. After that I shutdown all the nodes.</div><div class="">I configured each node to have 4 network interfaces, all host only, one for each vboxnetY</div><div class="">adapter I have. </div><div class=""><br class=""></div><div class="">After that, even though the deployment finished with an error, fuel could continue just after ubuntu installation</div><div class="">and successfully deploy openstack over Vbox.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Cheers and thanks for the help,</div><div class="">Pedro</div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 24, 2015, at 18:24, Pedro Velho <<a href="mailto:pedro.velho@gmail.com" class="">pedro.velho@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class="">Yes I did, network verification passes. Using the 10.20.0.x network I get conectivity the problem is with this interfaces created by puppet, 192.168.0.x,  there is no switch I am using fuel on virtualbox.</div><div class=""><br class=""></div><div class="">Thanks,<br class="">Pedro<div class="">Sent from smartphone</div></div><div class=""><br class="">On 24/04/2015, at 17:40, Mike Scherbakov <<a href="mailto:mscherbakov@mirantis.com" class="">mscherbakov@mirantis.com</a>> wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class=""><div dir="ltr" class="">Likely you don't have connectivity?<div class="">If you used VLANs, check your switch / if you use correct ports...</div><div class=""><br class=""></div><div class="">There is a network verification in Fuel, it should pass before you start deployment. Did you try to run it?</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Fri, Apr 24, 2015 at 5:17 AM, Pedro Velho <span dir="ltr" class=""><<a href="mailto:pedro.velho@gmail.com" target="_blank" class="">pedro.velho@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class=""><div class="">Hi,<br class=""><br class=""></div>Sorry but this was not my issue. I completely deactivated the NM and still have the same problem.<br class=""></div><br class=""><span style="font-family:monospace,monospace" class=""># service NetworkManager stop<br class="">Redirecting to /bin/systemctl stop  NetworkManager.service</span><br class=""><br class=""></div><div class="">I discovered the /etc/hosts was generated by puppet and has the good values.<br class=""></div><div class="">The problem is that those 192.168.x.x interfaces cannot see each other on deployed nodes. Meanwhile I did a dirty hack<br class=""></div><div class="">I changed the /etc/hosts file just after puppet created them. Nevertheless I would<br class=""></div><div class="">like to understand why these 192.x.x.x interfaces cannot see each other.<br class=""><br class=""></div><br class=""><div class=""></div><div class="">Any help is welcome,<br class=""></div><div class="">Pedro<br class=""></div><div class=""><div class="h5"><div class=""><br class=""><br class=""><br class=""><br class=""><br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Thu, Apr 23, 2015 at 5:24 PM, Fabrizio Soppelsa <span dir="ltr" class=""><<a href="mailto:fsoppelsa@mirantis.com" target="_blank" class="">fsoppelsa@mirantis.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    Hi Pedro,<br class="">
    there is a known issue when deploying HA Fuel clusters on Fedora:
    the interference of the NetworkManager service.<br class="">
    Check if this applies to your case
<a href="https://review.openstack.org/#/c/156188/11/pages/virtualbox/0300-install-virtualbox.rst" target="_blank" class="">https://review.openstack.org/#/c/156188/11/pages/virtualbox/0300-install-virtualbox.rst</a><br class="">
    <br class="">
    HTH,<br class="">
    Fabrizio<div class=""><div class=""><br class="">
    <br class="">
    <br class="">
    <div class="">On 04/23/2015 05:11 PM, Pedro Velho
      wrote:<br class="">
    </div>
    </div></div><blockquote type="cite" class=""><div class=""><div class="">
      <div dir="ltr" class="">
        <div class="">
          <div class="">Hi everybody,<br class="">
            <br class="">
          </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 class="">
          <br class="">
          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 class="">
          <br class="">
          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 class="">
          <br class="">
          2015-04-23 13:52:33ERR
          <pre class=""> (/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]
</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 class="">
          <br class="">
        </div>
        <div class=""><span style="font-family:monospace,monospace" class="">root@node-4:~#
            ssh -v node-1<br class="">
          </span></div>
        <div class=""><span style="font-family:monospace,monospace" class="">...<br class="">
            debug1: connect to address 192.168.0.1<br class="">
            ...<br class="">
          </span></div>
        <div class=""><span style="font-family:monospace,monospace" class="">ssh: connect
            to host node-1 port 22: No route to host</span><br class="">
          <br class="">
        </div>
        <div class="">Indeed it makes sense that ceph-deploy does not reach
          node-1, it is solving the name incorrectly<br class="">
        </div>
        <div class="">on the ssh command. However if I manually try to resolve
          node-1 for a name I get a correct IP:<br class="">
          <br class="">
          <div class=""><span style="font-family:monospace,monospace" class="">root@node-4:~#
              nslookup node-1<br class="">
              ...<br class="">
            </span></div>
          <div class=""><span style="font-family:monospace,monospace" class="">Address:
              10.20.0.4</span><br class="">
            <br class="">
          </div>
          <div class="">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 class="">
            <br class="">
          </div>
          <div class="">Thanks in advance,<br class="">
          </div>
          <div class="">Pedro<br class="">
          </div>
          <br class="">
          <br class="">
        </div>
      </div>
      <br class="">
      <fieldset class=""></fieldset>
      <br class="">
      </div></div><pre class="">_______________________________________________
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank" class="">openstack@lists.openstack.org</a>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
</pre>
    </blockquote>
    <br class="">
  </div>

<br class="">_______________________________________________<br class="">
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank" class="">openstack@lists.openstack.org</a><br class="">
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">
<br class=""></blockquote></div><br class=""></div></div></div></div>
<br class="">_______________________________________________<br class="">
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">
Post to     : <a href="mailto:openstack@lists.openstack.org" class="">openstack@lists.openstack.org</a><br class="">
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">
<br class=""></blockquote></div><br class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class="">Mike Scherbakov<br class="">#mihgen<br class=""><br class=""></div></div>
</div>
</div></blockquote></div></div></blockquote></div><br class=""></body></html>