Feat: Process orphaned coe clusters for K8S jobs
[releng/global-jjb.git] / releasenotes / notes / cleanup-coe-k8s-clusters-ac491a6ebc0ba7db.yaml
1 ---
2 features:
3   - |
4     Process orphaned coe clusters for K8S jobs
5
6     K8s (COE cluster) jobs by default creates stacks names that does not match
7     JOB_NAME, therefore ignore them while processing orphaned stacks and handle
8     them separatly when cleaning up the orphaned clusters.
9
10     The stack naming scheme is limited to take first 20 chars from the JOB_NAME
11     while the rest is randomly generated for uniqueness:
12     https://github.com/openstack/magnum/blob/master/magnum/drivers/heat/driver.py#L202-L212
13     This breaks the openstack cron jobs.