blob: 2d740aa045a9047f112ebbdd30100388903d06cc [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
22# List of annotations to apply to the Ingress
23manila_ingress_annotations: {}
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000024
25# Service instance flavor
26manila_flavor_name: m1.manila
27manila_flavor_vcpus: 2
28manila_flavor_ram: 2048
Mohammed Naser7b447302023-03-28 02:50:32 +000029manila_flavor_disk: 20
thywynbee9ae02023-12-22 16:51:25 +000030manila_flavor_extra_specs: {}
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000031
Mohammed Naser7b447302023-03-28 02:50:32 +000032# Service instance image
Mohammed Naser85fc1bf2023-03-27 20:56:19 +000033manila_image_name: manila-service-image
Mohammed Naser7b447302023-03-28 02:50:32 +000034manila_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 +000035manila_image_container_format: bare
Mohammed Naser7b447302023-03-28 02:50:32 +000036manila_image_disk_format: qcow2
37
38# Service instance authentication
39manila_ssh_key: "{{ undef('You must provide a private SSH key using manila_ssh_key') }}"