From: Elena Kuleshov Date: Mon, 6 Jul 2020 21:09:04 +0000 (-0400) Subject: Restore inPlaceSoftwareUpdate processing by GR-API BBs. X-Git-Tag: 1.6.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F109879%2F1;p=so.git 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 --- 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';