From: Gaurav Agrawal Date: Tue, 26 Sep 2017 12:59:22 +0000 (+0530) Subject: Fix UnderlyVpn.json X-Git-Tag: 1.0.0-Amsterdam~125^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F15547%2F1;p=sdc.git Fix UnderlyVpn.json fix underlayVpn.json to refer underlayVpn.yml Change-Id: I1bdd0e8d969239861dfd5c0a77182e850942cae4 Issue-ID: SDC-192 Signed-off-by: Gaurav Agrawal --- 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 0104a79c21..10e2d4c155 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,15 @@ { - "payloadName": "extZteVL.yml", + "payloadName": "underlayVpn.yml", "contactId": "jh0003", - "name": "ext ZTE VL", - "description": "Ext ZTE VL", + "name": "VL UNDERLAYVPN", + "description": "The node represents a underlay vpn entity", "resourceIconPath": "network", "resourceType": "VL", "categories": [{ "name": "Generic", "subcategories": [{ - "name": "Network Elements" + "name": "Virtual Links" }] }], - "tags": ["ext ZTE VL"] -} \ No newline at end of file + "tags": ["VL UNDERLAYVPN"] +}