- Added support for the following attributes:
*operationStates
*vnfInstanceSubscriptionFilter
- The filtering criteria is enhanced by adding the
above attributes to effectively send_notifications
- We also updated the following table in DB:
vnf_lcm_filters
Implements: blueprint support-fundamental-lcm
Spec: https://specs.openstack.org/openstack/tacker-specs/specs/wallaby/support-fundamental-vnf-lcm-based-on-ETSI-NFV.html
Change-Id: Iebe70c43ef1a5b653f8ec204b1b3a79ca882399f
25 lines
576 B
JSON
25 lines
576 B
JSON
{
|
|
"filter": {
|
|
"notificationTypes": [
|
|
"VnfLcmOperationOccurrenceNotification"
|
|
],
|
|
"vnfInstanceSubscriptionFilter": {
|
|
"vnfdIds": [],
|
|
"vnfProductsFromProviders": {
|
|
"vnfProvider": "Vnf Provider 1",
|
|
"vnfProducts": [
|
|
{
|
|
"vnfProductName": "Vnf Product 1",
|
|
"versions": [
|
|
{
|
|
"vnfSoftwareVersion": "v1",
|
|
"vnfdVersions": ["vnfd.v1.1"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"callbackUri": "http://sample1.com/notification"
|
|
} |