blob: 456d41bf4fa27eaa2a27722aaf12080fe20a3560 [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
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000023 bootstrap:
24 enabled: false
okozachenko1203f916c0c2023-03-23 21:13:27 +110025 dependencies:
26 static:
27 share:
28 pod:
29 - requireSameNode: true
30 labels:
31 application: openvswitch
32 component: server
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000033 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
okozachenko1203f916c0c2023-03-23 21:13:27 +110044 manifests:
45 ingress_api: false
46 service_ingress_api: false