aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2018-11-29 21:54:15 -0800
committerItohan <itohan.ukponmwan@intel.com>2018-11-29 22:27:50 -0800
commit1d7f3336e9d1506c99855f282f2a64fe730de7cc (patch)
treedbe91841394ee273a0cafef0271d1e220b46b583
parent8a5de37aa612aafebe7e1e8d92c2ce6a8e30358b (diff)
Remove sdnc parameters from vFW heat template
Change-Id: Ia00fda84ed85f9ebbade50869048063848d8902e Issue-ID: INT-745 Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
-rw-r--r--heat/vFW/base_vfw.yaml11
-rw-r--r--heat/vFW_HPA/vFW/base_vfw.yaml9
2 files changed, 1 insertions, 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
#############
# #