
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>
11 lines
326 B
YAML
11 lines
326 B
YAML
---
|
|
# List of packages to install.
|
|
kolla_ansible_package_dependencies:
|
|
- gcc
|
|
- git
|
|
- libffi-devel
|
|
- openssl-devel
|
|
- "{{ 'python3.12' if ansible_facts.distribution_major_version == '9' else 'python3' }}"
|
|
- "{{ 'python3.12-devel' if ansible_facts.distribution_major_version == '9' else 'python3-devel' }}"
|
|
- rsync
|