2017-08-07 17:07:38 -05:00
|
|
|
{{/*
|
|
|
|
Copyright 2017 The Openstack-Helm Authors.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/}}
|
2017-02-17 09:18:44 -05:00
|
|
|
|
2017-08-07 11:37:42 -05:00
|
|
|
{{- if .Values.manifests.configmap_etc }}
|
2017-07-05 02:34:12 -05:00
|
|
|
{{- $envAll := . }}
|
|
|
|
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- include "cinder.conf.cinder_values_skeleton" .Values.conf.cinder | trunc 0 -}}
|
|
|
|
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.auth_uri -}}
|
2017-06-07 12:35:27 -05:00
|
|
|
{{- tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup"| set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "auth_uri" | quote | trunc 0 -}}
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
# FIXME(alanmeadows) fix for broken keystonemiddleware oslo config gen in newton - will remove in future
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.auth_url -}}
|
2017-06-07 12:35:27 -05:00
|
|
|
{{- tuple "identity" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup"| set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "auth_url" | quote | trunc 0 -}}
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- end -}}
|
|
|
|
|
2017-08-15 18:55:03 -05:00
|
|
|
# Set a random string as secret key.
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.memcache_secret_key -}}
|
|
|
|
{{- randAlphaNum 64 | set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "memcache_secret_key" | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
|
2017-07-02 19:43:43 -05:00
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.region_name -}}
|
|
|
|
{{- set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "region_name" .Values.endpoints.identity.auth.user.region_name | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.project_name -}}
|
|
|
|
{{- set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "project_name" .Values.endpoints.identity.auth.user.project_name | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.project_domain_name -}}
|
|
|
|
{{- set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "project_domain_name" .Values.endpoints.identity.auth.user.project_domain_name | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.user_domain_name -}}
|
|
|
|
{{- set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "user_domain_name" .Values.endpoints.identity.auth.user.user_domain_name | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.username -}}
|
|
|
|
{{- set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "username" .Values.endpoints.identity.auth.user.username | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.password -}}
|
|
|
|
{{- set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "password" .Values.endpoints.identity.auth.user.password | quote | trunc 0 -}}
|
|
|
|
{{- end -}}
|
|
|
|
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- if empty .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token.memcached_servers -}}
|
2017-06-14 20:04:05 -05:00
|
|
|
{{- tuple "oslo_cache" "internal" "memcache" . | include "helm-toolkit.endpoints.host_and_port_endpoint_uri_lookup" | set .Values.conf.cinder.keystone_authtoken.keystonemiddleware.auth_token "memcached_servers" | quote | trunc 0 -}}
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{- if empty .Values.conf.cinder.database.oslo.db.connection -}}
|
2017-06-07 12:35:27 -05:00
|
|
|
{{- tuple "oslo_db" "internal" "user" "mysql" . | include "helm-toolkit.endpoints.authenticated_endpoint_uri_lookup"| set .Values.conf.cinder.database.oslo.db "connection" | quote | trunc 0 -}}
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{- if empty .Values.conf.cinder.default.oslo.messaging.transport_url -}}
|
2017-06-07 12:35:27 -05:00
|
|
|
{{- tuple "oslo_messaging" "internal" "user" "amqp" . | include "helm-toolkit.endpoints.authenticated_endpoint_uri_lookup" | set .Values.conf.cinder.default.oslo.messaging "transport_url" | quote | trunc 0 -}}
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- end -}}
|
|
|
|
|
|
|
|
{{- if empty .Values.conf.cinder.default.cinder.glance_api_servers -}}
|
2017-06-07 12:35:27 -05:00
|
|
|
{{- tuple "image" "internal" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup"| set .Values.conf.cinder.default.cinder "glance_api_servers" | quote | trunc 0 -}}
|
2017-04-07 16:37:38 +02:00
|
|
|
{{- end -}}
|
|
|
|
|
2017-07-05 02:34:12 -05:00
|
|
|
---
|
2017-01-09 02:09:40 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: cinder-etc
|
|
|
|
data:
|
2017-06-23 15:15:15 +09:00
|
|
|
rally_tests.yaml: |+
|
2017-08-23 07:13:20 -05:00
|
|
|
{{- tuple .Values.conf.rally_tests "etc/_rally_tests.yaml.tpl" . | include "helm-toolkit.utils.configmap_templater" }}
|
2017-01-09 02:09:40 +00:00
|
|
|
cinder.conf: |+
|
2017-08-23 07:13:20 -05:00
|
|
|
{{- tuple .Values.conf.cinder "etc/_cinder.conf.tpl" . | include "helm-toolkit.utils.configmap_templater" }}
|
2017-04-07 16:37:38 +02:00
|
|
|
backends.conf: |+
|
|
|
|
{{ if .Values.conf.backends.override -}}
|
|
|
|
{{ .Values.conf.backends.override | indent 4 }}
|
|
|
|
{{- else -}}
|
|
|
|
{{- if .Values.conf.backends.prefix -}}
|
|
|
|
{{ .Values.conf.backends.prefix | indent 4 }}
|
|
|
|
{{- end }}
|
|
|
|
{{ include "helm-toolkit.utils.to_ini" .Values.conf.backends | indent 4 }}
|
|
|
|
{{- end }}
|
|
|
|
{{- if .Values.conf.backends.append -}}
|
|
|
|
{{ .Values.conf.backends.append | indent 4 }}
|
|
|
|
{{- end }}
|
2017-01-09 02:09:40 +00:00
|
|
|
api-paste.ini: |+
|
2017-08-23 07:13:20 -05:00
|
|
|
{{- tuple .Values.conf.paste "etc/_api-paste.ini.tpl" . | include "helm-toolkit.utils.configmap_templater" }}
|
2017-01-10 01:59:56 +00:00
|
|
|
policy.json: |+
|
2017-08-26 17:31:31 -05:00
|
|
|
{{ toJson .Values.conf.policy | indent 4 }}
|
2017-08-24 16:50:55 -05:00
|
|
|
cinder_sudoers: |+
|
|
|
|
{{- tuple .Values.conf.neutron_sudoers "etc/_cinder_sudoers.tpl" . | include "helm-toolkit.utils.configmap_templater" }}
|
|
|
|
rootwrap.conf: |+
|
|
|
|
{{- tuple .Values.conf.rootwrap "etc/_rootwrap.conf.tpl" . | include "helm-toolkit.utils.configmap_templater" }}
|
|
|
|
volume.filters: |+
|
|
|
|
{{- tuple .Values.conf.rootwrap_filters.volume "etc/rootwrap.d/_volume.filters.tpl" . | include "helm-toolkit.utils.configmap_templater" }}
|
2017-08-07 11:37:42 -05:00
|
|
|
{{- end }}
|