Hello ONAP-discussers, More information. Might have a DNS problem. The resolv.conf file on all the instances look like this:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 10.10.1.13 nameserver xxx.xxx.xxx.xxx search openstacklocal This is the correct instance named vm1-dns-server. However, that domain is wrong: openstacklocal causes errors according to the messages in the DNS server. May 5 17:04:42 vm1-dns-server named[1179]: client 10.10.1.17#43895 (vm1-message-router.openstacklocal): query (cache) 'vm1-message-router.openstacklocal/A/IN' denied May 5 17:04:42 vm1-dns-server named[1179]: client 10.10.1.17#37936 (vm1-message-router): query (cache) 'vm1-message-router/A/IN' denied In fact, in this particular example, the portal (10.10.1.17) is trying to reach the host named vm1-message-router. Problem is that the heat template set up a zone named simpledemo.openecomp.org in file /etc/bind/zones/db.simpledemo.openecomp.org which has an entry like so: ... vm1.mr.simpledemo.openecomp.org. IN A 10.10.1.15 ... ;Message Router ;mr.api.simpledemo.openecomp.org. IN CNAME vm1.mr.simpledemo.openecomp.org. ueb.api.simpledemo.openecomp.org. IN CNAME vm1.mr.simpledemo.openecomp.org. mr.api.simpledemo.openecomp.org. IN A 10.10.1 collector.api.simpledemo.openecomp.org. IN A 10.10.1 ;dbc.api.simpledemo.openecomp.org. IN CNAME vm1.mr.simpledemo.openecomp.org. ;drprov.api.simpledemo.openecomp.org. IN CNAME vm1.mr.simpledemo.openecomp.org. ... So, the A records that point to 10.10.1 look wrong. The A record for vm1.mr.simpledemo.openecomp.org looks correct except that the portal logs in the container are throwing exceptions because the web service is trying to reach a host named vm1-message-router... Any clues? Shaheen ---------------------------------------------------------------------- Message: 1 Date: Fri, 5 May 2017 13:23:47 +0000 From: "Ali, Shaheen" <[email protected]> To: "[email protected]" <[email protected]> Subject: [onap-discuss] Problem with tutorial Message-ID: <21aad91308992140820380d7bf70793fa87...@podcwmbxex505.ctl.intranet> Content-Type: text/plain; charset="iso-8859-1" I have set up ONAP on our own Newton OpenStack instance. I cannot add a License Key Group. Where should I begin to debug? I have poked around the logs of vm-vid, vm-sdc and vm-message-router, but nothing stands out. Shaheen ****************************************** This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments. _______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
