att-comdev / promenade

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

Genesis basic example fails to install ucp-tiller #64

Closed etowah closed 6 years ago

etowah commented 6 years ago

Im attempting to go through the Getting Started docs to create a genesis host. During the genesis.sh execution on my testbed Ubuntu 16.04 vm, i see the following error repeat continuously:

2018-05-16 01:12:53.146 17220 INFO armada.handlers.armada [-] Installing release ucp-tiller in namespace kube-system 2018-05-16 01:12:53.147 17220 INFO armada.handlers.armada [-] Beginning Install, wait=True, timeout=600s 2018-05-16 01:12:53.183 17220 ERROR armada.handlers.tiller [-] Error while installing release ucp-tiller: grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, render error in "tiller/deployment-tiller.yaml": template: tiller/deployment-tiller.yaml:21:53: executing "tiller/deployment-tiller.yaml" at <include "helm-toolki...>: error calling include: template: tiller/charts/helm-toolkit/snippets/_kubernetes_pod_rbac_serviceaccount.tpl:27:19: executing "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" at <$envAll.Values.image...>: can't evaluate field active in type interface {})>

Is this something environmental? Ive only modified the simple-deployment.sh script to match the hostname, ip and network interface of my test vm.

Thanks

mark-burnett commented 6 years ago

Hey, you're quite right this broke due to some upstream changes in openstack-helm. Here is the PS that should address this: https://review.gerrithub.io/#/c/att-comdev/promenade/+/411342/

etowah commented 6 years ago

Mark,

Thank you very much that fixed it.