From: Itohan Date: Fri, 30 Nov 2018 05:54:15 +0000 (-0800) Subject: Remove sdnc parameters from vFW heat template X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F74001%2F1;p=demo.git Remove sdnc parameters from vFW heat template Change-Id: Ia00fda84ed85f9ebbade50869048063848d8902e Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan --- diff --git a/heat/vFW/base_vfw.yaml b/heat/vFW/base_vfw.yaml index 00e03ce4..bc843e28 100644 --- a/heat/vFW/base_vfw.yaml +++ b/heat/vFW/base_vfw.yaml @@ -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 diff --git a/heat/vFW_HPA/vFW/base_vfw.yaml b/heat/vFW_HPA/vFW/base_vfw.yaml index 4b6d6488..1506e187 100644 --- a/heat/vFW_HPA/vFW/base_vfw.yaml +++ b/heat/vFW_HPA/vFW/base_vfw.yaml @@ -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 ############# # #