Alan Meadows

Results 12 comments of Alan Meadows

@wilkers-steve I think development mode might be a good place to leverage the "Fake" backend: https://github.com/openstack-dev/devstack/blob/master/lib/cinder_backends/fake which simply logs the requests and allows you to create resources. The other alternative,...

I would do fake for both cinder, nova, and anything else that supports it (neuron I believe as well) as a phase one. Phase two--separate future effort--and taking cinder as...

Hello, OpenStack-Helm is now an official OpenStack project. Please see https://github.com/openstack/openstack-helm. Swift is still a help wanted chart. Thanks, Alan Meadows On Thu, Nov 15, 2018 at 2:41 AM sunyingji...

Thanks for the report. Are there any relevant log lines from the tiller pod itself regarding the connection attempt? `kubectl get logs tiller..`

Ultimate flexibility would mean allowing the operator to specify the binary paths and directories leveraged by scripts as well as configmap mount destinations, and so on as overrides. There is...

The check that is currently python based is extremely simplistic, we can easily replace it with a simpler, less dependent check. We will need to be able to: - Loop...

@DTadrzak @PiotrProkop Currently, when trying to use the daemonset dependency, I get this: ``` ubuntu@MT01DB04:~$ kubectl run -i --tty entrypoint-test --image=quay.io/stackanetes/kubernetes-entrypoint:v0.1.0 --restart=Never --env=NAMESPACE=default,DEPENDENCY_DAEMONSET=foobar,COMMAND="echo done" -- /kubernetes-entrypoint Waiting for pod default/entrypoint-test...

Note that I just realized buried in that trace is an error about the POD_NAME not being specified. I will re-run tomorrow with that properly specified in the environment because...

Also relates to https://github.com/att-comdev/openstack-helm/issues/69