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 |
| 23 | share: 3 |
| 24 | conf: |
| 25 | manila: |
| 26 | DEFAULT: |
| 27 | log_config_append: null |
| 28 | oslo_messaging_notifications: |
| 29 | driver: noop |
| 30 | simple_crypto_plugin: |
| 31 | kek: "{{ manila_kek }}" |
| 32 | simple_crypto_kek_rewrap: |
| 33 | old_kek: "{{ manila_kek }}" |
| 34 | |
| 35 | dependencies: |
| 36 | static: |
| 37 | share: |
| 38 | pod: |
| 39 | - requireSameNode: true |
| 40 | labels: |
| 41 | application: openvswitch |
| 42 | component: server |
| 43 | |
| 44 | manifests: |
| 45 | ingress_api: false |
| 46 | service_ingress_api: false |