Add Heat templates and scripts for vLBMS 81/37481/2
authorMarco Platania <platania@research.att.com>
Wed, 21 Mar 2018 14:11:32 +0000 (10:11 -0400)
committerMarco Platania <platania@research.att.com>
Wed, 21 Mar 2018 16:58:22 +0000 (16:58 +0000)
commitfe366e6d7ff18924cf33bd743e9674fa238f2b89
treef54feae8c73e50a57f2cb7897147c2c018f0cd23
parent2b40259f1cfe6a52360e70f696d8efaeeb16d8fa
Add Heat templates and scripts for vLBMS

- Heat templates that install the vLBMS components
- Installation scripts that install and configure the VNF components

Change-Id: Ie1911a67b830d5543c96174fb915afd30d8daf0c
Issue-ID: INT-447
Signed-off-by: Marco Platania <platania@research.att.com>
25 files changed:
heat/vLBMS/MANIFEST.json [new file with mode: 0644]
heat/vLBMS/base_vlb.env [new file with mode: 0644]
heat/vLBMS/base_vlb.yaml [new file with mode: 0644]
heat/vLBMS/dnsscaling.env [new file with mode: 0644]
heat/vLBMS/dnsscaling.yaml [new file with mode: 0644]
vnfs/vLBMS/scripts/add_dns.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/db_dnsdemo_onap_org [new file with mode: 0644]
vnfs/vLBMS/scripts/db_dnsdemo_openecomp_org [new file with mode: 0644]
vnfs/vLBMS/scripts/named.conf.local [new file with mode: 0644]
vnfs/vLBMS/scripts/named.conf.options [new file with mode: 0644]
vnfs/vLBMS/scripts/properties.conf [new file with mode: 0644]
vnfs/vLBMS/scripts/remove_dns.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/run_health.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/run_health_vdns.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/run_streams.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/set_gre_tunnel.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/v_dns_init.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/v_dns_install.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/v_lb_init.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/v_lb_install.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/v_packetgen_init.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/v_packetgen_install.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/vdns.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/vlb.sh [new file with mode: 0644]
vnfs/vLBMS/scripts/vpacketgen.sh [new file with mode: 0644]