X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fmetal3-vm%2F05_host_cleanup.sh;h=1e69d12945cabc83bad78ad071552f2ab336e5b9;hb=11441a8b2aedc39665e64c6aac45f8a31186d777;hp=9ad8088878f55b815b04b76cd37151cda8b0d848;hpb=5bb782871b8dbd9827e6659f96ac2c0e42b157a1;p=icn.git diff --git a/deploy/metal3-vm/05_host_cleanup.sh b/deploy/metal3-vm/05_host_cleanup.sh index 9ad8088..1e69d12 100755 --- a/deploy/metal3-vm/05_host_cleanup.sh +++ b/deploy/metal3-vm/05_host_cleanup.sh @@ -15,13 +15,6 @@ for name in ironic ironic-inspector dnsmasq httpd mariadb ipa-downloader; do sudo "${CONTAINER_RUNTIME}" ps --all | grep -w "$name$" && sudo "${CONTAINER_RUNTIME}" rm $name -f done -# Remove existing pod -if [[ "${CONTAINER_RUNTIME}" == "podman" ]]; then - if sudo "${CONTAINER_RUNTIME}" pod exists ironic-pod ; then - sudo "${CONTAINER_RUNTIME}" pod rm ironic-pod -f - fi -fi - # Kill the locally running operators if [ "${BMO_RUN_LOCAL}" = true ]; then kill "$(pgrep "operator-sdk")" 2> /dev/null || true