From 8360dc945da365c1c33dea2f4e796c51830dd1e6 Mon Sep 17 00:00:00 2001 From: hanybaki Date: Wed, 16 Oct 2019 13:20:27 +0200 Subject: Modified vf-module-name Issue-ID: CCSDK-1816 Signed-off-by: hanybaki Change-Id: Iee947751589ef640a8c519d5ffabe424835bac93 Signed-off-by: Shaaban Ebrahim Signed-off-by: root Signed-off-by: Abdelmuhaimen Seaudi --- .../vLB/Templates/baseconfig-template.vtl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl') diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl index 9e73a318e..10e448466 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl @@ -1,9 +1,9 @@ - { - "vdns-instance": [ - { - "ip-addr": "$vdns_int_private_ip_0", - "oam-ip-addr": "$vdns_onap_private_ip_0", - "enabled": false - } - ] -} \ No newline at end of file + + + +$vdns_int_private_ip_0 +$vdns_onap_private_ip_0 +false + + + -- cgit 1.2.3-korg