diff options
author | ottero <rodrigo.ottero@est.tech> | 2019-04-05 14:47:21 +0000 |
---|---|---|
committer | ottero <rodrigo.ottero@est.tech> | 2019-04-05 14:47:21 +0000 |
commit | b3aceebc81daf3b64d043cf6e835a7ec5ebadd34 (patch) | |
tree | 2ff4b4f8b9e794a39a269ba78205722222ba4835 /components/model-catalog/resource-dictionary/starter-dictionary | |
parent | 6e8706275241805e5fd9d2962c51a2c8f3ee3c62 (diff) |
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 <rodrigo.ottero@est.tech>
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json (renamed from components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json) | 6 | ||||
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/pnf-ipv4-address.json | 15 |
2 files changed, 18 insertions, 3 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json index 32468533a..a140a442f 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nf-id.json @@ -1,9 +1,9 @@ { - "name" : "pnf-id", - "tags" : "pnf-id", + "name" : "nf-id", + "tags" : "nf-id", "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>", "property" : { - "description" : "pnf-id", + "description" : "nf-id", "type" : "string" }, "sources" : { 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 <rodrigo.ottero@est.tech>", + "property" : { + "description" : "pnf-ipv4-address", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +}
\ No newline at end of file |