Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ipv6 support to ansible hosts #49

Closed
eslutsky opened this issue Feb 13, 2020 · 2 comments
Closed

add ipv6 support to ansible hosts #49

eslutsky opened this issue Feb 13, 2020 · 2 comments

Comments

@eslutsky
Copy link

eslutsky commented Feb 13, 2020

ansible-runner-service fails to resolve host if its running on ipv6 controller host ,
this issue can be reproduced with this command:

curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d "{}" http://localhost:50001/api/v1/hosts/XXXX/groups/ovirt
* About to connect() to localhost port 50001 (#0)
*   Trying ::1...
* Connected to localhost (::1) port 50001 (#0)
> POST /api/v1/hosts/caracal04.lab.eng.tlv2.redhat.com/groups/ovirt HTTP/1.1
> User-Agent: curl/7.29.0
> Host: localhost:50001
> Accept: application/json
> Content-type: application/json
> Content-Length: 2
> 
* upload completely sent off: 2 out of 2 bytes
< HTTP/1.1 404 NOT FOUND
< Date: Thu, 13 Feb 2020 12:08:29 GMT
< Server: Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.2k-fips mod_wsgi/4.6.4 Python/2.7
< Content-Length: 173
< Content-Type: application/json
< 
{"status": "NOCONN", "msg": "SSH error - 'XXXX' not found; check DNS or /etc/hosts", "data": {"hostname": "XXXX"}}
@mwperina
Copy link
Collaborator

Unfortunately this is currently blocking hosted engine installation on EL8 with IPv6 only setup in oVirt 4.4. And we already supported this IPv6 scenario in 4.3.

@machacekondra @dangel101

@mwperina
Copy link
Collaborator

Resolved by #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants