Actions
Bug #30801
openRemote execution fails on ipv6 only hosts
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Hosts with ipv6-interfaces only are not being listed in the corresponding ipv6-subnet. Therefore when running remote execution on the host no remote execution proxy is picked and the execution fails with
Failed to initialize: RuntimeError - Could not use any proxy. Consider configuring remote_execution_global_proxy, remote_execution_fallback_proxy in settings
Updated by Markus Bucher about 4 years ago
Looks like RemoteExecution does not look at IPv6-subnets: https://github.com/theforeman/foreman_remote_execution/blob/master/app/models/concerns/foreman_remote_execution/host_extensions.rb#L59
Actions