From d6cd69896b26c9b1c46ca3f2bea95549bca6a0d3 Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Thu, 25 Jul 2019 18:08:13 +0000 Subject: Add the vDNS CBA in the CDS source Issue-ID: CCSDK-1533 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Ie821dec3de708a529b291cb07690d4df2df9d488 Signed-off-by: Abdelmuhaimen Seaudi --- .../service-blueprint/vLB/Templates/baseconfig-template.vtl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl (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 new file mode 100644 index 000000000..23cd22bb3 --- /dev/null +++ b/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/baseconfig-template.vtl @@ -0,0 +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 -- cgit 1.2.3-korg