aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortragait <rahul.tyagi@est.tech>2020-10-23 09:59:50 +0100
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-10-26 09:41:06 +0000
commit9262a76ebb4b9176d41ceb3f8fb6f15a8cc4b305 (patch)
tree765b80e91051e470a26b1955886b3e5a4a50f7fd
parent14d212dc5046d597b8b56ae04fcb545b633b79f6 (diff)
software version fix
Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I468e1f5fc301e6b2966a514d12f04f769e1ab4b1 Signed-off-by: tragait <rahul.tyagi@est.tech> Issue-ID: SDC-3228
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml2
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/Generic_Service/Generic_Service.yml2
2 files changed, 4 insertions, 0 deletions
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