[Rdo-list] TripleO the quickstart.sh problem by deploying the overcloud

John Trowbridge trown at redhat.com
Tue Apr 12 09:54:32 UTC 2016



On 04/12/2016 02:07 AM, Takeshi Kuramochi wrote:
> Hi,
> 
> 
> I'm trying to deploy OpenStack via TripleO quickstart.sh.
> (Ref : https://www.youtube.com/watch?v=4O8KvC66eeU)
> 
> $ export VIRTHOST="openstack.tk.net"
> $ bash quickstart.sh $VIRTHOST <= success
> 
> $ export TAGS=undercloud-install
> $ ./quickstart.sh --tags $TAGS $VIRTHOST <= success
> 
> $ export TAGS='undercloud-post-install'
> $ ./quickstart.sh --tags $TAGS $VIRTHOST <= success
> 
> $ export TAGS='overcloud-deploy'
> $ ./quickstart.sh --tags $TAGS $VIRTHOST <=  it had 1 failed
> 
> 
> It's console log is below;
> 
> TASK [tripleo/overcloud : Check overcloud deploy status] ***********************
> Saturday 09 April 2016  04:12:10 +0000 (1:01:07.440)       1:01:33.716 ********
> fatal: [undercloud]: FAILED! => {"changed": false, "cmd": ["grep",
> "-q", "Stack overcloud CREATE_FAILED",
> "/home/stack/overcloud_deploy.log"], "delta": "0:00:00.051522", "end":
> "2016-04-09 04:12:15.444136", "failed": true, "failed_when_result":
> true, "rc": 0, "start": "2016-04-09 04:12:15.392614", "stderr": "",
> "stdout": "", "stdout_lines": [], "warnings": []}
> 
> PLAY RECAP *********************************************************************
> localhost                  : ok=1    changed=0    unreachable=0    failed=0
> openstack.tk.net           : ok=2    changed=0    unreachable=0    failed=0
> undercloud                 : ok=6    changed=1    unreachable=0    failed=1
> 
> Saturday 09 April 2016  04:12:12 +0000 (0:00:02.286)       1:01:36.002 ********
> ===============================================================================
> TASK: tripleo/overcloud : Deploy the overcloud ----------------------- 3667.44s
> TASK: setup ------------------------------------------------------------ 15.97s
> TASK: setup ------------------------------------------------------------- 4.13s
> TASK: setup/undercloud : include ---------------------------------------- 3.48s
> TASK: tripleo/overcloud : Check overcloud deploy status ----------------- 2.29s
> TASK: tripleo/undercloud : include -------------------------------------- 0.89s
> TASK: tripleo/undercloud : include -------------------------------------- 0.48s
> TASK: tripleo/overcloud : include --------------------------------------- 0.46s
> TASK: tripleo/undercloud : include -------------------------------------- 0.36s
> TASK: tripleo/overcloud : include --------------------------------------- 0.31s
> 
> When I run quickstart.sh it did not have a fail.
> 
> 
> But, the heat stack failed too.
> 
> [stack at undercloud ~]$ heat stack-list
> +--------------------------------------+------------+---------------+---------------------+--------------+
> | id                                   | stack_name | stack_status  |
> creation_time       | updated_time |
> +--------------------------------------+------------+---------------+---------------------+--------------+
> | 41190d84-de1f-4afd-821c-21b89ad8beb3 | overcloud  | CREATE_FAILED |
> 2016-04-09T03:11:26 | None         |
> +--------------------------------------+------------+---------------+---------------------+--------------+
> 
> I could not find "overcloudrc" file.
> 

The overcloudrc file only gets created after the stack goes
CREATE_COMPLETE. Looking at the timing of the "Deploy the overcloud"
task, it took 60min. By default we are setting a timeout on the deploy
of that long, so you likely hit that. The log of the deploy command is
in the stack users home directory on the undercloud VM and would at
least show us how far the deploy got, or if it got stuck somewhere. The
log is named overcloud_deploy.log.
> 
> Any help / advice is much appreciated.
> 
> Thanks,
> 
> -Takeshi
> 
> _______________________________________________
> Rdo-list mailing list
> Rdo-list at redhat.com
> https://www.redhat.com/mailman/listinfo/rdo-list
> 
> To unsubscribe: rdo-list-unsubscribe at redhat.com
> 




More information about the rdo-list mailing list