Uploaded image for project: 'Integration'
  1. Integration
  2. INT-1510

cleanup.sh does not delete AAI cassandra keyspace

XMLWordPrintable

      When using cleanup.sh to delete the leftover parts of a component, it also cleans parts located n common databases (Cassandra, MariaDB)
      For SO and SDC it is done, but for AAI this is missing.
      The following lines have to be added:

      {{}}

      if [ $COMPONENT == "aai" ]; then
       for keyspace in aaigraph ; do
       kubectl -n $NAMESPACE exec dev-cassandra-cassandra-0 -- cqlsh -u cassandra -p cassandra --request-timeout=30 -e "drop keyspace ${keyspace}"
       done
      fi

       

            mrichomme mrichomme
            andreasgeissler Andreas Geissler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: