Files
kayobe/playbooks/kayobe-infra-vm-base/infra-vms-group-vars.j2
Pierre Riteau f23cb602df Support CentOS Stream 10 and Rocky Linux 10 images
This bumps the jriguera.configdrive role to the latest commit to support
generating a configdrive with xorriso instead of genisoimage.

Depends-On: https://review.opendev.org/c/openstack/kayobe-config-dev/+/962548

Change-Id: Ia2881915531a74414cda44b676167cf9360c55b7
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
2025-09-30 11:51:14 +02:00

11 lines
352 B
Django/Jinja

---
{% if infra_vm_use_cirros | default(true) or ansible_os_family == 'RedHat' and ansible_distribution_major_version == '9' %}
aio_interface: eth0
{% else %}
# Required for official cloud images (CentOS Stream 10, Rocky Linux 10, Ubuntu)
aio_interface: ens2
{% endif %}
# Route via the seed-hypervisor to the outside world.
aio_gateway: 192.168.33.4