Comment 7 for bug 1716487

Revision history for this message
Attila Darazs (adarazs) wrote : Re: tqe build images log collection: sudo required for centos user

The main problem is that the image build runs on the local machine, for which our usual log collection is not set up correctly as the localhost is skipped in the collect-logs.yml playbook:

https://github.com/openstack/tripleo-quickstart-extras/blob/master/playbooks/collect-logs.yml#L4

I can't just change this simply, because we will start failing on all other jobs where localhost sudo is not needed at all.