diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-06 00:24:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-06 00:24:34 +0000 |
commit | 8d11b20693f7eedfff5c2ea47a3fd6017ce5adf7 (patch) | |
tree | f3997d02b0fa7cbf26943ddc8bc1ed10b95a6dd2 /components/model-catalog/resource-dictionary | |
parent | 22baa44ba5e83a33a2f2325b28b02c0423069010 (diff) | |
parent | b3aceebc81daf3b64d043cf6e835a7ec5ebadd34 (diff) |
Merge "Retrieving PNF IP address from payload"
Diffstat (limited to 'components/model-catalog/resource-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 |