From: Idan Amit Date: Sun, 17 Sep 2017 14:10:53 +0000 (+0300) Subject: Added new categories types X-Git-Tag: 1.0.0-Amsterdam~140 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ba15bf9e9b23340d37a59c68c2a576c52fe2b9d5;p=sdc.git Added new categories types Change-Id: I1a3fa409a0df007a19c1d8f3dea362b2cb9a0bf2 Issue-Id: SDC-329 Signed-off-by: Idan Amit --- 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 8914207b0f..4c7ca11f13 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" @@ -137,7 +143,10 @@ resources: icons: ['service_admin'] ContrailRoute: name: "Contrail Route" - icons: ['contrail_route'] + icons: ['contrail_route'] SecurityZone: name: "Security Zone" - icons: ['security_zone'] \ No newline at end of file + icons: ['security_zone'] + NetworkService: + name: "Network Service" + icons: ['network'] \ No newline at end of file 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 7a0e6bcad7..314a12ea55 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