Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 1 | # 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 Lin | d020bc2 | 2023-11-01 01:57:03 +0800 | [diff] [blame] | 15 | __cinder_helm_values: |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 16 | endpoints: "{{ openstack_helm_endpoints }}" |
| 17 | images: |
Michiel Piscaer | 60d09f9 | 2023-01-20 18:58:55 +0100 | [diff] [blame] | 18 | tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('cinder') }}" |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 19 | pod: |
| 20 | replicas: |
| 21 | api: 3 |
| 22 | scheduler: 3 |
Guilherme Steinmüller | 068a71d | 2024-06-18 15:19:20 -0300 | [diff] [blame] | 23 | 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 Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 32 | conf: |
Rico Lin | d206f5d | 2024-04-03 05:11:29 +0800 | [diff] [blame] | 33 | policy: {} |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 34 | 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 |
ricolin | a227bf1 | 2022-09-17 04:50:32 +0800 | [diff] [blame] | 42 | image_conversion_disable: true |
Rico Lin | b07029f | 2023-10-18 21:26:01 +0800 | [diff] [blame] | 43 | osapi_volume_workers: 8 |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 44 | barbican: |
| 45 | barbican_endpoint_type: internal |
| 46 | cors: |
| 47 | allowed_origins: "*" |
Mohammed Naser | c6e431b | 2024-03-15 01:21:44 -0400 | [diff] [blame] | 48 | database: |
vexxhost-bot | fd1a021 | 2024-08-10 19:21:14 -0400 | [diff] [blame] | 49 | connection_recycle_time: 600 |
| 50 | max_overflow: 50 |
| 51 | max_pool_size: 5 |
| 52 | pool_timeout: 30 |
ricolin | 2d8dd48 | 2022-07-07 06:55:02 +0800 | [diff] [blame] | 53 | oslo_messaging_notifications: |
| 54 | driver: noop |
Mohammed Naser | c806af1 | 2025-01-31 10:58:24 -0500 | [diff] [blame] | 55 | privsep_osbrick: |
| 56 | helper_command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf privsep-helper --config-file /etc/cinder/cinder.conf |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 57 | manifests: |
| 58 | ingress_api: false |
| 59 | job_clean: false |
| 60 | service_ingress_api: false |
okozachenko | 564a2ac | 2022-05-27 19:03:19 +1000 | [diff] [blame] | 61 | |
Rico Lin | d020bc2 | 2023-11-01 01:57:03 +0800 | [diff] [blame] | 62 | __cinder_staffeln_helm_values: |
| 63 | conf: |
| 64 | policy: |
| 65 | backup:delete: "rule:admin_api or (project_id:%(project_id)s and http://staffeln-api:8808/v1/backup?backup_id=%(id)s)" |
| 66 | |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 67 | _cinder_ingress_annotations: |
okozachenko | 564a2ac | 2022-05-27 19:03:19 +1000 | [diff] [blame] | 68 | nginx.ingress.kubernetes.io/proxy-body-size: "0" |
| 69 | nginx.ingress.kubernetes.io/proxy-request-buffering: "off" |