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: |
| 20 | replicas: |
| 21 | api: 3 |
| 22 | scheduler: 3 |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 23 | bootstrap: |
| 24 | enabled: false |
okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [diff] [blame] | 25 | dependencies: |
| 26 | static: |
| 27 | share: |
| 28 | pod: |
| 29 | - requireSameNode: true |
| 30 | labels: |
| 31 | application: openvswitch |
| 32 | component: server |
Mohammed Naser | 85fc1bf | 2023-03-27 20:56:19 +0000 | [diff] [blame] | 33 | conf: |
| 34 | manila: |
| 35 | DEFAULT: |
| 36 | host: manila-share-worker |
| 37 | generic: |
| 38 | connect_share_server_to_tenant_network: true |
| 39 | limit_ssh_access: true |
| 40 | service_image_name: "{{ manila_image_name }}" |
| 41 | service_instance_flavor_id: "{{ _manila_flavor.id }}" |
| 42 | oslo_messaging_no tifications: |
| 43 | driver: noop |
okozachenko1203 | f916c0c | 2023-03-23 21:13:27 +1100 | [diff] [blame] | 44 | manifests: |
| 45 | ingress_api: false |
| 46 | service_ingress_api: false |