[Airship-discuss] Failed to connect to remote host: FD Shutdown

Hemant Sonawane hemant.sonawane at itera.io
Wed Jul 31 08:25:21 UTC 2019


Hi All,

Deploying OpenStack from outside of Kubernetes cluster causing me some
issue and I am using armada for the deployment. I am getting connection
error related to "target_address" and honestly I really don't understand
why is it like that. Also Is there any way to change the target_address? as
now its pointing to tiller(helm) ClusterIP address. Basically my goal is to
have contact with OpenStack-helm to be able to deploy OpenStack from
outside the cluster.  For better understanding of my issue please find
attached logs and let me know if there is any solution to resolve it.

-- 
Thanks and Regards,

Hemant Sonawane
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.airshipit.org/pipermail/airship-discuss/attachments/20190731/3e033eb7/attachment-0001.html>
-------------- next part --------------
2019-07-31 07:47:57.427 24430 ERROR armada.cli Traceback (most recent call last):
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/cli/__init__.py", line 39, in safe_invoke
2019-07-31 07:47:57.427 24430 ERROR armada.cli     self.invoke()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 209, in invoke
2019-07-31 07:47:57.427 24430 ERROR armada.cli     resp = self.handle(documents, tiller)
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/handlers/lock.py", line 63, in func_wrapper
2019-07-31 07:47:57.427 24430 ERROR armada.cli     return future.result()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/lib/python3.6/concurrent/futures/_base.py", line 425, in result
2019-07-31 07:47:57.427 24430 ERROR armada.cli     return self.__get_result()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
2019-07-31 07:47:57.427 24430 ERROR armada.cli     raise self._exception
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
2019-07-31 07:47:57.427 24430 ERROR armada.cli     result = self.fn(*self.args, **self.kwargs)
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 252, in handle
2019-07-31 07:47:57.427 24430 ERROR armada.cli     return armada.sync()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/handlers/armada.py", line 187, in sync
2019-07-31 07:47:57.427 24430 ERROR armada.cli     known_releases = self.tiller.list_releases()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/handlers/tiller.py", line 249, in list_releases
2019-07-31 07:47:57.427 24430 ERROR armada.cli     releases = get_results()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/armada/handlers/tiller.py", line 217, in get_results
2019-07-31 07:47:57.427 24430 ERROR armada.cli     for message in response:
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/grpc/_channel.py", line 364, in __next__
2019-07-31 07:47:57.427 24430 ERROR armada.cli     return self._next()
2019-07-31 07:47:57.427 24430 ERROR armada.cli   File "/usr/local/lib/python3.6/dist-packages/grpc/_channel.py", line 358, in _next
2019-07-31 07:47:57.427 24430 ERROR armada.cli     raise self
2019-07-31 07:47:57.427 24430 ERROR armada.cli grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with:
2019-07-31 07:47:57.427 24430 ERROR armada.cli  status = StatusCode.UNAVAILABLE
2019-07-31 07:47:57.427 24430 ERROR armada.cli  details = "Connect Failed"
2019-07-31 07:47:57.427 24430 ERROR armada.cli  debug_error_string = "{"created":"@1564559148.060831155","description":"Failed to create subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":2721,"referenced_errors":[{"created":"@1564559148.060827244","description":"Pick Cancelled","file":"src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc","file_line":241,"referenced_errors":[{"created":"@1564559148.060601392","description":"Connect Failed","file":"src/core/ext/filters/client_channel/subchannel.cc","file_line":689,"grpc_status":14,"referenced_errors":[{"created":"@1564559148.060566801","description":"Failed to connect to remote host: FD Shutdown","file":"src/core/lib/iomgr/lockfree_event.cc","file_line":194,"os_error":"Timeout occurred","referenced_errors":[{"created":"@1564559148.060550241","description":"connect() timed out","file":"src/core/lib/iomgr/tcp_client_posix.cc","file_line":117}],"target_address":"ipv4:10.233.89.194:44134"}]}]}]}"
2019-07-31 07:47:57.427 24430 ERROR armada.cli >
2019-07-31 07:47:57.427 24430 ERROR armada.cli 
/usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)


More information about the Airship-discuss mailing list