<div dir="ltr"><div>FIXED!! I knew it was a typo somewhere!   LOL<br></div><div><br></div><div><a href="https://github.com/tmartinx/svauto/commit/40ce6566cd0e6435cf75bb34116b6c3bacbeaf02">https://github.com/tmartinx/svauto/commit/40ce6566cd0e6435cf75bb34116b6c3bacbeaf02</a><br></div><div><br></div><div>Thank you guys!</div><div><br></div><div>Sorry about the buzz on TWO mail lists...</div><div><br></div><div>At least, now we know that Nova silent fail on its start up, if somethings aren't configured according... And there is no verification steps to test the communication between Nova and Neutron.</div><div><br></div><div> Mitaka is working now on Xenial! YAY!!<br></div><div><br></div><div>I'm about to commit changes to enable OpenvSwitch with DPDK and multi-node deployments, fully automated!</div><div><br></div><div>Cheers!</div><div>Thiago</div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On 17 April 2016 at 21:26, Martinx - ジェームズ <span dir="ltr"><<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div class="h5"><div class="gmail_extra"><div class="gmail_quote">On 17 April 2016 at 17:39, Martinx - ジェームズ <span dir="ltr"><<a href="mailto:thiagocmartinsc@gmail.com" target="_blank">thiagocmartinsc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Guys,<div><br></div><div> I am trying to deploy Mitaka, on top of Ubuntu 16.04, by using the following document:</div><div><br></div><div> <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu</a><br></div><div><br></div><div> Yes, I know, the above document is for installing Mitaka on top of Ubuntu 14.04 but, from what I understand, the only difference is that on Xenial, there is no need to add the Ubuntu Mitaka Cloud Archive, since Mitaka is the default on Xenial, so, I can follow that document, right?    =)</div><div><br></div><div> At first, OpenStack installation goes okay, without any errors, all services comes up, etc... However, it is not possible to launch an Instance.</div><div><br></div><div> *** Errors on launching the Instance:</div><div><br></div><div> - Right after launching it:</div><div><br></div><div> <a href="https://paste.ubuntu.com/15902503/" target="_blank">https://paste.ubuntu.com/15902503/</a></div><div><br></div><div> - Spawning it, after Glance finishes the download, similar error a second time:</div><div><br></div><div> <a href="https://paste.ubuntu.com/15902556/" target="_blank">https://paste.ubuntu.com/15902556/</a></div><div><br></div><div> What am I missing?</div><div><br></div><div> Apparently, Nova is not authorized to talk with Neutron but, I am following the docs (maybe it is just a typo somewhere?)...</div><div><br></div><div> Also, I have an Ansible automation to deploy it, so, it is less error prone. And however can help me, will see how I am deploying it.</div><div><br> I see no error on Admin Dashboard, all services are up.<br></div><div><br></div><div> NOTE: My Ansible playbooks is in a sense, "<a href="http://docs.openstack.org/mitaka/install-guide-ubuntu" target="_blank">docs.openstack.org/mitaka/install-guide-ubuntu</a> fully automated", it is very close to it, step-by-step.</div><div><br></div><div> How can I debug this? I mean, how can I try to do, what Nova is doing (its connection with Neutron), to make sure that the settings are in place correctly?</div><div><br></div><div> Here is how I am installing Mitaka on Xenial:</div><div><br></div><div>---</div><div> 1- Install Ubuntu 16.04 server 64-bit on bare-metal;</div><div><br></div><div>   * Configure your /etc/hostname and /etc/hosts.</div><div><br></div><div>   DETAILS: <a href="https://github.com/tmartinx/svauto/blob/dev/README.OpenStack.md" target="_blank">https://github.com/tmartinx/svauto/blob/dev/README.OpenStack.md</a></div><div><br></div><div><br></div><div> 2- Clone the automation:</div><div><br></div><div>    cd ~</div><div>    git clone <a href="https://github.com/tmartinx/svauto.git" target="_blank">https://github.com/tmartinx/svauto.git</a></div><div><br></div><div><br></div><div> 3- Run the automation to install OpenStack (all-in-one)</div><div><br></div><div>    cd ~/svauto</div><div><br></div><div>   ./os-deploy.sh --br-mode=LBR --use-dummies --base-os=ubuntu16 --base-os-upgrade=yes --openstack-release=mitaka --openstack-installation --dry-run</div><div><br></div><div>   ansible-playbook -c local site-openstack.yml --extra-vars "openstack_installation=yes"</div><div>---</div><div><br></div><div> NOTE: If you don't use "--dry-run" option, Ansible will be executed automatically by "os-deploy.sh".</div><div><br></div><div> I am sharing the Ansible playbooks, because it will be easier to see what I am doing.</div><div><br></div><div> About the relevant configuration blocks, I believe that I have it properly configured (I followed Mitaka docs), like this:</div><div><br></div><div> * neutron.conf:</div><div>-</div><div><a href="https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_neutron_aio/templates/mitaka/neutron.conf" target="_blank">https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_neutron_aio/templates/mitaka/neutron.conf</a><br></div><div>-</div><div><br></div><div> * nova.conf:</div><div>-</div><div><a href="https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_nova_aio/templates/mitaka/nova.conf" target="_blank">https://github.com/tmartinx/svauto/blob/dev/ansible/roles/os_nova_aio/templates/mitaka/nova.conf</a><br></div><div>-</div><div><br></div><div> I already installed OpenStack many, many, many times, since Havana release, I'm confident that I am doing it right but, of course, maybe I did something wrong this time...   =P</div><div><br></div><div> I appreciate any help!</div><div><br></div><div>Thanks!</div><div>Thiago</div></div>
</blockquote></div><br></div></div></div><div class="gmail_extra">Hey guys,</div><div class="gmail_extra"><br></div><div class="gmail_extra"> I am reviewing everything, to make sure that my automation matches <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/" target="_blank">docs.openstack.org/mitaka/install-guide-ubuntu/</a> in details.</div><div class="gmail_extra"><br></div><div class="gmail_extra"> Two things...</div><div class="gmail_extra"><br></div><div class="gmail_extra">---</div><div class="gmail_extra"> 1- All the verification steps (from official doc) passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-verify.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-verify.html</a> - passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-openrc.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/keystone-openrc.html</a> - passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/glance-verify.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/glance-verify.html</a> - passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/nova-verify.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/nova-verify.html</a> - passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-verify.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-verify.html</a> - passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-verify-option2.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/neutron-verify-option2.html</a> - passed</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/horizon-verify.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/horizon-verify.html</a> - passed (mine doesn't have /horizon)</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/cinder-verify.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/cinder-verify.html</a> - passed but, I'm not using any cinder-volume yet</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-selfservice.html" target="_blank">http://docs.openstack.org/mitaka/install-guide-ubuntu/launch-instance-selfservice.html</a> - "6. Launch the instance" - FAIL</div><div class="gmail_extra"><br></div><div class="gmail_extra">  NOTE: I can create Networks, Subnets, Routers... I can see the Linux Namespaces at the Neutron L3 Router (All-in-One)</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"> 2- This problem happen no matter if deploying it with Linux Bridges (--br-mode=LBR) or with OpenvSwitch (--br-mode=OVS)</div><div class="gmail_extra">---</div><div class="gmail_extra"><br></div><div class="gmail_extra"> So, I think that OpenStack should provide more verification steps, specially to test the communication / authentication between its different projects, for example:</div><div class="gmail_extra"><br></div><div class="gmail_extra"> A- Does Nova can communicate with Neutron? How to test this?</div><div class="gmail_extra"><br></div><div class="gmail_extra"> B- Can Nova download images from Glance? Etc...</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"> Doing more reviews now...</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers!</div><div class="gmail_extra">Thiago</div></div>
</blockquote></div><br></div></div>