From b3aceebc81daf3b64d043cf6e835a7ec5ebadd34 Mon Sep 17 00:00:00 2001 From: ottero Date: Fri, 5 Apr 2019 14:47:21 +0000 Subject: Retrieving PNF IP address from payload PNF IP is now retrieved from the payload Issue-ID: CCSDK-926 Change-Id: I6942fc0000564553ae16bd1067351f00ca254d10 Signed-off-by: ottero --- .../resource-dictionary/starter-dictionary/nf-id.json | 15 +++++++++++++++ .../resource-dictionary/starter-dictionary/pnf-id.json | 15 --------------- .../starter-dictionary/pnf-ipv4-address.json | 15 +++++++++++++++ 3 files changed, 30 insertions(+), 15 deletions(-) create mode 100755 components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json delete mode 100755 components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json create mode 100755 components/model-catalog/resource-dictionary/starter-dictionary/pnf-ipv4-address.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json new file mode 100755 index 000000000..a140a442f --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json @@ -0,0 +1,15 @@ +{ + "name" : "nf-id", + "tags" : "nf-id", + "updated-by" : "Rodrigo Ottero ", + "property" : { + "description" : "nf-id", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json deleted file mode 100755 index 32468533a..000000000 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "name" : "pnf-id", - "tags" : "pnf-id", - "updated-by" : "Rodrigo Ottero ", - "property" : { - "description" : "pnf-id", - "type" : "string" - }, - "sources" : { - "input" : { - "type" : "source-input", - "properties" : { } - } - } -} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-ipv4-address.json b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-ipv4-address.json new file mode 100755 index 000000000..ce96d5296 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-ipv4-address.json @@ -0,0 +1,15 @@ +{ + "name" : "pnf-ipv4-address", + "tags" : "pnf-ipv4-address", + "updated-by" : "Rodrigo Ottero ", + "property" : { + "description" : "pnf-ipv4-address", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg