From 08346ba002d42bad81a3c160508f4e36cecd9a69 Mon Sep 17 00:00:00 2001 From: Elena Kuleshov Date: Mon, 6 Jul 2020 17:09:04 -0400 Subject: Restore inPlaceSoftwareUpdate processing by GR-API BBs. Enable inPlaceSoftwareUpdate to be processed by the so-appc-orchestrator. Issue-ID: SO-3022 Signed-off-by: Kuleshov, Elena (ek1439) Change-Id: I2e2dc9c2bf73cf81f5d66c5e8398e17fd3104417 --- .../src/main/resources/db/migration/R__MacroData.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql b/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql index 9e3deaf612..f68fc8ec9a 100644 --- a/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql +++ b/adapters/mso-catalog-db-adapter/src/main/resources/db/migration/R__MacroData.sql @@ -918,3 +918,7 @@ VALUES UPDATE vnf_recipe SET ORCHESTRATION_URI = '/mso/async/services/VnfInPlaceUpdate' WHERE NF_ROLE = 'GR-API-DEFAULT' AND ACTION = 'inPlaceSoftwareUpdate'; + +UPDATE vnf_recipe +SET ORCHESTRATION_URI = '/mso/async/services/WorkflowActionBB' +WHERE NF_ROLE = 'GR-API-DEFAULT' AND ACTION = 'inPlaceSoftwareUpdate'; -- cgit 1.2.3-korg