<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Dan,<div class=""><br class=""></div><div class="">Thanks for your tips. It seems like there is an issue with the networking piece, as that is where all the nodes are in building state. I have something similar to this for each one of the Controller nodes:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(254, 244, 156);" class="">| NetworkDeployment                 | cac8c93b-b784-4a91-bc23-1a932bb1e62f          | OS::TripleO::SoftwareDeployment                   | CREATE_IN_PROGRESS | 2015-09-09T15:22:10Z | 1               |</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(254, 244, 156);" class="">| UpdateDeployment                  | 97359c35-d2c7-4140-98ed-24525ee4be6b          | OS::Heat::SoftwareDeployment                      | CREATE_IN_PROGRESS | 2015-09-09T15:22:10Z | 1               |</div></div><div class=""><br class=""></div><div class="">Following your advice, I was trying to ssh into the nodes, but didn’t know what username/password combination to use. I tried root, heat-admin, stack with different password located in /home/stack/triple0-overcloud-passwords but none of the combinations seemed to work.</div><div class=""><br class=""></div><div class="">BTW, I am using the instructions from <a href="https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html" class="">https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html</a> and installing in an HP c7000 Blade enclosure.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">IB</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">__</div><div class="">Ignacio Bravo<br class="">LTG Federal, Inc</div><div class=""><a href="http://www.ltgfederal.com" class="">www.ltgfederal.com</a></div><div class="">Office: (703) 951-7760<br class=""></div><div class=""><br class=""></div></div></div><div><blockquote type="cite" class=""><div class="">On Sep 9, 2015, at 11:40 AM, Dan Sneddon <<a href="mailto:dsneddon@redhat.com" class="">dsneddon@redhat.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">Did that error happen after a long time, like 4 hours? I have seen that error<br class="">when the deploy was actually hung, and the token timeout gets reached and then<br class="">every API call gets an authentication failed response. Unfortunately, you'll<br class="">need to diagnose what part of the deployment is failing. Here's what I usually<br class="">do:<br class=""><br class=""># Get state of all uncompleted resources<br class="">heat resource-list overcloud -n 5 | grep -iv complete<br class=""><br class=""># Look closer at failed resources from above command<br class="">heat resource-show <UUID><br class=""><br class="">nova list<br class="">(then ssh as heat-admin to the nodes and check for network connectivity and<br class="">errors in the logs)<br class=""><br class="">-Dan Sneddon<br class=""><br class="">----- Original Message -----<br class=""><blockquote type="cite" class="">Never hit that. Did you try export HEAT_INCLUDE_PASSWORD=1 and rerun deploy?<br class=""><br class="">On Wed, Sep 9, 2015 at 4:47 PM, Ignacio Bravo <<a href="mailto:ibravo@ltgfederal.com" class="">ibravo@ltgfederal.com</a>> wrote:<br class=""><blockquote type="cite" class="">Thanks. I was able to delete the existing deployment, but when trying to<br class="">deploy again using the CLI I got an authentication error. Ideas?<br class=""><br class="">[root@bl16 ~]# su stack<br class="">[stack@bl16 root]$ cd<br class="">[stack@bl16 ~]$ cd ~<br class="">[stack@bl16 ~]$ source stackrc<br class="">[stack@bl16 ~]$ openstack overcloud deploy --ceph-storage-scale 3<br class="">--control-scale 3 --compute-scale 2 --compute-flavor Compute_24<br class="">--ntp-server<br class="">192.168.10.1 --templates -e<br class="">/usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml<br class="">Deploying templates in the directory<br class="">/usr/share/openstack-tripleo-heat-templates<br class="">ERROR: openstack ERROR: Authentication failed. Please try again with option<br class="">--include-password or export HEAT_INCLUDE_PASSWORD=1<br class="">Authentication required<br class=""><br class=""><br class=""><br class="">__<br class="">Ignacio Bravo<br class="">LTG Federal, Inc<br class=""><a href="http://www.ltgfederal.com" class="">www.ltgfederal.com</a><br class="">Office: (703) 951-7760<br class=""><br class="">On Sep 8, 2015, at 5:29 PM, Marius Cornea <marius@remote-lab.net> wrote:<br class=""><br class="">Hi Ignacio,<br class=""><br class="">Yes, I believe ceph currently only works with using direct heat<br class="">templates. You can check the instruction on how to get it deployed via<br class="">cli here [1] Make sure you select the Ceph role on the environment<br class="">specific content (left side column).<br class=""><br class="">To delete existing deployments run 'heat stack-delete overcloud' on<br class="">the undercloud node with the credentials in the stackrc file loaded.<br class=""><br class="">In order to get a HA deployment you just need to deploy 3 controllers<br class="">by passing '--control-scale 3' to the 'openstack overcloud deploy'<br class="">command.<br class=""><br class="">[1]<br class="">https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html<br class=""><br class="">On Tue, Sep 8, 2015 at 11:07 PM, Ignacio Bravo <ibravo@ltgfederal.com><br class="">wrote:<br class=""><br class="">All,<br class=""><br class="">I was trying to deploy an overcloud using the RDO Manager GUI (Tuskar UI)<br class="">and the deployment was unsuccessful. It seems that there is a particular<br class="">bug<br class="">currently with deploying a Ceph based storage with the GUI, so I wanted to<br class="">ask the list if<br class=""><br class="">1. Indeed this was the case.<br class="">2. How to delete my configuration and redeploy using the CLI<br class="">3. Finally, if there is any scripted or explained way to perform an HA<br class="">installation. I read the reference to github, but this seems to be more<br class="">about the components but there was not a step by step instruction/<br class="">explanation.<br class=""><br class=""><br class="">Thanks!<br class="">IB<br class=""><br class="">__<br class="">Ignacio Bravo<br class="">LTG Federal, Inc<br class="">www.ltgfederal.com<br class="">Office: (703) 951-7760<br class=""><br class="">_______________________________________________<br class="">Rdo-list mailing list<br class="">Rdo-list@redhat.com<br class="">https://www.redhat.com/mailman/listinfo/rdo-list<br class=""><br class="">To unsubscribe: rdo-list-unsubscribe@redhat.com<br class=""><br class=""><br class=""></blockquote><br class="">_______________________________________________<br class="">Rdo-list mailing list<br class=""><a href="mailto:Rdo-list@redhat.com" class="">Rdo-list@redhat.com</a><br class="">https://www.redhat.com/mailman/listinfo/rdo-list<br class=""><br class="">To unsubscribe: rdo-list-unsubscribe@redhat.com<br class=""><br class=""></blockquote></div></blockquote></div><br class=""></div></body></html>