Dan,

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:

| NetworkDeployment                 | cac8c93b-b784-4a91-bc23-1a932bb1e62f          | OS::TripleO::SoftwareDeployment                   | CREATE_IN_PROGRESS | 2015-09-09T15:22:10Z | 1               |
| UpdateDeployment                  | 97359c35-d2c7-4140-98ed-24525ee4be6b          | OS::Heat::SoftwareDeployment                      | CREATE_IN_PROGRESS | 2015-09-09T15:22:10Z | 1               |

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.

BTW, I am using the instructions from https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html and installing in an HP c7000 Blade enclosure.

Thanks,
IB



__
Ignacio Bravo
LTG Federal, Inc
www.ltgfederal.com
Office: (703) 951-7760

On Sep 9, 2015, at 11:40 AM, Dan Sneddon <dsneddon@redhat.com> wrote:

Did that error happen after a long time, like 4 hours? I have seen that error
when the deploy was actually hung, and the token timeout gets reached and then
every API call gets an authentication failed response. Unfortunately, you'll
need to diagnose what part of the deployment is failing. Here's what I usually
do:

# Get state of all uncompleted resources
heat resource-list overcloud -n 5 | grep -iv complete

# Look closer at failed resources from above command
heat resource-show <UUID>

nova list
(then ssh as heat-admin to the nodes and check for network connectivity and
errors in the logs)

-Dan Sneddon

----- Original Message -----
Never hit that. Did you try export HEAT_INCLUDE_PASSWORD=1 and rerun deploy?

On Wed, Sep 9, 2015 at 4:47 PM, Ignacio Bravo <ibravo@ltgfederal.com> wrote:
Thanks. I was able to delete the existing deployment, but when trying to
deploy again using the CLI I got an authentication error. Ideas?

[root@bl16 ~]# su stack
[stack@bl16 root]$ cd
[stack@bl16 ~]$ cd ~
[stack@bl16 ~]$ source stackrc
[stack@bl16 ~]$ openstack overcloud deploy --ceph-storage-scale 3
--control-scale 3 --compute-scale 2 --compute-flavor Compute_24
--ntp-server
192.168.10.1 --templates -e
/usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml
Deploying templates in the directory
/usr/share/openstack-tripleo-heat-templates
ERROR: openstack ERROR: Authentication failed. Please try again with option
--include-password or export HEAT_INCLUDE_PASSWORD=1
Authentication required



__
Ignacio Bravo
LTG Federal, Inc
www.ltgfederal.com
Office: (703) 951-7760

On Sep 8, 2015, at 5:29 PM, Marius Cornea <marius@remote-lab.net> wrote:

Hi Ignacio,

Yes, I believe ceph currently only works with using direct heat
templates. You can check the instruction on how to get it deployed via
cli here [1] Make sure you select the Ceph role on the environment
specific content (left side column).

To delete existing deployments run 'heat stack-delete overcloud' on
the undercloud node with the credentials in the stackrc file loaded.

In order to get a HA deployment you just need to deploy 3 controllers
by passing '--control-scale 3' to the 'openstack overcloud deploy'
command.

[1]
https://repos.fedorapeople.org/repos/openstack-m/docs/master/basic_deployment/basic_deployment_cli.html

On Tue, Sep 8, 2015 at 11:07 PM, Ignacio Bravo <ibravo@ltgfederal.com>
wrote:

All,

I was trying to deploy an overcloud using the RDO Manager GUI (Tuskar UI)
and the deployment was unsuccessful. It seems that there is a particular
bug
currently with deploying a Ceph based storage with the GUI, so I wanted to
ask the list if

1. Indeed this was the case.
2. How to delete my configuration and redeploy using the CLI
3. Finally, if there is any scripted or explained way to perform an HA
installation. I read the reference to github, but this seems to be more
about the components but there was not a step by step instruction/
explanation.


Thanks!
IB

__
Ignacio Bravo
LTG Federal, Inc
www.ltgfederal.com
Office: (703) 951-7760

_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list

To unsubscribe: rdo-list-unsubscribe@redhat.com



_______________________________________________
Rdo-list mailing list
Rdo-list@redhat.com
https://www.redhat.com/mailman/listinfo/rdo-list

To unsubscribe: rdo-list-unsubscribe@redhat.com