diff options
author | Ofir Sonsino <os0695@att.com> | 2017-09-20 13:20:42 +0300 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-09-20 13:37:03 +0300 |
commit | 9dfd7e28c1eb348fcb4a2de8c6faae2a01b34942 (patch) | |
tree | c273862f59b0b64c19ccfea5f59ab574071cb323 /vid-app-common/src/main/resources | |
parent | c3722d135481cfab5978c84853d8229d1e7d9cb3 (diff) |
Global Read only role, Support VID specific Roles
Issue-ID: VID-46 , VID-47
Change-Id: Ib100d20ac40a65d39e27a6e2741b19a173a2b8ea
Signed-off-by: Ofir Sonsino <os0695@att.com>
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 00000000..b92d5339 --- /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 00000000..eb424846 --- /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 00000000..159be82f --- /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 9ef37c30..e80caa66 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", |