-
Story
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
None
As part of learning Jenkins development, I want to implement a new Jenkins job in our main CI which gathers the following functionalities:
- uninstall RHODS from a cluster
- resume an hibernated cluster
- hibernate a running cluster
- delete a running/hibernated cluster
It will allow also some combined scenarios like:
- resume an hibernated cluster > uninstall RHODS > delete the cluster
Benefits of this impementation:
- replace multiple jobs with one signle one:
- delete-cluster
- delete-osd-cluster
- resume-cluster
- hibernate-cluster
- have a job to just uninstall RHODS from a cluster as per RHOSi Roadmap 2023
Implementation started in prev sprint as part of learning jenkins local development