Scripts and tools to build ironic-python-agent
Go to file
Michael Davies c51b43806a Allow extra python pakgs into tinyipa
Allow the user to specify additional python packages via the
PYTHON_EXTRA_SOURCES_DIR_LIST env variable.  The list of packages
needs to be a comma separated list of directories of local checkouts.

This allows additional optional packages, such as 'hardware', to be added
into a tinyipa build, even though they aren't specified in a
requirements.txt file elsewhere.

Also turn off python package optimisation if 'hardware' is included, due
to one of its dependencies.

Change-Id: I001aa9c116bfd78afd70a489a69c53c60f6a265b
2019-10-14 09:12:06 +10:30
dib DIB: create the directory for rescue password 2019-08-26 14:09:33 +02:00
doc/source Make ironic-python-agent-builder packaging-friendly 2019-08-12 15:28:34 +02:00
ironic_python_agent_builder Accounts for Ubuntu paths on pip installation 2019-08-26 18:02:12 +02:00
releasenotes Initial structure 2017-11-03 14:34:47 +01:00
tinyipa Allow extra python pakgs into tinyipa 2019-10-14 09:12:06 +10:30
.gitignore Initial structure 2017-11-03 14:34:47 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:42:58 +00:00
.zuul.yaml Add a full set of IPA jobs to the CI 2019-08-24 19:10:46 +02: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 09:09:06 +00:00
requirements.txt Make ironic-python-agent-builder packaging-friendly 2019-08-12 15:28:34 +02:00
setup.cfg Add missing packages to setup.cfg 2019-08-13 09:33:32 +02:00
setup.py Initial structure 2017-11-03 14:34:47 +01:00
test-requirements.txt Make ironic-python-agent-builder packaging-friendly 2019-08-12 15:28:34 +02:00
tox.ini Make ironic-python-agent-builder packaging-friendly 2019-08-12 15:28:34 +02:00

README.rst

Ironic Python Agent Builder

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