From b35130e8fa3e8eca9352d4cfac2889a32743541c Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 27 Sep 2017 19:31:12 +0300 Subject: add new global types add global types needed for volte use case Change-Id: I5613bbc942cb71f59168eee2a8386163a58446fe Issue-ID: SDC-192 Signed-off-by: Michael Lando --- .../import/tosca/onap-types/extZteCP/extZteCP.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.json (limited to 'catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.json') diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.json b/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.json new file mode 100644 index 0000000000..6a565dc3b8 --- /dev/null +++ b/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.json @@ -0,0 +1,15 @@ +{ + "payloadName": "extZteCP.yml", + "contactId": "jh0003", + "name": "ext ZTE CP", + "description": "Ext ZTE CP", + "resourceIconPath": "network", + "resourceType": "CP", + "categories": [{ + "name": "Generic", + "subcategories": [{ + "name": "Network Elements" + }] + }], + "tags": ["Ext ZTE CP"] +} \ No newline at end of file -- cgit 1.2.3-korg