From 6d14307d6019369a808c2dddb0f75b12996391dc Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Tue, 21 May 2019 15:56:25 -0400 Subject: Bug fix: Enrichment fails for processor-db source Issue-ID: CCSDK-1324 Signed-off-by: Steve Siani Change-Id: I21705485de9a11a65c1e032fc121c89917334104 --- .../starter-dictionary/vnf_id.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/vnf_id.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vnf_id.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnf_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnf_id.json new file mode 100644 index 000000000..7afb3bf0a --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnf_id.json @@ -0,0 +1,19 @@ + { + "tags": "vnf_id", + "name": "vnf_id", + "property": { + "description": "vnf_id", + "type": "string" + }, + "updated-by": "MALAKOV, YURIY ", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + } + } + + } \ No newline at end of file -- cgit 1.2.3-korg