Scripts and tools to build ironic-python-agent
Go to file
Steve Baker e51c210861 Remove centos7 job, python2 support
This change does the following:
- Removes the centos7 job, it uses python2 even though python2 was
  dropped from IPA in 2019.
  (see Ifd0e0b99bb82a7d7e82d6c14309468196f5734fc)
- Allow 60-ironic-python-agent-ramdisk-install to assume python3 and
  the venv module, the remaining centos7-python3 job will also test this
- Replaces the pip-and-virtualenv element with ensure-venv.
  pip-and-virtualenv exists to install virtualenv for python2
  environments, and it is unmaintained and mostly technical debt.

Change-Id: I9b6e03f50a4eb2484a04748e51d7348401b6ca04
(cherry picked from commit 66206d0b27)
2022-01-25 12:31:39 +13:00
dib Remove centos7 job, python2 support 2022-01-25 12:31:39 +13:00
doc Support non-genisoimage binaries 2021-09-15 16:21:14 -07: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 centos7 job, python2 support 2022-01-25 12:31:39 +13:00
roles Do not build iso for ussuri ipa 2021-03-05 09:23:19 +01:00
tinyipa Support non-genisoimage binaries 2021-09-15 16:21:14 -07:00
tools Recover iso-image-create script 2019-09-27 09:21:53 +00:00
zuul.d Remove centos7 job, python2 support 2022-01-25 12:31:39 +13:00
.gitignore Add documentation on building images 2019-09-18 16:00:24 +02:00
.gitreview Update .gitreview for stable/xena 2021-09-17 13:28:53 +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 Cleanup py27 support 2020-04-16 18:52:41 +02:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/xena 2021-09-17 13:28:58 +00:00

Ironic Python Agent Builder

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