Scripts and tools to build ironic-python-agent
Go to file
LALLAU Bertrand 8a27cf7167 Fix vmedia network config drive handling
The publisher ID generated by Ironic (using oslo.util) is actualy in lowercase,
hence it will never match publisher ID generated by udevadm (uppercase).
In order to compare these strings without case conflict, we put both in lowercase.

Closes-Bug: #2085355
Change-Id: I501c8b46128de38c634b1c159a40ffb0d7a64f4c
2024-11-05 15:59:05 +01:00
dib Fix vmedia network config drive handling 2024-11-05 15:59:05 +01:00
doc Drop unnecessary 'x' bit from doc config file 2024-10-21 11:20:46 +00:00
ironic_python_agent_builder Always generate checksum files on image builds 2023-11-23 09:03:57 +13:00
playbooks/ironic-python-agent-build-image Collect disk usage info post CI jobs run 2023-04-12 13:19:46 +02:00
releasenotes Update master for stable/2024.2 2024-09-20 13:51:47 +00:00
roles Remove outdated install pyyaml with pip2 2023-06-19 10:48:21 +02:00
tinyipa Update ipmitool version to 1.8.19 2024-02-27 15:31:09 +01:00
tools Recover iso-image-create script 2019-09-27 09:21:53 +00:00
zuul.d [codespell] Adding CI target for Tox Codespell 2024-01-26 04:11:47 +00:00
.gitignore Add documentation on building images 2019-09-18 16:00:24 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:58 +00:00
CONTRIBUTING.rst Change bug links to storyboard 2018-04-05 16:17:32 +02:00
LICENSE Initial structure 2017-11-03 14:34:47 +01:00
README.rst Add link to LP bug tracker 2023-11-08 10:48:29 -08:00
requirements.txt Update requirements for diskimage-builder 2021-05-18 10:06:23 +02:00
setup.cfg [codespell] Adding Tox Target for Codespell 2024-01-26 04:11:43 +00:00
setup.py Fix tox4 and setuptools errors 2022-12-28 15:44:17 +01:00
tox.ini Merge "[codespell] Adding Tox Target for Codespell" 2024-02-01 00:44:14 +00:00

Ironic Python Agent Builder

Tools and scripts to build a deployment, cleaning or inspection ramdisk based on Ironic Python Agent.