| # 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. |
| |
| magnum_helm_release_name: magnum |
| magnum_helm_chart_path: "{{ role_path }}/../../charts/magnum/" |
| magnum_helm_chart_ref: /usr/local/src/magnum |
| |
| magnum_helm_release_namespace: openstack |
| magnum_helm_values: {} |
| |
| # List of annotations to apply to the Ingress |
| magnum_ingress_annotations: {} |
| magnum_registry_ingress_annotations: {} |
| |
| # List of images to load into OpenStack for Magnum |
| magnum_images: |
| - name: ubuntu-2004-v1.23.13 |
| source_url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ |
| image_file: ubuntu-2004-v1.23.13.qcow2 |
| disk_format: qcow2 |
| container_format: bare |
| - name: ubuntu-2004-v1.24.7 |
| source_url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ |
| image_file: ubuntu-2004-v1.24.7.qcow2 |
| disk_format: qcow2 |
| container_format: bare |
| - name: ubuntu-2004-v1.25.3 |
| source_url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ |
| image_file: ubuntu-2004-v1.25.3.qcow2 |
| disk_format: qcow2 |
| container_format: bare |