aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml6
-rw-r--r--catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json3
2 files changed, 7 insertions, 2 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 db3fc7cd3e..8adfa78635 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
@@ -8,4 +8,8 @@ node_types:
nf_role:
type: string
nf_type:
- type: string \ No newline at end of file
+ type: string
+ software_versions:
+ type: list
+ entry_schema:
+ type: string \ No newline at end of file
diff --git a/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json b/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
index 1ea8f98925..8090649613 100644
--- a/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
+++ b/catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json
@@ -1,7 +1,8 @@
{
"heat": [
"configuration",
- "fabricConfiguration"
+ "fabricConfiguration",
+ "Generic_PNF"
],
"normative": [
]