Remove sdnc parameters from vFW heat template 01/74001/1
authorItohan <itohan.ukponmwan@intel.com>
Fri, 30 Nov 2018 05:54:15 +0000 (21:54 -0800)
committerItohan <itohan.ukponmwan@intel.com>
Fri, 30 Nov 2018 06:27:50 +0000 (22:27 -0800)
Change-Id: Ia00fda84ed85f9ebbade50869048063848d8902e
Issue-ID: INT-745
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
heat/vFW/base_vfw.yaml
heat/vFW_HPA/vFW/base_vfw.yaml

index 00e03ce..bc843e2 100644 (file)
@@ -156,15 +156,6 @@ parameters:
   sec_group:
     type: string
     description: ONAP Security Group
-  sdnc_model_name:
-    type: string
-    description: SDNC Model Name metatada
-  sdnc_model_version:
-    type: string
-    description: SDNC Model Version metatada
-  sdnc_artifact_name:
-    type: string
-    description: SDNC Artifact Name metatada
 
 #############
 #           #
@@ -433,4 +424,4 @@ resources:
             unzip -j /opt/vfw-scripts-__install_script_version__.zip -d /opt v_sink_install.sh
             cd /opt
             chmod +x v_sink_install.sh
-            ./v_sink_install.sh
\ No newline at end of file
+            ./v_sink_install.sh
index 4b6d648..1506e18 100644 (file)
@@ -192,15 +192,6 @@ parameters:
   sec_group:
     type: string
     description: ONAP Security Group
-  sdnc_model_name:
-    type: string
-    description: SDNC Model Name metatada
-  sdnc_model_version:
-    type: string
-    description: SDNC Model Version metatada
-  sdnc_artifact_name:
-    type: string
-    description: SDNC Artifact Name metatada
 
 #############
 #           #