Yusuf, To run the healthcheck, you should get into the containers and simply run a curl command
You can get into the containers via a command like this: docker exec -t -i "drools" /bin/bash -c 'TERM=xterm exec /bin/bash' Then to do health check, this command will show: curl --silent --user 'healthcheck:zb!XztG34' -X GET http://localhost:6969/healthcheck | python -m json.tool Pam From: Yusuf Mirza1 <[email protected]> Date: Monday, April 24, 2017 at 4:36 AM To: "DRAGOSH, PAMELA L (PAM)" <pdragosh at research.att.com> Cc: onap-discuss <onap-discuss at lists.onap.org> Subject: Re: [onap-discuss] Policy API Error from CURL Hi Pam, When we are trying to access the health check results, it is asking for a user/password: Could you help with the default access details.. we tried demo, test, etc. [cid:image001.png at 01D2BCCE.7D7A5620] Many Thanks Yusuf Mirza ==================================== Lead Architect - Network and OSS Transformation Telecom, Media & Entertainment Center of Competence IBM Global Business Services E-mail: ymirza at ae.ibm.com Mobile: +971543070467 [nactive hide details for "DRAGOSH, PAMELA L (PAM)" ---04/21/2017 10:22:23]"DRAGOSH, PAMELA L (PAM)" ---04/21/2017 10:22:23 PM---Yusuf, Can you run the healthcheck and let us know the results? From: "DRAGOSH, PAMELA L (PAM)" <[email protected]> To: Yusuf Mirza1/United Arab Emirates/IBM at IBMAE, onap-discuss <onap-discuss at lists.onap.org> Date: 04/21/2017 10:22 PM Subject: Re: [onap-discuss] Policy API Error from CURL ________________________________ Yusuf, Can you run the healthcheck and let us know the results? There may be an issue with the IP address mapping 10.0.6.1:8081. We are seeing this internally also on another installation. Thanks, Pam Pamela Dragosh Lead Inventive Scientist ONAP Policy AT&T Research pdragosh at research.att.com From: <onap-discuss-bounces at lists.onap.org> on behalf of Yusuf Mirza1 <[email protected]> Date: Friday, April 21, 2017 at 11:53 AM To: onap-discuss <onap-discuss at lists.onap.org> Subject: [onap-discuss] Policy API Error from CURL Hi All, I am getting the below error in invoking Curl Get on the Policy APIs. Is there any SSL config/settings required to be done on Policy VM to start accepting API calls? [cid:image003.png at 01D2BCCE.7D7A5620] Docker containers running on the policy VM: [cid:image004.png at 01D2BCCE.7D7A5620] We are using ONAP on Vanilla OpenStack (Octata). Many Thanks Yusuf Mirza ==================================== Lead Architect - Network and OSS Transformation Telecom, Media & Entertainment Center of Competence IBM Global Business Services E-mail: ymirza at ae.ibm.com Mobile: +971543070467 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170424/fcaba3c2/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 70639 bytes Desc: image001.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170424/fcaba3c2/attachment-0003.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.gif Type: image/gif Size: 106 bytes Desc: image002.gif URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170424/fcaba3c2/attachment-0001.gif> -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 61234 bytes Desc: image003.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170424/fcaba3c2/attachment-0004.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 215018 bytes Desc: image004.png URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170424/fcaba3c2/attachment-0005.png>
