diff options
author | Ofir Sonsino <os0695@att.com> | 2018-01-31 17:19:00 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2018-01-31 17:19:00 +0200 |
commit | 1cfb08779ea0e00be69e072a940b3063e049fe6b (patch) | |
tree | 6602a900387c8393ed0dcd81c0539381632903c6 /vid-automation/conf/services | |
parent | 2f20b001b9243e0f8b44aecc768ec265fd538732 (diff) |
org.onap migration
Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'vid-automation/conf/services')
-rw-r--r-- | vid-automation/conf/services | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vid-automation/conf/services b/vid-automation/conf/services new file mode 100644 index 000000000..0fa92f1ff --- /dev/null +++ b/vid-automation/conf/services @@ -0,0 +1,22 @@ +{ "services": { + "c079d859-4d81-4add-a9c3-94551f96e2b0": { + "type":"vnf", + "uuid": "418f32e5-484a-4073-8fa9-fab7d497459f", + "invariantUuid": "709d1be4-9a3f-4a29-8c4d-a20465e808a3", + "name": "1707vidnf", + "version": "9.0", + "category": "Mobility", + "description": "1707 Models that contain: nf_type,nf_role,nf_function,nf_code.", + "serviceRole" : "pnf" + }, + "f39389e4-2a9c-4085-8ac3-04aea9c651be": { + "type" : "pnf", + "uuid": "f39389e4-2a9c-4085-8ac3-04aea9c651be", + "invariantUuid": "ec0c4bab-c272-4dab-b087-875031bb0c9f", + "name": "Dev2DevPnfService", + "version": "1.0", + "category": "Network L1-3", + "description": "macro model", + "serviceRole": "pnf" + }} +}
\ No newline at end of file |