From ba15bf9e9b23340d37a59c68c2a576c52fe2b9d5 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Sun, 17 Sep 2017 17:10:53 +0300 Subject: Added new categories types Change-Id: I1a3fa409a0df007a19c1d8f3dea362b2cb9a0bf2 Issue-Id: SDC-329 Signed-off-by: Idan Amit --- .../import/tosca/categories/categoryTypes.yml | 13 +++++++++++-- .../import/tosca/categories/categoryTypes.zip | Bin 1061 -> 1079 bytes 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'catalog-be/src/main/resources') 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 -- cgit 1.2.3-korg