| # Copyright (c) 2023 VEXXHOST, Inc. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| # not use this file except in compliance with the License. You may obtain |
| # a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| # License for the specific language governing permissions and limitations |
| # under the License. |
| |
| ironic_helm_release_name: ironic |
| ironic_helm_chart_path: "../../charts/ironic/" |
| ironic_helm_chart_ref: /usr/local/src/ironic |
| |
| ironic_helm_release_namespace: openstack |
| ironic_helm_values: {} |
| |
| # Class name to use for the Ingress |
| ironic_ingress_class_name: "{{ atmosphere_ingress_class_name }}" |
| |
| # List of annotations to apply to the Ingress |
| ironic_ingress_annotations: {} |
| |
| # Ironic bare metal network used for PXE |
| ironic_bare_metal_network_manage: true |
| ironic_bare_metal_network_name: baremetal |
| ironic_bare_metal_network_provider_physical_network: external |
| ironic_bare_metal_network_provider_network_type: flat # vlan |
| # ironic_bare_metal_network_provider_segmentation_id: |
| ironic_bare_metal_subnet_name: baremetal |
| ironic_bare_metal_subnet_cidr: 172.24.6.0/24 |
| |
| # Ironic Python Agent images |
| ironic_python_agent_deploy_kernel_name: ipa-centos9-zed.kernel |
| ironic_python_agent_deploy_kernel_url: https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ipa-centos9-stable-zed.kernel |
| ironic_python_agent_deploy_ramdisk_name: ipa-centos9-zed.initramfs |
| ironic_python_agent_deploy_ramdisk_url: https://tarballs.opendev.org/openstack/ironic-python-agent/dib/files/ipa-centos9-stable-zed.initramfs |