fix missng categoryTypes 29/47729/2
authorMichael Lando <ml636r@att.com>
Tue, 15 May 2018 22:20:22 +0000 (01:20 +0300)
committerYuli Shlosberg <ys9693@att.com>
Wed, 16 May 2018 06:50:31 +0000 (06:50 +0000)
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>
catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml
catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip

index 6e8b448..5f28c14 100644 (file)
@@ -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:
index a139e43..897cb36 100644 (file)
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