Uploaded image for project: 'OpenStack as Infra'
  1. OpenStack as Infra
  2. OSASINFRA-3605

[CI] Force delete network trunk resources

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • None
    • 2
    • False
    • None
    • False
    • 2
    • ShiftStack Sprint 259, ShiftStack Sprint 260

      We are getting network trunk deletion issues on the NFV cloud, log; the workaround is to remove the registry directly from the DB, like the following steps:

      $ DB_CONTAINER=`sudo podman ps | grep galera | awk '{ print $1 }'`
      $ sudo podman exec -it $DB_CONTAINER mysql -e "DELETE FROM ovs_neutron.trunks WHERE id='${TRUNK_ID}';"

      There is an open bug; however, this issue has appeared since OSP 13.

            rh-ee-mcarpio Miguel Carpio
            rh-ee-mcarpio Miguel Carpio
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: