open-hpi / openhpi

Other
6 stars 10 forks source link

Enclosure name in conf file leads to SSL failures #1949

Closed mohandev2 closed 6 years ago

mohandev2 commented 7 years ago

When the machine name is provided in the openhpi.conf file (instead of IP), the discovery loops as the socket creation fails in the event thread openhpid: ov_rest: ov_rest_discover.c:1568: OV_REST Discovery Completed openhpid: ov_rest: ov_rest_event.c:1348: Error in creating SSL/TLS socket openhpid: ov_rest: ov_rest_discover.c:1503: Event thread invoked ov_rest_discover_resources() to re discover the resources

The above three messages repeat every second in the syslog

Reported by: mohandev2

Original Ticket: openhpi/bugs/1949

mohandev2 commented 7 years ago

Original comment by: HemanthBeecherla

mohandev2 commented 7 years ago

The issue is not with ov_rest plugin. Reason for this problem is composer(oneView) network setting are not configured with valid host name and dns.

Original comment by: HemanthBeecherla