Description of problem: Please create DNS delegation record for rhhi-dev.gluster.org ns-1487.awsdns-57.org. ns-626.awsdns-14.net. ns-78.awsdns-09.com. ns-1636.awsdns-12.co.uk. Version-Release number of selected component (if applicable): NA
For the context, that's for a test instance of openshift hosted on AWS. The delegation got created, please tell me if ther eis any issue
The delegation doesn't seem to be working. I don't know if DNS propagation is a concern here, but I did also try directly querying ns1.redhat.com. Here is the link to the kind of delegation we want for openshift: https://github.com/openshift/installer/blob/master/docs/user/aws/route53.md#step-4b-subdomain---perform-dns-delegation $ dig rhhi-dev.gluster.org ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-13.P2.fc28 <<>> rhhi-dev.gluster.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18531 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;rhhi-dev.gluster.org. IN A ;; AUTHORITY SECTION: gluster.org. 278 IN SOA ns1.redhat.com. noc.redhat.com. 2019030501 3600 1800 604800 86400 ;; Query time: 81 msec ;; SERVER: 10.68.5.26#53(10.68.5.26) ;; WHEN: Wed Mar 06 11:12:41 IST 2019 ;; MSG SIZE rcvd: 103 $ dig @ns-1487.awsdns-57.org. rhhi-dev.gluster.org ; <<>> DiG 9.11.4-P2-RedHat-9.11.4-13.P2.fc28 <<>> @ns-1487.awsdns-57.org. rhhi-dev.gluster.org ; (2 servers found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58544 ;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; WARNING: recursion requested but not available ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;rhhi-dev.gluster.org. IN A ;; AUTHORITY SECTION: rhhi-dev.gluster.org. 900 IN SOA ns-1487.awsdns-57.org. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 ;; Query time: 39 msec ;; SERVER: 205.251.197.207#53(205.251.197.207) ;; WHEN: Wed Mar 06 11:13:27 IST 2019 ;; MSG SIZE rcvd: 131
Seems there is a issue with the DNS server, as it work, but only on the internal server in the RH lan. I am slightly puzzled on that. I will have to escalate that to IT.
It's working now!