blob: 950b199e948f37cc555cb83f49564c1ca7280fbf [file] [log] [blame]
okozachenko1203f916c0c2023-03-23 21:13:27 +11001# Copyright (c) 2023 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
15manila_helm_release_name: manila
16manila_helm_chart_path: "../../charts/manila/"
17manila_helm_chart_ref: /usr/local/src/manila
18
19manila_helm_release_namespace: openstack
20manila_helm_values: {}
21
Mohammed Naser58052682025-02-05 14:03:20 -050022# Class name to use for the Ingress
23manila_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
24
okozachenko1203f916c0c2023-03-23 21:13:27 +110025# List of annotations to apply to the Ingress
26manila_ingress_annotations: {}
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000027
28# Service instance flavor
29manila_flavor_name: m1.manila
30manila_flavor_vcpus: 2
31manila_flavor_ram: 2048
Mohammed Naser7b447302023-03-28 02:50:32 +000032manila_flavor_disk: 20
thywynbee9ae02023-12-22 16:51:25 +000033manila_flavor_extra_specs: {}
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000034
Mohammed Naser7b447302023-03-28 02:50:32 +000035# Service instance image
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000036manila_image_name: manila-service-image
Mohammed Naser7b447302023-03-28 02:50:32 +000037manila_image_url: "https://object-storage.public.mtl1.vexxhost.net/swift/v1/b98c5fdfb9be4e39a34b93d0b425ac2b/atmosphere-images/manila-{{ atmosphere_version }}.qcow2" # noqa yaml[line-length]
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000038manila_image_container_format: bare
Mohammed Naser7b447302023-03-28 02:50:32 +000039manila_image_disk_format: qcow2
40
41# Service instance authentication
42manila_ssh_key: "{{ undef('You must provide a private SSH key using manila_ssh_key') }}"