-
Notifications
You must be signed in to change notification settings - Fork 81
Delete openstack OCP cluster doesn't full work #300
Comments
@oybed So the initial culprit seems to be here: https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_openstack/tasks/provision.yml#L1-L16
So the question now is whether we craft something to work around this for the time being. Or if we try to get this fixed in openshift-ansible. Wanted to get your thoughts before digging in any further. |
@tylerauerbeck yeah, it's a bit of a challenge to utilize the "downstream" code for this, so we may just need to move it back into |
What's the status of this? @tylerauerbeck @oybed Im hitting the same issue in 3.11 with the latest casl-ansible container image:
|
@jtudelag this is a low priority issue as you can just use the |
@jtudelag one additional piece of info - before you delete the cluster with the above mentioned command, make sure any PVs are deleted to avoid leaving Cinder volumes behind (+ double check the OSP tenant afterwards that all related volumes were deleted). |
@oybed ok. Btw, there a few non-attached volumes already. Also, deleting the stack manually would leave some trash, such as DNS records and Host registered in Satellite. |
@jtudelag the the DNS, host registration., etc. isn't handled by the delete playbook anyway. That's a different issue. The |
@oybed So how do you manage that today? Manually? I mean, removing DNS records & Sat Hosts. |
After moving to use
openshift-ansible
as our source for the OCP on OSP deployments, the delete a cluster option doesn't work. A PR is needed to update the variables passed to theopenshift_openstack
role to make it happy.The text was updated successfully, but these errors were encountered: