Feat/remove att volumes
Created by: garloff
Fixes #520 (closed).
We can do better in volume deletion:
- All volumes attached to our cluster nodes (workers and control plane) should be deleted. These are root volumes and possibly PVCs
- In addition, still identify them by name (just in case the servers have already been deleted) -- and we have a name now, thanks to #507
- WIth new option
--force-pvc
, we delete all volumes starting withpvc
in the name.
We can also do better in FIP deletion:
- We have a tag now for the FIP attached to the mgmtcluster, delete FIP identified by it
- With the new option
--force-fip
, we also delete FIPs that are DOWN
This should improve make fullclean
to deal with more sitations in case of strange failures.
SO it's a more robust mech for our e2e zuul testing.
We also offer the new target make forceclean
also using the two new force options. SHould not normally be needed.