This clause describes the procedure for sending notifications related to VNF package management
VnfPackage Onboarding Notification
When the vnf package performs the Onboarding operation successfully, Etsicatalog will filter all Subscriptions records:
- notificationTypes == “VnfPackageOnboardingNotification”
&&
- VnfPackage‘s vnfdId / vnfPkgId / vnfProductsFromProviders maching subscription.filters
If there is some matching subscription records, Etsicatalog will post notifications requests.
VnfPackage Change Notification
When the vnf package performs the Deleting or Patching operation successfully, Etsicatalog will filter all Subscriptions records:
- notificationTypes == “VnfPackageChangeNotification”
&&
- VnfPackage’s vnfdId / vnfPkgId / vnfProductsFromProviders maching subscription.filters
If there is some matching subscription records, Etsicatalog will post notifications requests.