Skip to content

Commit

Permalink
Merge pull request #381 from jparoly/cleanup_swift
Browse files Browse the repository at this point in the history
Remove swift-storage after test
  • Loading branch information
openshift-merge-robot authored Jun 28, 2023
2 parents 35cc2a2 + 5fe440f commit 015b6a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/kuttl/tests/galera-3replicas/02-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ delete:
name: openstack
commands:
- script: |
oc delete --ignore-not-found=true -n $NAMESPACE pvc mysql-db-openstack-galera-0 mysql-db-openstack-galera-1 mysql-db-openstack-galera-2 mysql-db-openstack-cell1-galera-0 mysql-db-openstack-cell1-galera-1 mysql-db-openstack-cell1-galera-2
oc delete --ignore-not-found=true -n $NAMESPACE pvc \
mysql-db-openstack-galera-0 \
mysql-db-openstack-galera-1 \
mysql-db-openstack-galera-2 \
mysql-db-openstack-cell1-galera-0 \
mysql-db-openstack-cell1-galera-1 \
mysql-db-openstack-cell1-galera-2 \
srv-swift-storage-0

0 comments on commit 015b6a5

Please sign in to comment.