From bedf1ad331ac7a19339197fef19c5f7c096e28d3 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 16 May 2018 01:20:22 +0300 Subject: fix missng categoryTypes add back the flowing categories for service E2E Service and Network Service for resource add Network Service as an option for sub category Change-Id: I57d65ff7ff7f2035124cdac8911c10f162ca966c Issue-ID: SDC-1336 Signed-off-by: Michael Lando --- .../import/tosca/categories/categoryTypes.yml | 9 +++++++++ .../import/tosca/categories/categoryTypes.zip | Bin 1102 -> 1139 bytes 2 files changed, 9 insertions(+) (limited to 'catalog-be/src/main/resources/import') diff --git a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml index 6e8b4487a5..5f28c147b6 100644 --- a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml +++ b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml @@ -11,6 +11,12 @@ services: VoIP_Call_Control: name: "VoIP Call Control" icons: ['call_controll'] + E2E_Service: + name: "E2E Service" + icons: ['network_l_1-3'] + Network_Service: + name: "Network Service" + icons: ['network_l_1-3'] resources: NetworkLayer23: name: "Network L2-3" @@ -81,6 +87,9 @@ resources: Rules: name: "Rules" icons: ['networkrules','securityrules'] + NetworkService: + name: "Network Service" + icons: ['network'] NetworkConnectivity: name: "Network Connectivity" subcategories: diff --git a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip index a139e43aa7..897cb36b18 100644 Binary files a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip and b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip differ -- cgit 1.2.3-korg