blob: 05fab126fcd9ee4b0f8ff9aaaedd7554b9c7221c [file] [log] [blame]
Mohammed Naserfef69422023-01-18 02:38:06 +00001# Copyright (c) 2023 VEXXHOST, Inc.
Mohammed Naser096ade02022-12-15 09:53:33 -05002#
Mohammed Naserfef69422023-01-18 02:38:06 +00003# 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 Naser2145fc32023-01-29 23:23:03 +000015magnum_helm_release_name: magnum
Mohammed Naser574d6502023-03-21 23:34:48 +000016magnum_helm_chart_path: "../../charts/magnum/"
Mohammed Naser2145fc32023-01-29 23:23:03 +000017magnum_helm_chart_ref: /usr/local/src/magnum
Mohammed Naserfef69422023-01-18 02:38:06 +000018
Mohammed Naser2145fc32023-01-29 23:23:03 +000019magnum_helm_release_namespace: openstack
vexxhost-bot30018912024-09-27 11:09:29 -040020magnum_helm_kubeconfig: "{{ kubeconfig_path | default('/etc/kubernetes/admin.conf') }}"
Mohammed Naser2145fc32023-01-29 23:23:03 +000021magnum_helm_values: {}
Mohammed Naserfef69422023-01-18 02:38:06 +000022
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000023# List of annotations to apply to the Ingress
Mohammed Naser2145fc32023-01-29 23:23:03 +000024magnum_ingress_annotations: {}
Mohammed Naser756b7172023-02-03 04:01:53 +000025magnum_registry_ingress_annotations: {}
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000026
Mohammed Naserbc9c76c2023-07-01 17:35:50 -040027# Cluster API configuration
Mohammed Naser65850fd2023-02-22 21:36:27 -050028magnum_clusterctl_config:
29 images:
30 cluster-api/cluster-api-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000031 repository: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
32 tag: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050033 bootstrap-kubeadm/kubeadm-bootstrap-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000034 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 Naser65850fd2023-02-22 21:36:27 -050036 control-plane-kubeadm/kubeadm-control-plane-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000037 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 Naser65850fd2023-02-22 21:36:27 -050039 infrastructure-openstack/capi-openstack-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000040 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 Naser65850fd2023-02-22 21:36:27 -050042
Mohammed Naserfef69422023-01-18 02:38:06 +000043# List of images to load into OpenStack for Magnum
Mohammed Naser4b630042023-02-07 20:47:45 +000044magnum_image_container_format: bare
45magnum_image_disk_format: raw
Mohammed Naser2145fc32023-01-29 23:23:03 +000046magnum_images:
okozachenko12035238aec2023-07-06 01:00:13 +100047 - 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 Kc090abb2023-12-12 19:46:11 +010056
57magnum_cluster_api_proxy_ovs_node_selector:
58 openstack-control-plane: enabled
59magnum_cluster_api_proxy_ovn_node_selector:
60 openvswitch: enabled