blob: 84355f7afaa82c25411a633b57151cdb245637c8 [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
Austin Talbot78a774a2024-09-25 10:15:36 -060020magnum_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 Naserc139abc2025-02-05 14:03:20 -050023# Class name to use for the Ingress
24magnum_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
25magnum_registry_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
26
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000027# List of annotations to apply to the Ingress
Mohammed Naser2145fc32023-01-29 23:23:03 +000028magnum_ingress_annotations: {}
Mohammed Naser756b7172023-02-03 04:01:53 +000029magnum_registry_ingress_annotations: {}
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000030
Mohammed Naserbc9c76c2023-07-01 17:35:50 -040031# Cluster API configuration
Mohammed Naser65850fd2023-02-22 21:36:27 -050032magnum_clusterctl_config:
33 images:
34 cluster-api/cluster-api-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000035 repository: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
36 tag: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050037 bootstrap-kubeadm/kubeadm-bootstrap-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000038 repository: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
39 tag: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050040 control-plane-kubeadm/kubeadm-control-plane-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000041 repository: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
42 tag: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050043 infrastructure-openstack/capi-openstack-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000044 repository: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
45 tag: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050046
Mohammed Naserfef69422023-01-18 02:38:06 +000047# List of images to load into OpenStack for Magnum
Mohammed Naser4b630042023-02-07 20:47:45 +000048magnum_image_container_format: bare
49magnum_image_disk_format: raw
Yaguang Tang05b919d2024-10-29 11:28:35 +080050magnum_images: "{{ _magnum_images }}"
Oleksandr Kc090abb2023-12-12 19:46:11 +010051
52magnum_cluster_api_proxy_ovs_node_selector:
53 openstack-control-plane: enabled
54magnum_cluster_api_proxy_ovn_node_selector:
55 openvswitch: enabled