<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 10, 2017 at 5:12 PM, James LaBarre <span dir="ltr"><<a href="mailto:jlabarre@redhat.com" target="_blank">jlabarre@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I keep trying to build tripleo-quickstart with different parameters, and<br>
at the end of a 2+ hour process, it fails at validation.  Problem is,<br>
even with a "verbose" option in the command, I have absolutely no clue<br>
on why the build failed.  Just where does the process keep it's log<br>
information?<br>
<br>
With the verbose option, it bombs out at :<br>
<br>
==============================<wbr>===<br>
<br>
TASK [did the deployment pass or fail?]<br>
******************************<wbr>**********<br>
task path: /root/.quickstart/playbooks/<wbr>quickstart-extras-overcloud.<wbr>yml:41<br>
Friday 10 November 2017  16:57:13 -0500 (0:00:00.071)       2:12:25.331<br>
*******<br>
fatal: [localhost]: FAILED! => {<br>
    "changed": false,<br>
    "failed": true,<br>
    "failed_when_result": true,<br>
    "invocation": {<br>
        "module_args": {<br>
            "var": "overcloud_deploy_result"<br>
        },<br>
        "module_name": "debug"<br>
    },<br>
    "overcloud_deploy_result": "failed"<br>
}<br>
==============================<wbr>===<br>
<br>
I'd really like to figure out where it's failing, rather than having to<br>
run yet another 2 or more hour run just to see it fail at the end (I had<br>
tried caching the image files locally with the hopes I could cut the<br>
build time down, but that hasn't cut off enough time).<br>
<br>
<br>
Starting the build with:<br>
<br>
export OOOtimestamp=`date +%Y%m%d_%H%M`<br>
export GenConfig=minimal<br>
export ReleaseName=pike<br>
export ClusterNodes=config/nodes/<wbr>3ctlr_1comp.yml<br>
bash quickstart.sh --playbook quickstart-extras.yml --bootstrap<br>
--no-clone --config config/general_config/${<wbr>GenConfig}.yml -t all -S<br>
overcloud-validate -R ${ReleaseName} -N $ClusterNodes -v 127.0.0.2 |&<br>
tee ~/OOOlog_${OOOtimestamp}.txt<br>
<br>
<br>
(I'm using the variables so I can have a consistent run script, should<br>
probably make the timestamp log name run as part of the command)<br></blockquote><div><br></div><div>Seems like this job should would be the closest equivilant [1]</div><div>Pike has been passing consistently there, so we'll have to figure out why your</div><div>deployment is failing.</div><div><br></div><div>If your deployment is failing there should be a file in /home/stack/ called failed_deployments* [2]</div><div>There are two files there and should lead you down the path to what is failing.</div><div><br></div><div>Also there is no reason to restart from scratch each time.  If you deployment fails</div><div>1. ssh -F ~/.quickstart/ssh.config.ansible undercloud</div><div>2. debug and or change the params in overcloud-deploy.sh</div><div>3. (delete the overcloud) source stackrc; openstack stack delete $name ( overcloud )</div><div>4. Rerun overcloud-deploy.sh from the overcloud</div><div><br></div><div>Ansible will not format errors very well, so quickstart doesn't even try.  All the logs</div><div>relevant to your deployment will be on the undercloud in /home/stack and of course</div><div>the logs on the overcloud nodes in /var/log will be useful as well.</div><div><br></div><div>You will probably find it handy to look through our logs as well.</div><div>Hope that helps</div><div><br></div><div>[1] <a href="https://thirdparty.logs.rdoproject.org/jenkins-promote-rhel-pike-rdo_trunk-virtha-3ctlr_1comp_192gb-28/">https://thirdparty.logs.rdoproject.org/jenkins-promote-rhel-pike-rdo_trunk-virtha-3ctlr_1comp_192gb-28/</a></div><div>[2] <a href="http://logs.openstack.org/89/457989/2/check-tripleo/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024/b33f955/logs/undercloud/home/zuul/failed_deployment_list.log.txt.gz">http://logs.openstack.org/89/457989/2/check-tripleo/legacy-tripleo-ci-centos-7-ovb-1ctlr_1comp_1ceph-featureset024/b33f955/logs/undercloud/home/zuul/failed_deployment_list.log.txt.gz</a></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.rdoproject.org">users@lists.rdoproject.org</a><br>
<a href="http://lists.rdoproject.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rdoproject.org/<wbr>mailman/listinfo/users</a><br>
<br>
To unsubscribe: <a href="mailto:users-unsubscribe@lists.rdoproject.org">users-unsubscribe@lists.<wbr>rdoproject.org</a><br>
</blockquote></div><br></div></div>