Mohammed Naser | fef6942 | 2023-01-18 02:38:06 +0000 | [diff] [blame] | 1 | # Copyright (c) 2023 VEXXHOST, Inc. |
Mohammed Naser | 096ade0 | 2022-12-15 09:53:33 -0500 | [diff] [blame] | 2 | # |
Mohammed Naser | fef6942 | 2023-01-18 02:38:06 +0000 | [diff] [blame] | 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 | |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 15 | magnum_helm_release_name: magnum |
Mohammed Naser | 574d650 | 2023-03-21 23:34:48 +0000 | [diff] [blame] | 16 | magnum_helm_chart_path: "../../charts/magnum/" |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 17 | magnum_helm_chart_ref: /usr/local/src/magnum |
Mohammed Naser | fef6942 | 2023-01-18 02:38:06 +0000 | [diff] [blame] | 18 | |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 19 | magnum_helm_release_namespace: openstack |
vexxhost-bot | 3001891 | 2024-09-27 11:09:29 -0400 | [diff] [blame^] | 20 | magnum_helm_kubeconfig: "{{ kubeconfig_path | default('/etc/kubernetes/admin.conf') }}" |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 21 | magnum_helm_values: {} |
Mohammed Naser | fef6942 | 2023-01-18 02:38:06 +0000 | [diff] [blame] | 22 | |
Mohammed Naser | 4ede3ad | 2023-01-18 03:16:37 +0000 | [diff] [blame] | 23 | # List of annotations to apply to the Ingress |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 24 | magnum_ingress_annotations: {} |
Mohammed Naser | 756b717 | 2023-02-03 04:01:53 +0000 | [diff] [blame] | 25 | magnum_registry_ingress_annotations: {} |
Mohammed Naser | 4ede3ad | 2023-01-18 03:16:37 +0000 | [diff] [blame] | 26 | |
Mohammed Naser | bc9c76c | 2023-07-01 17:35:50 -0400 | [diff] [blame] | 27 | # Cluster API configuration |
Mohammed Naser | 65850fd | 2023-02-22 21:36:27 -0500 | [diff] [blame] | 28 | magnum_clusterctl_config: |
| 29 | images: |
| 30 | cluster-api/cluster-api-controller: |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 31 | repository: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('prefix') }}" |
| 32 | tag: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('tag') }}" |
Mohammed Naser | 65850fd | 2023-02-22 21:36:27 -0500 | [diff] [blame] | 33 | bootstrap-kubeadm/kubeadm-bootstrap-controller: |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 34 | repository: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('prefix') }}" |
| 35 | tag: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('tag') }}" |
Mohammed Naser | 65850fd | 2023-02-22 21:36:27 -0500 | [diff] [blame] | 36 | control-plane-kubeadm/kubeadm-control-plane-controller: |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 37 | repository: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('prefix') }}" |
| 38 | tag: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('tag') }}" |
Mohammed Naser | 65850fd | 2023-02-22 21:36:27 -0500 | [diff] [blame] | 39 | infrastructure-openstack/capi-openstack-controller: |
Mohammed Naser | 31171f4 | 2023-03-19 00:10:46 +0000 | [diff] [blame] | 40 | repository: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('prefix') }}" |
| 41 | tag: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('tag') }}" |
Mohammed Naser | 65850fd | 2023-02-22 21:36:27 -0500 | [diff] [blame] | 42 | |
Mohammed Naser | fef6942 | 2023-01-18 02:38:06 +0000 | [diff] [blame] | 43 | # List of images to load into OpenStack for Magnum |
Mohammed Naser | 4b63004 | 2023-02-07 20:47:45 +0000 | [diff] [blame] | 44 | magnum_image_container_format: bare |
| 45 | magnum_image_disk_format: raw |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 46 | magnum_images: |
okozachenko1203 | 5238aec | 2023-07-06 01:00:13 +1000 | [diff] [blame] | 47 | - name: ubuntu-2204-kube-v1.25.11 |
| 48 | url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.25.11.qcow2 |
| 49 | distro: ubuntu |
| 50 | - name: ubuntu-2204-kube-v1.26.6 |
| 51 | url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.26.6.qcow2 |
| 52 | distro: ubuntu |
| 53 | - name: ubuntu-2204-kube-v1.27.3 |
| 54 | url: https://object-storage.public.mtl1.vexxhost.net/swift/v1/a91f106f55e64246babde7402c21b87a/magnum-capi/ubuntu-2204-kube-v1.27.3.qcow2 |
| 55 | distro: ubuntu |
Oleksandr K | c090abb | 2023-12-12 19:46:11 +0100 | [diff] [blame] | 56 | |
| 57 | magnum_cluster_api_proxy_ovs_node_selector: |
| 58 | openstack-control-plane: enabled |
| 59 | magnum_cluster_api_proxy_ovn_node_selector: |
| 60 | openvswitch: enabled |