Comment 8 for bug 1750311

Revision history for this message
John Fulton (jfulton-org) wrote :

- I don't know why subnodes.log.txt.gz is missing from this job [1]
- It looks like it should be collected [2]
- Looking past the missing log file.. the deployment would not have gotten as far as it did if line 39 of bootstrap-overcloud-full-minimal.sh had failed (sudo yum -y install git python-heat-agent*)
- So, I assume this script ran, though we're missing the logs
- Is it possible, when it ran that line 44 of bootstrap-overcloud-full-minimal.sh [3] was false?
- In other words, did "${TOCI_JOBTYPE:-''}" not contain "multinode" ?

[1] https://logs.rdoproject.org/openstack-periodic/periodic-tripleo-ci-centos-7-multinode-1ctlr-featureset016-queens/8b4282d/undercloud/var/log/

[2] https://github.com/openstack/tripleo-quickstart-extras/blob/master/roles/collect-logs/defaults/main.yml#L119

[3] https://github.com/openstack-infra/tripleo-ci/blob/master/scripts/bootstrap-overcloud-full-minimal.sh#L44