diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-09-17 17:10:53 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-09-17 17:10:53 +0300 |
commit | ba15bf9e9b23340d37a59c68c2a576c52fe2b9d5 (patch) | |
tree | 13ff1f12568c386b9e19d8888d1f3826f65b114b /catalog-be/src/main/resources/import | |
parent | 9c94d11d63d9016af74dcf3a2fd72d50955eace2 (diff) |
Added new categories types
Change-Id: I1a3fa409a0df007a19c1d8f3dea362b2cb9a0bf2
Issue-Id: SDC-329
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/resources/import')
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/categories/categoryTypes.yml | 13 | ||||
-rw-r--r-- | catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip | bin | 1061 -> 1079 bytes |
2 files changed, 11 insertions, 2 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 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 Binary files differindex 7a0e6bcad7..314a12ea55 100644 --- a/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip +++ b/catalog-be/src/main/resources/import/tosca/categories/categoryTypes.zip |