[Starlingx-discuss] stx-application fails to install

Marcel Schaible marcel at schaible-consulting.de
Wed Apr 10 10:08:08 UTC 2019


Hi,

I have tried with the image from 20190325 a simplex instalation. During the install of stx-openstack I'll get the error below.

Any idea what the root cause of this problem is and how to solve it?

Thanks

Marcel


2019-04-09 18:08:39.869 86 INFO armada.handlers.armada [-] Install completed with results from Tiller: {'version': 1, 'namespace': 'openstack', 'release': 'osh-openstack-panko', 'status': 'DEPLOYED', 'description': 'Install complete'}
2019-04-09 18:08:39.870 86 INFO armada.handlers.armada [-] Processing Chart, release=osh-openstack-ceilometer
2019-04-09 18:08:39.870 86 INFO armada.handlers.chartbuilder [-] Building dependency chart helm-toolkit for release openstack-ceilometer.
2019-04-09 18:08:39.891 86 INFO armada.handlers.armada [-] Installing release osh-openstack-ceilometer in namespace openstack
2019-04-09 18:08:39.892 86 INFO armada.handlers.armada [-] Beginning Install, wait=True, timeout=1800s
2019-04-09 18:08:39.962 86 INFO armada.handlers.tiller [-] Helm install release: wait=True, timeout=1800
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller [-] Error while installing release osh-openstack-ceilometer: grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, release osh-openstack-ceilometer failed: timed out waiting for the condition)>
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller Traceback (most recent call last):
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller   File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 401, in install_release
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller     metadata=self.metadata)
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 487, in __call__
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller     return _end_unary_response_blocking(state, call, False, deadline)
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 437, in _end_unary_response_blocking
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller     raise _Rendezvous(state, None, None, deadline)
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, release osh-openstack-ceilometer failed: timed out waiting for the condition)>
2019-04-09 18:38:40.774 86 ERROR armada.handlers.tiller
2019-04-09 18:38:40.792 86 DEBUG armada.handlers.tiller [-] Helm getting release status for release=osh-openstack-ceilometer, version=0 get_release_status /usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py:467
2019-04-09 18:38:41.203 86 DEBUG armada.handlers.tiller [-] GetReleaseStatus= name: "osh-openstack-ceilometer"
info {
  status {
    code: FAILED
  }
  first_deployed {
    seconds: 1554833319
    nanos: 978595007
  }
  last_deployed {
    seconds: 1554833319
    nanos: 978595007
  }
  Description: "Release \"osh-openstack-ceilometer\" failed: timed out waiting for the condition"
}
namespace: "openstack"
 get_release_status /usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py:475
2019-04-09 18:38:41.204 86 ERROR armada.cli [-] Caught internal exception: armada.exceptions.tiller_exceptions.ReleaseException: Failed to Install release: osh-openstack-ceilometer - Tiller Message: b'Release "osh-openstack-ceilometer" failed: timed out waiting for the condition'
2019-04-09 18:38:41.204 86 ERROR armada.cli Traceback (most recent call last):
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 401, in install_release
2019-04-09 18:38:41.204 86 ERROR armada.cli     metadata=self.metadata)
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 487, in __call__
2019-04-09 18:38:41.204 86 ERROR armada.cli     return _end_unary_response_blocking(state, call, False, deadline)
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 437, in _end_unary_response_blocking
2019-04-09 18:38:41.204 86 ERROR armada.cli     raise _Rendezvous(state, None, None, deadline)
2019-04-09 18:38:41.204 86 ERROR armada.cli grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, release osh-openstack-ceilometer failed: timed out waiting for the condition)>
2019-04-09 18:38:41.204 86 ERROR armada.cli
2019-04-09 18:38:41.204 86 ERROR armada.cli During handling of the above exception, another exception occurred:
2019-04-09 18:38:41.204 86 ERROR armada.cli
2019-04-09 18:38:41.204 86 ERROR armada.cli Traceback (most recent call last):
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/cli/__init__.py", line 39, in safe_invoke
2019-04-09 18:38:41.204 86 ERROR armada.cli     self.invoke()
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/cli/apply.py", line 217, in invoke
2019-04-09 18:38:41.204 86 ERROR armada.cli     resp = armada.sync()
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/handlers/armada.py", line 472, in sync
2019-04-09 18:38:41.204 86 ERROR armada.cli     timeout=timer)
2019-04-09 18:38:41.204 86 ERROR armada.cli   File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 414, in install_release
2019-04-09 18:38:41.204 86 ERROR armada.cli     raise ex.ReleaseException(release, status, 'Install')
2019-04-09 18:38:41.204 86 ERROR armada.cli armada.exceptions.tiller_exceptions.ReleaseException: Failed to Install release: osh-openstack-ceilometer - Tiller Message: b'Release "osh-openstack-ceilometer" failed: timed out waiting for the condition'
2019-04-09 18:38:41.204 86 ERROR armada.cli
[root at controller-0 log(keystone_admin)]#



More information about the Starlingx-discuss mailing list