[Ceph] Add msgr1 port for ceph-provisioners
Change-Id: Ifa9b44074d927006f47dfcc449361cf3f6aa9413
This commit is contained in:
parent
aa01846f60
commit
13f54b0e03
@ -22,7 +22,7 @@ limitations under the License.
|
||||
{{- if or (.Values.deployment.ceph) (.Values.deployment.client_secrets) }}
|
||||
|
||||
{{- if empty .Values.conf.ceph.global.mon_host -}}
|
||||
{{- $monHost := tuple "ceph_mon" "internal" "mon_msgr2" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }}
|
||||
{{- $monHost := tuple "ceph_mon" "internal" "mon" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" }}
|
||||
{{- $_ := $monHost | set .Values.conf.ceph.global "mon_host" -}}
|
||||
{{- end -}}
|
||||
|
||||
|
@ -88,7 +88,7 @@ examples:
|
||||
{{- $envAll := index . "envAll" -}}
|
||||
{{- $monHost := $envAll.Values.conf.ceph.global.mon_host -}}
|
||||
{{- if empty $monHost -}}
|
||||
{{- $monHost = tuple "ceph_mon" "internal" "mon_msgr2" $envAll | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" -}}
|
||||
{{- $monHost = tuple "ceph_mon" "internal" "mon" $envAll | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" -}}
|
||||
{{- end -}}
|
||||
{{- $storageclassData := index . "storageclass_data" -}}
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user