diff options
author | Marco Platania <platania@research.att.com> | 2018-03-21 10:11:32 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-03-21 16:58:22 +0000 |
commit | fe366e6d7ff18924cf33bd743e9674fa238f2b89 (patch) | |
tree | f54feae8c73e50a57f2cb7897147c2c018f0cd23 /vnfs/vLBMS/scripts/named.conf.local | |
parent | 2b40259f1cfe6a52360e70f696d8efaeeb16d8fa (diff) |
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>
Diffstat (limited to 'vnfs/vLBMS/scripts/named.conf.local')
-rw-r--r-- | vnfs/vLBMS/scripts/named.conf.local | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/vLBMS/scripts/named.conf.local b/vnfs/vLBMS/scripts/named.conf.local new file mode 100644 index 00000000..94f8ad29 --- /dev/null +++ b/vnfs/vLBMS/scripts/named.conf.local @@ -0,0 +1,12 @@ +// +// Do any local configuration here +// + +// Consider adding the 1918 zones here, if they are not used in your +// organization +//include "/etc/bind/zones.rfc1918"; + +zone "dnsdemo.onap.org" { + type master; + file "/etc/bind/zones/db.dnsdemo.onap.org"; # zone file path +}; |