okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [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 | |
| 15 | _manila_helm_values: |
| 16 | endpoints: "{{ openstack_helm_endpoints }}" |
| 17 | images: |
| 18 | tags: "{{ atmosphere_images | vexxhost.atmosphere.openstack_helm_image_tags('manila') }}" |
| 19 | pod: |
Mohammed Naser | 7b44730 | 2023-03-28 02:50:32 +0000 | [diff] [blame] | 20 | mounts: |
| 21 | manila_share: |
| 22 | manila_share: |
| 23 | volumeMounts: |
| 24 | - name: ssh-keys |
| 25 | mountPath: /etc/manila/ssh-keys |
| 26 | volumes: |
| 27 | - name: ssh-keys |
| 28 | secret: |
| 29 | secretName: "{{ manila_helm_release_name }}-ssh-keys" |
okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [diff] [blame] | 30 | replicas: |
| 31 | api: 3 |
| 32 | scheduler: 3 |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 33 | bootstrap: |
Mohammed Naser | 7b44730 | 2023-03-28 02:50:32 +0000 | [diff] [blame] | 34 | structured: |
| 35 | flavors: null |
| 36 | images: null |
okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [diff] [blame] | 37 | dependencies: |
| 38 | static: |
| 39 | share: |
| 40 | pod: |
| 41 | - requireSameNode: true |
| 42 | labels: |
| 43 | application: openvswitch |
| 44 | component: server |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 45 | conf: |
| 46 | manila: |
| 47 | DEFAULT: |
| 48 | host: manila-share-worker |
Mohammed Naser | 734d1e4 | 2023-10-04 21:56:28 -0400 | [diff] [blame] | 49 | osapi_share_workers: 4 |
Mohammed Naser | c6e431b | 2024-03-15 01:21:44 -0400 | [diff] [blame] | 50 | database: |
vexxhost-bot | 927278f | 2024-08-10 19:15:09 -0400 | [diff] [blame] | 51 | connection_recycle_time: 600 |
| 52 | max_overflow: 50 |
| 53 | max_pool_size: 5 |
| 54 | pool_timeout: 30 |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 55 | generic: |
| 56 | connect_share_server_to_tenant_network: true |
| 57 | limit_ssh_access: true |
Mohammed Naser | 7b44730 | 2023-03-28 02:50:32 +0000 | [diff] [blame] | 58 | path_to_private_key: /etc/manila/ssh-keys/id_rsa |
| 59 | path_to_public_key: /etc/manila/ssh-keys/id_rsa.pub |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 60 | service_image_name: "{{ manila_image_name }}" |
| 61 | service_instance_flavor_id: "{{ _manila_flavor.id }}" |
Rico Lin | e4290c5 | 2023-06-07 13:41:50 +0800 | [diff] [blame] | 62 | service_instance_security_group: manila-service-security-group |
Rico Lin | 306ca70 | 2023-05-24 02:30:49 +0800 | [diff] [blame] | 63 | oslo_messaging_notifications: |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 64 | driver: noop |
okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [diff] [blame] | 65 | manifests: |
| 66 | ingress_api: false |
| 67 | service_ingress_api: false |