aboutsummaryrefslogtreecommitdiffstats
path: root/boot/named.conf.local
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2019-05-08 15:08:41 -0400
committerMarco Platania <platania@research.att.com>2019-05-08 15:08:41 -0400
commit91735f200ed89b790251d9a83df24995b28aa079 (patch)
tree6da4a12e6c07834ce5b8cfc2051a0f29b865686e /boot/named.conf.local
parent95cd08dcb2874f5cce4f97167e0ff4f219ae8087 (diff)
Removed unused stuff from demo (master)
Change-Id: Ia869971690e31e8a81ea0bb5c1707785f7ab819e 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
-};