Bug 1570994
Summary: | embedded ansible will not start if hostname has an underscore | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Jeff Warnica <jwarnica> |
Component: | Appliance | Assignee: | Brandon Dunne <bdunne> |
Status: | CLOSED DUPLICATE | QA Contact: | Dmitry Misharov <dmisharo> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.9.0 | CC: | abellott, cpelland, dmisharo, obarenbo |
Target Milestone: | GA | ||
Target Release: | 5.9.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-04-24 15:06:54 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeff Warnica
2018-04-23 22:51:11 UTC
https://github.com/rest-client/rest-client/issues/556 may be the problem (and have a workaroud) The issue is that underscore is not allowed in the hostname of a URI. Hostnames can include alphanumeric characters and hyphen. I already added a workaround for this issue in https://github.com/ManageIQ/manageiq/pull/16913 and https://bugzilla.redhat.com/show_bug.cgi?id=1537566 From RFC 3986 section 3.2.2: https://tools.ietf.org/html/rfc3986#section-3.2.2 A registered name intended for lookup in the DNS uses the syntax defined in Section 3.5 of [RFC1034] and Section 2.1 of [RFC1123]. Such a name consists of a sequence of domain labels separated by ".", each domain label starting and ending with an alphanumeric character and possibly also containing "-" characters. *** This bug has been marked as a duplicate of bug 1537566 *** |