blob: 4917bd9ab53fc9769fcd673fc55770c54adf3159 [file] [log] [blame]
Mohammed Naserb7b97d62022-03-12 16:30:00 -05001# Copyright (c) 2022 VEXXHOST, Inc.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14
Rico Lind020bc22023-11-01 01:57:03 +080015__cinder_helm_values:
Mohammed Naserb7b97d62022-03-12 16:30:00 -050016 endpoints: "{{ openstack_helm_endpoints }}"
17 images:
Michiel Piscaer60d09f92023-01-20 18:58:55 +010018 tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('cinder') }}"
Mohammed Naserb7b97d62022-03-12 16:30:00 -050019 pod:
20 replicas:
21 api: 3
22 scheduler: 3
vexxhost-bot0c014d82024-06-18 23:57:05 +020023 mounts:
24 cinder_volume:
25 cinder_volume:
26 volumeMounts:
27 - name: cinder-tmp
28 mountPath: /var/lib/cinder/tmp
29 volumes:
30 - name: cinder-tmp
31 emptyDir: {}
Mohammed Naserb7b97d62022-03-12 16:30:00 -050032 conf:
Rico Lind206f5d2024-04-03 05:11:29 +080033 policy: {}
Mohammed Naserb7b97d62022-03-12 16:30:00 -050034 cinder:
35 DEFAULT:
36 allowed_direct_url_schemes: cinder
37 backup_driver: cinder.backup.drivers.ceph.CephBackupDriver
38 log_config_append: null
39 os_region_name: "{{ openstack_helm_endpoints['identity']['auth']['cinder']['region_name'] }}"
40 volume_usage_audit_period: hour
41 volume_name_template: volume-%s
ricolina227bf12022-09-17 04:50:32 +080042 image_conversion_disable: true
Rico Linb07029f2023-10-18 21:26:01 +080043 osapi_volume_workers: 8
Mohammed Naserb7b97d62022-03-12 16:30:00 -050044 barbican:
45 barbican_endpoint_type: internal
46 cors:
47 allowed_origins: "*"
Mohammed Naserc6e431b2024-03-15 01:21:44 -040048 database:
vexxhost-bot7f7b8222024-08-10 22:41:59 -040049 connection_recycle_time: 600
50 max_overflow: 50
51 max_pool_size: 5
52 pool_timeout: 30
ricolin2d8dd482022-07-07 06:55:02 +080053 oslo_messaging_notifications:
54 driver: noop
Mohammed Naserb7b97d62022-03-12 16:30:00 -050055 manifests:
56 ingress_api: false
57 job_clean: false
58 service_ingress_api: false
okozachenko564a2ac2022-05-27 19:03:19 +100059
Rico Lind020bc22023-11-01 01:57:03 +080060__cinder_staffeln_helm_values:
61 conf:
62 policy:
63 backup:delete: "rule:admin_api or (project_id:%(project_id)s and http://staffeln-api:8808/v1/backup?backup_id=%(id)s)"
64
Mohammed Naser2145fc32023-01-29 23:23:03 +000065_cinder_ingress_annotations:
okozachenko564a2ac2022-05-27 19:03:19 +100066 nginx.ingress.kubernetes.io/proxy-body-size: "0"
67 nginx.ingress.kubernetes.io/proxy-request-buffering: "off"