From 9262a76ebb4b9176d41ceb3f8fb6f15a8cc4b305 Mon Sep 17 00:00:00 2001 From: tragait Date: Fri, 23 Oct 2020 09:59:50 +0100 Subject: [PATCH] software version fix Signed-off-by: tragait Change-Id: I468e1f5fc301e6b2966a514d12f04f769e1ab4b1 Signed-off-by: tragait Issue-ID: SDC-3228 --- .../main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml | 2 ++ .../import/tosca/heat-types/Generic_Service/Generic_Service.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml index 40854eac6d..c132a7834f 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml @@ -33,3 +33,5 @@ node_types: - CDS - SDNC - APPC + default_software_version: + type: string diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml index d37986e6c4..ad6aeddc14 100644 --- a/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml +++ b/catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml @@ -21,3 +21,5 @@ node_types: - CDS - SDNC - APPC + default_software_version: + type: string \ No newline at end of file -- 2.16.6