Hi,

I am trying to install airship on a virtual VM(created by vagrant) using instructions on https://www.airshipit.org/. Some how the installation never finishes because of following error -

2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller [-] Error while installing release airship-ucp-shipyard: grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, release airship-ucp-shipyard failed: timed out waiting for the condition)>
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller Traceback (most recent call last):
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller   File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 425, in install_release
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller     metadata=self.metadata)
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 487, in __call__
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller     return _end_unary_response_blocking(state, call, False, deadline)
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 437, in _end_unary_response_blocking
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller     raise _Rendezvous(state, None, None, deadline)
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, release airship-ucp-shipyard failed: timed out waiting for the condition)>
2018-08-01 23:41:37.775 14198 ERROR armada.handlers.tiller 
2018-08-01 23:41:41.056 14198 ERROR armada.cli [-] Caught internal exception: armada.exceptions.tiller_exceptions.ReleaseException: Failed to Install release: airship-ucp-shipyard - Tiller Message: b'Release "airship-ucp-shipyard" failed: timed out waiting for the condition'
2018-08-01 23:41:41.056 14198 ERROR armada.cli Traceback (most recent call last):
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 425, in install_release
2018-08-01 23:41:41.056 14198 ERROR armada.cli     metadata=self.metadata)
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 487, in __call__
2018-08-01 23:41:41.056 14198 ERROR armada.cli     return _end_unary_response_blocking(state, call, False, deadline)
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 437, in _end_unary_response_blocking
2018-08-01 23:41:41.056 14198 ERROR armada.cli     raise _Rendezvous(state, None, None, deadline)
2018-08-01 23:41:41.056 14198 ERROR armada.cli grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, release airship-ucp-shipyard failed: timed out waiting for the condition)>
2018-08-01 23:41:41.056 14198 ERROR armada.cli 
2018-08-01 23:41:41.056 14198 ERROR armada.cli During handling of the above exception, another exception occurred:
2018-08-01 23:41:41.056 14198 ERROR armada.cli 
2018-08-01 23:41:41.056 14198 ERROR armada.cli Traceback (most recent call last):
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/cli/__init__.py", line 39, in safe_invoke
2018-08-01 23:41:41.056 14198 ERROR armada.cli     self.invoke()
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/cli/apply.py", line 217, in invoke
2018-08-01 23:41:41.056 14198 ERROR armada.cli     resp = armada.sync()
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/handlers/armada.py", line 442, in sync
2018-08-01 23:41:41.056 14198 ERROR armada.cli     timeout=timer)
2018-08-01 23:41:41.056 14198 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 438, in install_release
2018-08-01 23:41:41.056 14198 ERROR armada.cli     raise ex.ReleaseException(release, status, 'Install')
2018-08-01 23:41:41.056 14198 ERROR armada.cli armada.exceptions.tiller_exceptions.ReleaseException: Failed to Install release: airship-ucp-shipyard - Tiller Message: b'Release "airship-ucp-shipyard" failed: timed out waiting for the condition'
2018-08-01 23:41:41.056 14198 ERROR armada.cli 

Please any help will be appreciated.

Thanks,
Charu