From: Elena Kuleshov Date: Wed, 20 May 2020 16:08:36 +0000 (-0400) Subject: Use VnfInPlaceUpdate for inPlaceSoftwareUpdate requests X-Git-Tag: 1.6.2~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F107993%2F1;p=so.git Use VnfInPlaceUpdate for inPlaceSoftwareUpdate requests Point to the legacy VnfInPlaceUpdate flow for inPlaceSoftwareUpdate until so-appc-orchestrator is available in ONAP Issue-ID: SO-2947 Signed-off-by: Kuleshov, Elena Change-Id: Icb78416c36daccf9a48d5e32cf763a0d35bb03b1 --- 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 e27ec2ef27..9e3deaf612 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 @@ -915,3 +915,6 @@ VALUES ('VNFUnsetInMaintFlagActivity','*','*','*','*','Manual','Abort','*', '*'), ('VNFUnsetClosedLoopDisabledActivity','*','*','*','*','Manual','Abort','*', '*'); +UPDATE vnf_recipe +SET ORCHESTRATION_URI = '/mso/async/services/VnfInPlaceUpdate' +WHERE NF_ROLE = 'GR-API-DEFAULT' AND ACTION = 'inPlaceSoftwareUpdate';