aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-05-16 01:20:22 +0300
committerYuli Shlosberg <ys9693@att.com>2018-05-16 06:50:31 +0000
commitbedf1ad331ac7a19339197fef19c5f7c096e28d3 (patch)
treef2d2716f6a2a7776035c5bd200d9dc894a2dc2ff
parentedb9d333db0a975240e2228ff51c2896b79c4a39 (diff)
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 <ml636r@att.com>
-rw-r--r--catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml9
-rw-r--r--catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zipbin1102 -> 1139 bytes
2 files changed, 9 insertions, 0 deletions
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
--- a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip
+++ b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip
Binary files differ