blob: a974b4d020e9bf3a90f502137d254a5f77371c9b [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
20magnum_helm_values: {}
Mohammed Naserfef69422023-01-18 02:38:06 +000021
Mohammed Naser58052682025-02-05 14:03:20 -050022# Class name to use for the Ingress
23magnum_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
24magnum_registry_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
25
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000026# List of annotations to apply to the Ingress
Mohammed Naser2145fc32023-01-29 23:23:03 +000027magnum_ingress_annotations: {}
Mohammed Naser756b7172023-02-03 04:01:53 +000028magnum_registry_ingress_annotations: {}
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000029
Mohammed Naserbc9c76c2023-07-01 17:35:50 -040030# Cluster API configuration
Mohammed Naser65850fd2023-02-22 21:36:27 -050031magnum_clusterctl_config:
32 images:
33 cluster-api/cluster-api-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000034 repository: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
35 tag: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050036 bootstrap-kubeadm/kubeadm-bootstrap-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000037 repository: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
38 tag: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050039 control-plane-kubeadm/kubeadm-control-plane-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000040 repository: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
41 tag: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050042 infrastructure-openstack/capi-openstack-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000043 repository: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
44 tag: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050045
Mohammed Naserfef69422023-01-18 02:38:06 +000046# List of images to load into OpenStack for Magnum
Mohammed Naser4b630042023-02-07 20:47:45 +000047magnum_image_container_format: bare
48magnum_image_disk_format: raw
vexxhost-bote8e55c32024-10-29 12:30:14 -040049magnum_images: "{{ _magnum_images }}"
Oleksandr Kc090abb2023-12-12 19:46:11 +010050
51magnum_cluster_api_proxy_ovs_node_selector:
52 openstack-control-plane: enabled
53magnum_cluster_api_proxy_ovn_node_selector:
54 openvswitch: enabled