diff options
Diffstat (limited to 'vid-app-common/src/main/resources')
-rw-r--r-- | vid-app-common/src/main/resources/csar3933948645405128424.zip | bin | 0 -> 104292 bytes | |||
-rw-r--r-- | vid-app-common/src/main/resources/pnf.csar | bin | 0 -> 33299 bytes | |||
-rw-r--r-- | vid-app-common/src/main/resources/roles.json | 8 | ||||
-rw-r--r-- | vid-app-common/src/main/resources/sdcservices.json | 29 |
4 files changed, 31 insertions, 6 deletions
diff --git a/vid-app-common/src/main/resources/csar3933948645405128424.zip b/vid-app-common/src/main/resources/csar3933948645405128424.zip Binary files differnew file mode 100644 index 000000000..b92d5339f --- /dev/null +++ b/vid-app-common/src/main/resources/csar3933948645405128424.zip diff --git a/vid-app-common/src/main/resources/pnf.csar b/vid-app-common/src/main/resources/pnf.csar Binary files differnew file mode 100644 index 000000000..eb4248469 --- /dev/null +++ b/vid-app-common/src/main/resources/pnf.csar diff --git a/vid-app-common/src/main/resources/roles.json b/vid-app-common/src/main/resources/roles.json new file mode 100644 index 000000000..159be82f1 --- /dev/null +++ b/vid-app-common/src/main/resources/roles.json @@ -0,0 +1,8 @@ +{ + "roles": [ + "VID_Subscriber_serviceType1_Tenant1", + "VID_Subscriber_serviceType1_Tenant2", + "read_motorola_epost_tow", + "read_motorola_epost" + ] +}
\ No newline at end of file diff --git a/vid-app-common/src/main/resources/sdcservices.json b/vid-app-common/src/main/resources/sdcservices.json index 9ef37c303..e80caa665 100644 --- a/vid-app-common/src/main/resources/sdcservices.json +++ b/vid-app-common/src/main/resources/sdcservices.json @@ -1,22 +1,39 @@ { "services": [ { - "uuid": "f430728a-4530-42be-a577-1206b9484cef", + "uuid": "48a52540-8772-4368-9cdb-1f124ea5c931", "invariantUUID": "f430728a-4530-42be-a577-1206b9484cef", - "name": "1707vidnf", + "name": "4-27_vMME_Service", "version": "1.0", "toscaModelURL": "./service-vf-csar.zip", "category": "Mobility", "lifecycleState": "CERTIFIED", - "lastUpdaterUserId": "sa997j", - "distributionStatus": "DISTRIBUTED" + "lastUpdaterUserId": "rg276b", + "lastUpdaterFullName": null, + "distributionStatus": "DISTRIBUTED", + "artifacts": null, + "resources": null + }, + { + "uuid": "cb49608f-5a24-4789-b0f7-2595473cb997", + "invariantUUID": "0311f998-9268-4fd6-bbba-afff15087b72", + "name": "4-27_vMME_Service", + "version": "1.0", + "toscaModelURL": "./service-vl-csar.zip", + "category": "Mobility", + "lifecycleState": "CERTIFIED", + "lastUpdaterUserId": "rg276b", + "lastUpdaterFullName": null, + "distributionStatus": "DISTRIBUTED", + "artifacts": null, + "resources": null }, { - "uuid": "f430728a-4530-42be-a577-1206b9484cef", + "uuid": "73e1322a-8a9a-49dc-9558-b0c5c5770e4a", "invariantUUID": "f430728a-4530-42be-a577-1206b9484cef", "name": "4-27_vMME_Service", "version": "1.0", - "toscaModelURL": "./service-vf-csar.zip", + "toscaModelURL": "./pnf.csar", "category": "Mobility", "lifecycleState": "CERTIFIED", "lastUpdaterUserId": "rg276b", |