Scripts and tools to build ironic-python-agent
Go to file
Steve Baker cb216b6cd8 Add DIB_IPA_HARDWARE_RDO to define repo behaviour
Currently the latest RDO repo is installed on centos9
for the python-hardware package. This would not be appropriate in the
following cases:
* When repos are copied in from the host via DIB_YUM_REPO_CONF
* When another element is responsible for setting up repos

This change adds environment variable DIB_IPA_HARDWARE_RDO, which will
only be set to `1` on centos9, when DIB_YUM_REPO_CONF isn't set, and
when the user hasn't explicitly set DIB_IPA_HARDWARE_RDO.

This retains the current default behaviour of just working, while
giving flexibility for repos to be set up another way.

Change-Id: I1cc0b9833baf642866e9762c6bae44360bffe20d
2023-03-16 14:42:20 +13:00
dib Add DIB_IPA_HARDWARE_RDO to define repo behaviour 2023-03-16 14:42:20 +13:00
doc remove unicode prefix from code 2022-08-27 16:14:06 +08:00
ironic_python_agent_builder Merge "Fix ELEMENTS_PATH environment variable being overwritten." 2021-01-04 15:54:08 +00:00
playbooks/ironic-python-agent-build-image Run ensure-pip in the build/check jobs 2020-06-22 14:16:02 +02:00
releasenotes Remove /var/tmp/* from images 2023-01-03 08:57:23 -08:00
roles Remove CentOS Stream 8 leftovers 2022-07-06 11:29:15 +02:00
tinyipa Remove support for distributions with Python 3.6 2022-05-13 12:25:25 +02:00
tools Recover iso-image-create script 2019-09-27 09:21:53 +00:00
zuul.d Merge "Remove support for openSUSE since Python 3.6 is no longer supported" 2022-07-11 00:42:24 +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 releasenotes link to README 2020-05-19 14:49:48 +08:00
requirements.txt Update requirements for diskimage-builder 2021-05-18 10:06:23 +02:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-08 09:14:26 +08:00
setup.py Fix tox4 and setuptools errors 2022-12-28 15:44:17 +01:00
tox.ini Fix tox4 and setuptools errors 2022-12-28 15:44:17 +01:00

Ironic Python Agent Builder

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