openstack-helm
openstack-helm copied to clipboard
PROJECT HAS MOVED TO OPENSTACK
**Is this a bug report or feature request?** (choose one): feature request **Kubernetes Version** (output of `kubectl version`): **Helm Client and Tiller Versions** (output of `helm version`): **Development or Deployment...
**Is this a bug report or feature request?** (choose one): Feature request **Kubernetes Version** (output of `kubectl version`): Any **Helm Client and Tiller Versions** (output of `helm version`): Any **Development...
**Is this a bug report or feature request?**: Mixed; depends on perspective **Kubernetes Version** (output of `kubectl version`): N/A **Helm Client and Tiller Versions** (output of `helm version`): N/A **Development...
The mariadb chart [readiness probe](https://github.com/att-comdev/openstack-helm/blob/master/mariadb/templates/bin/_readiness.py.tpl#L19) uses pymysql which is not installed in the kolla mariadb images. End result is the database starts fine but the container is never marked as...
**Feature Request**: Logging this here per @v1k0d3n's request. Does Helm Tiller work with a federated Kubernetes control plane?
we need to do a db 'restart/db sync' in order to update maas tables when going from one version to another. it would be nice to automate this process going...
**Is this a bug report or feature request?** (choose one): **Kubernetes Version** (output of `kubectl version`): N/A **Helm Client and Tiller Versions** (output of `helm version`): N/A **Development or Deployment...
**Kubernetes Version** (output of `kubectl version`): N/A **Helm Client and Tiller Versions** (output of `helm version`): N/A **Development or Deployment Environment?**: N/A **Release Tag or Master**: N/A **Expected Behavior**: N/A...
We need to ensure that every chart consistently leverages the init-container approach. An example of where we are doing it correctly: https://github.com/att-comdev/openstack-helm/blob/master/keystone/templates/deployment.yaml#L11-L40 An example of something that needs conversion: https://github.com/att-comdev/openstack-helm/blob/master/neutron/templates/deployment-server.yaml#L14-L34
looking around github, i found a couple of efforts that i think could be very useful for future `openstack-helm-infra` (a new repo coming soon). i think that users will eventually...