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