aboutsummaryrefslogtreecommitdiffstats
path: root/boot/named.conf.local
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-10-06 11:29:47 -0400
committerMarco Platania <platania@research.att.com>2017-10-06 17:05:35 +0000
commit3b289b419b53725dbf3e91cdbc77da60d4742972 (patch)
tree50054ed9f1b56969c94c47108ae2eee3d5ece5f5 /boot/named.conf.local
parentd0862e331bef31d7e3719f1dfffd4c5de667e7b8 (diff)
Add onap.org to DNS configuration
Change-Id: Ib86f91f986d06f999a35aaf88916685b8ae710be Issue-ID: INT-255 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/named.conf.local')
-rw-r--r--boot/named.conf.local5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot/named.conf.local b/boot/named.conf.local
index c7c82f3b..f372cba8 100644
--- a/boot/named.conf.local
+++ b/boot/named.conf.local
@@ -10,3 +10,8 @@ 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
+};