Scripts and tools to build ironic-python-agent
Go to file
Riccardo Pittau 22a12a3a41 Fix pip install pkgs with non-ascii characters in filenames
As found recently, pip with Python 3.6 and forward has some issues
installing tarballs that contain files with non-ascii characters
in their names.
This is due mainly to the fact that the default locale in the
system is set to C [1].
As a workaround, we run the installation of the packages in the
virtualenv forcing C.UTF-8 locale.

[1] https://github.com/pypa/pip/issues/7667

Change-Id: Idfb8b121a43a0bb74844fd63d5c2507d7b888b15
2020-01-30 12:07:32 +01:00
dib/ironic-python-agent-ramdisk Fix pip install pkgs with non-ascii characters in filenames 2020-01-30 12:07:32 +01:00
doc/source Replace CentOS 7 images with CentOS 8 2019-12-26 12:37:59 +01:00
ironic_python_agent_builder CLI: add --verbose and --extra-args 2019-10-23 16:10:04 +02:00
playbooks/ironic-python-agent-build-image Clean up the ansible playbooks 2019-09-26 11:55:41 +02:00
releasenotes Add efivar 2020-01-07 15:46:33 +01:00
roles Fix and return the CentOS 7 job 2020-01-20 16:08:56 +01:00
tinyipa Merge "Add efivar" 2020-01-14 00:14:54 +00:00
tools Recover iso-image-create script 2019-09-27 09:21:53 +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
.zuul.yaml Fix and return the CentOS 7 job 2020-01-20 16:08:56 +01: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 Drop python 2.7 support and testing 2019-11-23 18:39:21 +05:30
tox.ini Drop python 2.7 support and testing 2019-11-23 18:39:21 +05:30

README.rst

Ironic Python Agent Builder

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