[Rdo-list] TripleO the quickstart.sh problem by deploying the overcloud
Takeshi Kuramochi
tsarah8139 at gmail.com
Tue Apr 12 06:07:19 UTC 2016
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.
Any help / advice is much appreciated.
Thanks,
-Takeshi
More information about the dev
mailing list