viccross / ansible-playbooks

My collection of Ansible playbooks for various tasks (dominated by Openshift, currently)
Apache License 2.0
2 stars 3 forks source link

Creation of RHOCP build log symlink needs to handle second build #209

Open viccross opened 4 months ago

viccross commented 4 months ago

When the cluster build runs a second time, the creation of the symlink fails with a "file exists" error. Need to either remove the existing one or create with force.

viccross commented 2 months ago

This will get changed out for having the logs picked up by promtail... maybe we still need a 'resolve the second and subsequent' cluster builds though.