blob: 88ab90b18d7994a484cdbdcafd068cfe46ea6aaa [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 Naser4ede3ad2023-01-18 03:16:37 +000022# List of annotations to apply to the Ingress
Mohammed Naser2145fc32023-01-29 23:23:03 +000023magnum_ingress_annotations: {}
Mohammed Naser756b7172023-02-03 04:01:53 +000024magnum_registry_ingress_annotations: {}
Mohammed Naser4ede3ad2023-01-18 03:16:37 +000025
Mohammed Naserbc9c76c2023-07-01 17:35:50 -040026# Cluster API configuration
Mohammed Naser65850fd2023-02-22 21:36:27 -050027magnum_clusterctl_config:
28 images:
29 cluster-api/cluster-api-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000030 repository: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
31 tag: "{{ atmosphere_images['cluster_api_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050032 bootstrap-kubeadm/kubeadm-bootstrap-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000033 repository: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
34 tag: "{{ atmosphere_images['cluster_api_kubeadm_bootstrap_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050035 control-plane-kubeadm/kubeadm-control-plane-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000036 repository: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
37 tag: "{{ atmosphere_images['cluster_api_kubeadm_control_plane_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050038 infrastructure-openstack/capi-openstack-controller:
Mohammed Naser31171f42023-03-19 00:10:46 +000039 repository: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('prefix') }}"
40 tag: "{{ atmosphere_images['cluster_api_openstack_controller'] | vexxhost.kubernetes.docker_image('tag') }}"
Mohammed Naser65850fd2023-02-22 21:36:27 -050041
Mohammed Naserfef69422023-01-18 02:38:06 +000042# List of images to load into OpenStack for Magnum
Mohammed Naser4b630042023-02-07 20:47:45 +000043magnum_image_container_format: bare
44magnum_image_disk_format: raw
vexxhost-bot7970a492024-10-29 12:32:11 -040045magnum_images: "{{ _magnum_images }}"
Oleksandr Kc090abb2023-12-12 19:46:11 +010046
47magnum_cluster_api_proxy_ovs_node_selector:
48 openstack-control-plane: enabled
49magnum_cluster_api_proxy_ovn_node_selector:
50 openvswitch: enabled