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.
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.