diff options
author | 2018-11-25 07:32:19 -0500 | |
---|---|---|
committer | 2018-12-13 03:16:18 +0000 | |
commit | a5b4c9250eb1c4a2ab6c84e475affdd10bd677c5 (patch) | |
tree | 7997c1c268ff321e653ac085bb3fd47aa5c04888 /vcpe_allotted_resource_data.json.example | |
parent | 1a3c5f5218648f26970ddaa61dcfbb59f5abd685 (diff) |
Add vCPEResCust Model onboarding
Issue-ID: INT-601
Change-Id: I543959a06be9b0a759d6102bcf1352e80b7d5a30
Signed-off-by: bdfreeman1421 <bf1936@att.com>
(cherry picked from commit b2a4951b485eeec49366bc58862aa253b2ccc8e7)
Diffstat (limited to 'vcpe_allotted_resource_data.json.example')
-rw-r--r-- | vcpe_allotted_resource_data.json.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpe_allotted_resource_data.json.example b/vcpe_allotted_resource_data.json.example new file mode 100644 index 00000000..f29f134b --- /dev/null +++ b/vcpe_allotted_resource_data.json.example @@ -0,0 +1,12 @@ +{ + "tunnelxconn": { + "invariantUUID": "8ac029e7-77aa-40d4-b28a-d17c02d5fd82", + "UUID": "2ddc1b37-d7da-4aab-b645-ed7db34a5d03", + "node_type": "org.openecomp.service.Demovcpevgmux" + }, + "brg": { + "invariantUUID": "ff0337b9-dbe2-4d88-bb74-18bf027ae586" + "UUID": "1b6974f1-4aed-47f4-b962-816aa1261927", + "node_type": "org.openecomp.service.Demovcpevbrgemu" + } +} |