Comment 1 for bug 1903263

Revision history for this message
Sandeep Yadav (sandeepyadav93) wrote :

Hello,

Looks like this was caused because keypair for tls jobs were not cleaned up.

cleanup-keys.sh which was added in https://review.rdoproject.org/r/#/c/29167/ was not found in cron job.

Ideally, those keypairs should be deleted in job itself, cleanup script mainly needed for cases where it's missed in job. We will try to investigate on why job cleanup not working.

We executed that script(cleanup-keys.sh) manually for now. Will check internally with team if we can add cleanup-keys.sh in cron jobs.