From: Tal Gitelman Date: Mon, 2 Oct 2017 13:30:36 +0000 (+0300) Subject: ONAP normative fixes X-Git-Tag: 1.0.0-Amsterdam~112^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=275c6b6fbde4fb4e964cef2bf1b370d6c3daf9d0;p=sdc.git ONAP normative fixes Change-Id: I9474ce0537ba478fb7c2e4f838d2a07760efe3f6 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman --- diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.yml b/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.yml index 68b87fd3c2..958806a097 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.yml @@ -5,11 +5,11 @@ description: overlay L3 vpn type definitions # overlay tunnel type definitions # ***************************************************************************** -#metadata: -# id: : overlayTunnelDefinition -# version: 0.1 -# vendor: ONAP -# template_author: ONAP +metadata: + id: overlayTunnelDefinition + version: 0.1 + vendor: ONAP + template_author: ONAP # ***************************************************************************** # node types diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip b/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip index 55a836ff4c..e60fcbc0a6 100644 Binary files a/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip and b/catalog-be/src/main/resources/import/tosca/heat-types/overlayTunnel/overlayTunnel.zip differ diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json index 10e2d4c155..6107261dd9 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json +++ b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.json @@ -1,15 +1,21 @@ { - "payloadName": "underlayVpn.yml", - "contactId": "jh0003", - "name": "VL UNDERLAYVPN", - "description": "The node represents a underlay vpn entity", - "resourceIconPath": "network", - "resourceType": "VL", - "categories": [{ - "name": "Generic", - "subcategories": [{ - "name": "Virtual Links" - }] - }], - "tags": ["VL UNDERLAYVPN"] + "payloadName": "underlayVpn.yml", + "contactId": "jh0003", + "name": "VL UNDERLAYVPN", + "description": "The node represents a underlay vpn entity", + "resourceIconPath": "network", + "resourceType": "VL", + "categories": [ + { + "name": "Generic", + "subcategories": [ + { + "name": "Virtual Links" + } + ] + } + ], + "tags": [ + "VL UNDERLAYVPN" + ] } diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.yml b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.yml index 639e1e5d91..1e22852c75 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.yml @@ -1,9 +1,11 @@ tosca_definitions_version: tosca_simple_yaml_1_0 +description: underlay L3 vpn type definitions # ***************************************************************************** # underlay vpn type definitions # ***************************************************************************** metadata: + id: underlayVpnDefinition version: 0.1 vendor: ONAP template_author: ONAP @@ -19,7 +21,7 @@ node_types: # ***************************************************************************** org.openecomp.resource.vl.underlayvpn: derived_from: tosca.nodes.Root - description: undelay vpn type definitions + description: undelay vpn type definitions properties: id: type: string diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip index 0a4f88bd32..4a0bce00f7 100644 Binary files a/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip and b/catalog-be/src/main/resources/import/tosca/heat-types/underlayVpn/underlayVpn.zip differ