Scripts and tools to build ironic-python-agent
Go to file
XinxinShen 9032aad2d3 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I5a121329188ebcdb002ba229156cf529da2bd17e
2021-05-08 09:14:26 +08:00
dib Fix build error on aarch64 2021-05-07 01:24:02 +00:00
doc Merge "Support installing ironic-lib from source" 2021-02-17 12:05:29 +00: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 dhcp.sh predictible ifnames 2021-03-16 15:46:26 +00:00
roles Do not build iso for ussuri ipa 2021-03-05 09:23:19 +01:00
tinyipa Create tcedir with correct permissions 2021-04-12 16:21:33 +02:00
tools Recover iso-image-create script 2019-09-27 09:21:53 +00:00
zuul.d Stop testing the iscsi deploy interface 2021-04-30 17:13:59 +02: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 Relax requirement of diskimage-builder 2021-03-03 14:16:13 +01:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-08 09:14:26 +08:00
setup.py Cleanup py27 support 2020-04-16 18:52:41 +02:00
tox.ini Avoid empty dependencies in tox.ini 2021-03-09 12:29:50 +01:00

README.rst

Ironic Python Agent Builder

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