Merge "Ceph : cleanup ceph charts"

This commit is contained in:
Zuul 2019-01-13 04:09:23 +00:00 committed by Gerrit Code Review
commit adaa773598
2 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
{{- $envAll := index . 1 }}
{{- with $envAll }}
{{- if or (.Values.deployment.ceph) (.Values.deployment.client_secrets) }}
{{- if .Values.deployment.ceph }}
{{- if empty .Values.conf.ceph.global.mon_host -}}
{{- $monHost := tuple "ceph_mon" "internal" "mon" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }}

View File

@ -42,9 +42,6 @@ labels:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
provisioner:
node_selector_key: openstack-control-plane
node_selector_value: enabled
mds:
node_selector_key: ceph-mds
node_selector_value: enabled