att-comdev / ucp-integration

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
4 stars 4 forks source link

Deployment script is failing at Armada #21

Closed dp6938 closed 6 years ago

dp6938 commented 6 years ago

Armada is failing to deploy Calico. Below is the error i'm getting.

2018-04-06 10:19:51.211 4793 ERROR armada.cli 2018-04-06 10:20:02.901 4918 INFO armada.handlers.armada [-] Performing pre-flight operations. 2018-04-06 10:20:02.925 4918 INFO armada.handlers.armada [-] Cloning repo: https://github.com/openstack/openstack-helm from branch: master 2018-04-06 10:20:21.034 4918 INFO armada.handlers.armada [-] Cloning repo: https://github.com/att-comdev/armada from branch: master 2018-04-06 10:20:32.358 4918 INFO armada.handlers.armada [-] Deploying: Kubernetes proxy 2018-04-06 10:20:32.360 4918 INFO armada.handlers.chartbuilder [-] Building dependency chart helm-toolkit for release kubernetes-proxy. 2018-04-06 10:20:32.375 4918 INFO armada.handlers.armada [-] Upgrading release kubernetes-proxy 2018-04-06 10:20:32.375 4918 INFO armada.handlers.armada [-] Checking Pre/Post Actions 2018-04-06 10:20:32.376 4918 INFO armada.handlers.armada [-] Checking Pre/Post Actions 2018-04-06 10:20:32.380 4918 INFO armada.handlers.armada [-] There are no updates found in this chart 2018-04-06 10:20:33.485 4918 INFO armada.handlers.armada [-] Deploying: Container networking via Calico 2018-04-06 10:20:33.486 4918 INFO armada.handlers.chartbuilder [-] Building dependency chart helm-toolkit for release calico-etcd. 2018-04-06 10:20:33.500 4918 INFO armada.handlers.armada [-] Upgrading release calico-etcd 2018-04-06 10:20:33.501 4918 INFO armada.handlers.armada [-] Checking Pre/Post Actions 2018-04-06 10:20:33.501 4918 INFO armada.handlers.armada [-] Checking Pre/Post Actions 2018-04-06 10:20:33.540 4918 INFO armada.handlers.armada [-] There are no updates found in this chart 2018-04-06 10:20:33.543 4918 INFO armada.handlers.armada [-] Installing release calico 2018-04-06 10:20:33.543 4918 INFO armada.handlers.armada [-] Beginning Install, wait: True, 600 2018-04-06 10:20:33.567 4918 ERROR armada.cli [-] Caught internal exception: armada.exceptions.tiller_exceptions.GetReleaseStatusException: Failed to get ucp-calico status 0 version 2018-04-06 10:20:33.567 4918 ERROR armada.cli Traceback (most recent call last): 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 370, in install_release 2018-04-06 10:20:33.567 4918 ERROR armada.cli metadata=self.metadata) 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 487, in call 2018-04-06 10:20:33.567 4918 ERROR armada.cli return _end_unary_response_blocking(state, call, False, deadline) 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 437, in _end_unary_response_blocking 2018-04-06 10:20:33.567 4918 ERROR armada.cli raise _Rendezvous(state, None, None, deadline) 2018-04-06 10:20:33.567 4918 ERROR armada.cli grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, render error in "calico/deployment-policy-controller.yaml": template: calico/deployment-policy-controller.yaml:42:60: executing "calico/deployment-policy-controller.yaml" at <include "helm-toolki...>: error calling include: template: no template "helm-toolkit.snippets.kubernetes_resources" associated with template "gotpl")> 2018-04-06 10:20:33.567 4918 ERROR armada.cli 2018-04-06 10:20:33.567 4918 ERROR armada.cli During handling of the above exception, another exception occurred: 2018-04-06 10:20:33.567 4918 ERROR armada.cli 2018-04-06 10:20:33.567 4918 ERROR armada.cli Traceback (most recent call last): 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 429, in get_release_status 2018-04-06 10:20:33.567 4918 ERROR armada.cli status_request, self.timeout, metadata=self.metadata) 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 487, in call 2018-04-06 10:20:33.567 4918 ERROR armada.cli return _end_unary_response_blocking(state, call, False, deadline) 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/grpc/_channel.py", line 437, in _end_unary_response_blocking 2018-04-06 10:20:33.567 4918 ERROR armada.cli raise _Rendezvous(state, None, None, deadline) 2018-04-06 10:20:33.567 4918 ERROR armada.cli grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, getting deployed release "ucp-calico": release: "ucp-calico" not found)> 2018-04-06 10:20:33.567 4918 ERROR armada.cli 2018-04-06 10:20:33.567 4918 ERROR armada.cli During handling of the above exception, another exception occurred: 2018-04-06 10:20:33.567 4918 ERROR armada.cli 2018-04-06 10:20:33.567 4918 ERROR armada.cli Traceback (most recent call last): 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/cli/init.py", line 40, in safe_invoke 2018-04-06 10:20:33.567 4918 ERROR armada.cli self.invoke() 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/cli/apply.py", line 219, in invoke 2018-04-06 10:20:33.567 4918 ERROR armada.cli resp = armada.sync() 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/handlers/armada.py", line 380, in sync 2018-04-06 10:20:33.567 4918 ERROR armada.cli timeout=wait_timeout) 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 372, in install_release 2018-04-06 10:20:33.567 4918 ERROR armada.cli status = self.get_release_status(release) 2018-04-06 10:20:33.567 4918 ERROR armada.cli File "/usr/local/lib/python3.5/site-packages/armada/handlers/tiller.py", line 434, in get_release_status 2018-04-06 10:20:33.567 4918 ERROR armada.cli raise ex.GetReleaseStatusException(release, version) 2018-04-06 10:20:33.567 4918 ERROR armada.cli armada.exceptions.tiller_exceptions.GetReleaseStatusException: Failed to get ucp-calico status 0 version 2018-04-06 10:20:33.567 4918 ERROR armada.cli