openstack-helm
openstack-helm copied to clipboard
PROJECT HAS MOVED TO OPENSTACK
**Is this a bug report or feature request?** (choose one): feature A single cinder-volume service is able to handle multiple volume backends. To make sure openstack-helm can be used with...
All the neutron openvswitch related daemonsets use a /run hostPath to share openvswitch's conf.db. When running multiple openstack systems on the same kubernetes cluster this fails when the second system...
**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...
**Kubernetes Version** (output of `kubectl version`): 1.5.3 **Helm Client and Tiller Versions** (output of `helm version`): 2.2.3 **Development or Deployment Environment?**: Development **Release Tag or Master**: master **Expected Behavior**: setting...
**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...
**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...
**Is this a bug report or feature request?** (choose one): bug **Kubernetes Version** (output of `kubectl version`): Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.2", GitCommit:"08e099554f3c31f6e6f07b448ab3ed78d0520507", GitTreeState:"clean", BuildDate:"2017-01-12T04:57:25Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"linux/amd64"} Server Version:...
This is a large feature that attempts to solve several critical items to make this project useful for real deployments: 1) Charts need a consistent and reliable way to offer...
We should move affinity / anti-affinity to common package and have a condition there to generate appropriate output depeding on underlying kubernetes version alpha < 1.5
Ubuntu CentOS ------------------------------------------ /usr/sbin/apache2 /usr/sbin/httpd /etc/apache2/envvars /etc/sysconfig/httpd /etc/apache2 /etc/httpd /var/log/apache2 /var/log/httpd All the files referencing Ubuntu apache specifics ``` % grep -r apache2 * horizon/templates/bin/_start.sh.tpl:source /etc/apache2/envvars horizon/templates/bin/_start.sh.tpl:rm -rf /var/run/apache2/* horizon/templates/bin/_start.sh.tpl:APACHE_DIR="apache2"...