Skip to content

Commit

Permalink
[ceph] remove keystoneCRD value (#7571)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus authored Dec 18, 2024
1 parent ca0960a commit 192d7e0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion system/cc-ceph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cc-ceph
description: A Helm chart for the Rook / Ceph Objects inside the Storage Clusters
type: application
version: 1.1.0
version: 1.1.1
appVersion: "1.15.0"
dependencies:
- name: owner-info
Expand Down
16 changes: 0 additions & 16 deletions system/cc-ceph/templates/ceph-config-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,12 @@ data:
{{- end }}
rgw s3 auth order = {{ join "," .auth_order }}
rgw keystone verify ssl = {{ .verify_ssl }}
{{- if not .keystoneCRD }}
rgw keystone api version = 3
rgw s3 auth use keystone = true
rgw keystone url = {{ .url }}
rgw keystone implicit tenants = {{ .implicit_tenants }}
rgw swift account in url = {{ .swift_account_in_url }}
rgw swift versioning enabled = {{ .swift_versioning_enabled }}
rgw keystone accepted roles = {{ join "," .accepted_roles }}
{{- end }}
{{- if .accepted_admin_roles }}
rgw keystone accepted admin roles = {{ join "," .accepted_admin_roles }}
{{- end }}
{{- if .accepted_reader_roles }}
rgw keystone accepted reader roles = {{ join "," .accepted_reader_roles }}
{{- end }}
{{- if not .keystoneCRD }}
rgw keystone token cache size = {{ .token_cache_size }}
rgw keystone admin user = {{ .admin_user }}
rgw keystone admin password = {{ include "cc-ceph.escapePassword" .admin_password }}
rgw keystone admin domain = {{ .admin_domain }}
rgw keystone admin project = {{ .admin_project }}
{{- end }}
{{- if and .barbican .barbican.enabled }}
rgw crypt s3 kms backend = barbican
rgw barbican url = {{ .barbican.url }}
Expand Down
2 changes: 1 addition & 1 deletion system/cc-ceph/templates/ceph-keystone-secret.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if and .Values.objectstore.keystone.enabled .Values.objectstore.keystone.keystoneCRD }}
{{- if and .Values.objectstore.keystone.enabled }}
apiVersion: v1
kind: Secret
metadata:
Expand Down
2 changes: 1 addition & 1 deletion system/cc-ceph/templates/cephobjectstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
sslCertificateRef: {{ .Values.objectstore.gateway.sslCertificateRef }}
resources: {{ toYaml .Values.objectstore.gateway.resources | nindent 6 }}
preservePoolsOnDelete: true
{{- if and .Values.objectstore.keystone.enabled .Values.objectstore.keystone.keystoneCRD }}
{{- if and .Values.objectstore.keystone.enabled }}
{{- with .Values.objectstore.keystone }}
auth:
keystone:
Expand Down
1 change: 0 additions & 1 deletion system/cc-ceph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ objectstore:
- 10.0.0.1
keystone:
enabled: true
keystoneCRD: false
global_config: true
auth_order:
- local
Expand Down

0 comments on commit 192d7e0

Please sign in to comment.