From 9f6848476de716fe68e315a4b4f99c8d893eecef Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 23 Mar 2021 22:48:02 +0100 Subject: Add new elements of starter dictionary for vFW CNF CBA Add new elements of starter dictionary for vFW CNF CBA Issue-ID: INT-1870 Signed-off-by: Lukasz Rajewski Change-Id: I83d36de9e14316c1c95cbb78e69527802d2a6373 --- .../starter-dictionary/vf-modules-list.json | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json index 0bf66f6e6..91afaf4a7 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-modules-list.json @@ -1,11 +1,11 @@ { - "tags": "vnf, vf-modules-list", + "tags": "vf-modules-list", "name": "vf-modules-list", - "group": "default", "property": { "description": "List of vf-modules associated with vnf", "type": "json" }, + "group": "default", "updated-by": "Lukasz Rajewski ", "sources": { "input": { @@ -32,6 +32,26 @@ "vnf-id" ] } + }, + "sdnc": { + "type": "source-rest", + "properties": { + "verb": "GET", + "type": "JSON", + "url-path": "/restconf/config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vf-modules", + "path": "/vf-modules", + "input-key-mapping": { + "service-instance-id": "service-instance-id", + "vnf-id": "vnf-id" + }, + "output-key-mapping": { + "vf-modules": "vf-module" + }, + "key-dependencies": [ + "service-instance-id", + "vnf-id" + ] + } } } } \ No newline at end of file -- cgit 1.2.3-korg