From caf0a0dc5adf6a24ba2b0306422ffebe53e3b3b7 Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Sun, 17 May 2020 19:03:51 +0000 Subject: update vlb cds instantiation and scale out package Issue-ID: CCSDK-2376 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: I307ed09b73487e8c830eadf26b477601b0a0d6f4 (cherry picked from commit 8cd1be656b7354beac76d4095131ea38a58bd7f4) --- .../vLB/Templates/incremental-config-template.vtl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/incremental-config-template.vtl') diff --git a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/incremental-config-template.vtl b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/incremental-config-template.vtl index d33625739..e20c21bd0 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/incremental-config-template.vtl +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/incremental-config-template.vtl @@ -1,9 +1,9 @@ - - - -$vdns_int_private_ip_0 -$vdns_onap_private_ip_0 -true - - - + { + "vdns-instance": [ + { + "ip-addr": "$vdns_int_private_ip_0", + "oam-ip-addr": "$vdns_onap_private_ip_0", + "enabled": true + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg