From 1d7f3336e9d1506c99855f282f2a64fe730de7cc Mon Sep 17 00:00:00 2001 From: Itohan Date: Thu, 29 Nov 2018 21:54:15 -0800 Subject: Remove sdnc parameters from vFW heat template Change-Id: Ia00fda84ed85f9ebbade50869048063848d8902e Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan --- heat/vFW/base_vfw.yaml | 11 +---------- heat/vFW_HPA/vFW/base_vfw.yaml | 9 --------- 2 files changed, 1 insertion(+), 19 deletions(-) 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 ############# # # -- cgit 1.2.3-korg