Bug 1431642
| Summary: | Middleware - Add Provider: IPv6 address fails | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Hayk Hovsepyan <hhovsepy> | ||||||
| Component: | Providers | Assignee: | Cainã Costa <cacosta> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Hayk Hovsepyan <hhovsepy> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | unspecified | CC: | abonas, cpelland, hhovsepy, hrupp, jfrey, jhardy, mfoley, mmahoney, obarenbo, simaishi | ||||||
| Target Milestone: | GA | Keywords: | Triaged | ||||||
| Target Release: | cfme-future | ||||||||
| 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: | 2017-04-12 10:49:55 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | Middleware | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Hayk Hovsepyan
2017-03-13 14:03:17 UTC
Created attachment 1262458 [details]
validate provider
Created attachment 1262459 [details]
hawkular services running
Can you retry by putting the IP address into [] as in [::1] ? Otherwise the parser can't distinguish between IP-address component and port in 2620:52:0:1017:21a:4aff:fe10:1767:8080 as the separator between address components are also colons. http://[2620:52:0:1017:21a:4aff:fe10:1767]:8080 is valid http://2620:52:0:1017:21a:4aff:fe10:1767:8080 is invalid It did not work in either ways. Unable to connect to [2620:52:0:1017:21a:4aff:fe10:1767]:8080 Tested adding an provider both using "::1", "[::1]" with a Hawkular exposed on ipv6 only, and it worked correctly, on latest upstream master. Can you check again if that's still the case? In fact I am testing MiQ and HawkularServices on different machines, so using IPv6 address [2620:52:0:1017:21a:4aff:fe10:1775]. Probably that is the reason that I still get the issue. Can you try to reproduce on separate machines? Thank you Caina for your work. The problem was in network configuration, closing this BZ. |