| # Copyright (c) 2023 VEXXHOST, Inc. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| # not use this file except in compliance with the License. You may obtain |
| # a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| # License for the specific language governing permissions and limitations |
| # under the License. |
| |
| manila_helm_release_name: manila |
| manila_helm_chart_path: "../../charts/manila/" |
| manila_helm_chart_ref: /usr/local/src/manila |
| |
| manila_helm_release_namespace: openstack |
| manila_helm_values: {} |
| |
| # List of annotations to apply to the Ingress |
| manila_ingress_annotations: {} |
| |
| # Service instance flavor |
| manila_flavor_name: m1.manila |
| manila_flavor_vcpus: 2 |
| manila_flavor_ram: 2048 |
| manila_flavor_disk: 0 |
| |
| # Service instance Image |
| manila_image_name: manila-service-image |
| manila_image_url: https://tarballs.opendev.org/openstack/manila-image-elements/images/manila-service-image-master.qcow2 |
| manila_image_container_format: bare |
| manila_image_disk_format: raw |