Fix transition states for the BB workflow. 81/105681/1
authorSebastien Premont-Tendland <sebastien.premont@bell.ca>
Thu, 9 Apr 2020 14:07:56 +0000 (10:07 -0400)
committerSebastien Premont-Tendland <sebastien.premont@bell.ca>
Thu, 9 Apr 2020 14:07:56 +0000 (10:07 -0400)
commitb1e92221cbed0131b0788e993ee224a42283a8a2
tree791a33d95b0d047a13a3c846203801cb1bba872c
parent35121d207a7408414c2e46ba8afd76fb492101b1
Fix transition states for the BB workflow.

Deleted the versioned flyway file in favor of the repeatable
one for MacroData. I know deleting a versioned file could mess up
upgrade but given no release has been done with those new versioned files
it should be ok and cleaner.

This is a list of transition states that were added internally at Bell
when working with the BB workflow and post instantiation.

Those are to support Rollback and Delete even if the VNF is in the status
ConfigAssigned, Configure or Configured.
The missing transition states was causing the Rollback or Delete to fail.

Issue-ID: SO-2798
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I21c11298a456a472cedc7a8733c6dbc3a071f3a6
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V9.0.1__AddMissingTransitionStates.sql [deleted file]
adapters/mso-catalog-db-adapter/src/main/resources/db/migration/V9.0__AddConfiguredForVnfOrchestrationStatus.sql [deleted file]