From 27f563241f534819a95e4c04fc989098071cb060 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 22 Oct 2017 14:41:32 +0300 Subject: fix normatives Change-Id: I30a84a84a3c77fd4467e2643a64b22cf2271acaf Issue-ID: SDC-410 Signed-off-by: Michael Lando (cherry picked from commit a8ca620825a2478f75baf76b4e75e5ccc58f0174) --- .../tosca/onap-types/extImageFile/extImageFile.json | 2 +- .../onap-types/extLocalStorage/extLocalStorage.json | 2 +- .../import/tosca/onap-types/extZteCP/extZteCP.yml | 2 +- .../import/tosca/onap-types/extZteCP/extZteCP.zip | Bin 583 -> 586 bytes 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extImageFile/extImageFile.json b/catalog-be/src/main/resources/import/tosca/onap-types/extImageFile/extImageFile.json index 558a45be09..49895e44a6 100644 --- a/catalog-be/src/main/resources/import/tosca/onap-types/extImageFile/extImageFile.json +++ b/catalog-be/src/main/resources/import/tosca/onap-types/extImageFile/extImageFile.json @@ -3,7 +3,7 @@ "contactId": "jh0003", "name": "Ext Image File", "description": "Ext Image File", - "resourceIconPath": "default", + "resourceIconPath": "defaulticon", "resourceType": "VFC", "categories": [{ "name": "Generic", diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extLocalStorage/extLocalStorage.json b/catalog-be/src/main/resources/import/tosca/onap-types/extLocalStorage/extLocalStorage.json index bce521b998..6cfdd47b1e 100644 --- a/catalog-be/src/main/resources/import/tosca/onap-types/extLocalStorage/extLocalStorage.json +++ b/catalog-be/src/main/resources/import/tosca/onap-types/extLocalStorage/extLocalStorage.json @@ -3,7 +3,7 @@ "contactId": "jh0003", "name": "Ext Local Storage", "description": "Ext Local Storage", - "resourceIconPath": "default", + "resourceIconPath": "objectStorage", "resourceType": "VFC", "categories": [{ "name": "Generic", diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.yml b/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.yml index 75a867ca45..207047a3d7 100644 --- a/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.yml +++ b/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.yml @@ -67,7 +67,7 @@ node_types: - 0 - UNBOUNDED - virtualLink: - capability: tosca.capabilities.nfv.VirtualBindable + capability: tosca.capabilities.nfv.VirtualLinkable occurrences: - 0 - UNBOUNDED diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.zip b/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.zip index 6626075fe4..ca6d0738de 100644 Binary files a/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.zip and b/catalog-be/src/main/resources/import/tosca/onap-types/extZteCP/extZteCP.zip differ -- cgit 1.2.3-korg