Scripts and tools to build ironic-python-agent
Go to file
Pierre Riteau fc070c691e Fix IPA execution issues due to lack of entropy
While running TinyIPA stable/stein images in KVM virtual machines with
Tenks, we noticed that IPA would start but not execute further, which
appeared to be caused by a lack of entropy.

This patch installs haveged, a simple entropy daemon [1], into the
tinyipa ramdisk and starts it on boot, which resolves the issue.

While this problem was reproduced reliably with stable/stein and not
seen with stable/train or stable/rocky images, we will start running
haveged in all versions, for consistency. It adds less than 20 KiB to
the ramdisk.

[1] http://www.issihosts.com/haveged/

Change-Id: I7d47b7828733cc03c1ed6c370c451465a6d492b6
Story: 2006911
Task: 37554
2019-11-21 15:35:35 +01:00
dib/ironic-python-agent-ramdisk Update upper-constraints handling 2019-10-18 12:49:28 +02:00
doc/source Merge "DIB: allow disabling rescue mode" 2019-10-16 13:08:19 +00: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 Initial structure 2017-11-03 14:34:47 +01:00
roles Generate checksums for DIB images 2019-11-18 16:59:20 +01:00
tinyipa Fix IPA execution issues due to lack of entropy 2019-11-21 15:35:35 +01: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 Allow changing DIB_RELEASE and add a job with CentOS 8 2019-10-16 15:10:02 +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 Blacklist sphinx 2.1.0 (autodoc bug) 2019-10-09 16:23:43 +08:00
tox.ini Update the constraints url 2019-09-25 14:57:46 +08:00

Ironic Python Agent Builder

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