aboutsummaryrefslogtreecommitdiffstats
path: root/boot/named.conf.local
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-08 13:49:41 -0400
committerMarco Platania <platania@research.att.com>2019-05-08 13:49:41 -0400
commitf4db92493f1bd94184d23e1771a8f600202391a6 (patch)
tree7dc7ae2f56a9a7b49800154b7b1e4e0a2450afcd /boot/named.conf.local
parent3e4c0d93034e07a93d881ef13db3e5f2e2f9f3ba (diff)
Remove unused stuff from demo repository
Change-Id: Icc2b2b74a3db494ecc9cf596eb70eea15a447af9 Issue-ID: INT-1073 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/named.conf.local')
-rw-r--r--boot/named.conf.local17
1 files changed, 0 insertions, 17 deletions
diff --git a/boot/named.conf.local b/boot/named.conf.local
deleted file mode 100644
index f372cba8..00000000
--- a/boot/named.conf.local
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// 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 "simpledemo.openecomp.org" {
- type master;
- file "/etc/bind/zones/db.simpledemo.openecomp.org"; # zone file path
-};
-
-zone "simpledemo.onap.org" {
- type master;
- file "/etc/bind/zones/db.simpledemo.onap.org"; # zone file path
-};