add software_versions property 99/64399/2
authorMichael Lando <ml636r@att.com>
Sun, 2 Sep 2018 11:43:47 +0000 (14:43 +0300)
committerTal Gitelman <tg851x@intl.att.com>
Wed, 5 Sep 2018 15:52:50 +0000 (15:52 +0000)
add software versions to the pnf model

Change-Id: I46c4f5d3f90cd84f08e2f14d61143cdcb5349855
Issue-ID: SDC-1698
Signed-off-by: Michael Lando <ml636r@att.com>
catalog-be/src/main/resources/import/tosca/heat-types/Generic_PNF/Generic_PNF.yml
catalog-be/src/main/resources/scripts/import/tosca/typesToUpgrade.json

index db3fc7c..8adfa78 100644 (file)
@@ -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
index 1ea8f98..8090649 100644 (file)
@@ -1,7 +1,8 @@
 {
   "heat": [
     "configuration",
-    "fabricConfiguration"
+    "fabricConfiguration",
+    "Generic_PNF"
   ],
   "normative": [
   ]