blob: 48ef2896314fd3595f31ce1cfb2117d6ce11a265 [file] [log] [blame]
okozachenko1203f916c0c2023-03-23 21:13:27 +11001# 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:
okozachenko1203fa70eda2023-03-23 23:55:07 +110029 driver: noop
okozachenko1203f916c0c2023-03-23 21:13:27 +110030
31 dependencies:
32 static:
33 share:
34 pod:
35 - requireSameNode: true
36 labels:
37 application: openvswitch
38 component: server
39
40 manifests:
41 ingress_api: false
42 service_ingress_api: false