Scripts and tools to build ironic-python-agent
c683807068
In trying to do a UEFI partition image, we need dosfstools and our tinycore image doesn't have it present. Ultimately this raises an exception along the lines of: prepare_image, error: Failed to create a file system. File system vfat is not supported.: ironic_lib.exception.FileSystemNotSupported: Failed to create a file system. File system vfat is not supported. Which is rooted in the mkfs.vfat binary not being present. mkfs: failed to execute mkfs.vfat: No such file or directory I confirmed the tinycore-master image does indeed lack the dosfstools package. As such adding it to the final requirements list should enable tinycore to support UEFI partition image deployments. Change-Id: I7df395bd2dcc5613a54a21d4aaa14b1e5862e7c3 |
||
---|---|---|
dib | ||
doc/source | ||
ironic_python_agent_builder | ||
playbooks/ironic-python-agent-build-image | ||
releasenotes | ||
roles | ||
tinyipa | ||
tools | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Ironic Python Agent Builder
Tools and scripts to build a deployment, cleaning or inspection ramdisk based on Ironic Python Agent.
- Free software: Apache license
- Documentation: https://docs.openstack.org/ironic-python-agent-builder
- Source: https://opendev.org/openstack/ironic-python-agent-builder
- Bugs: https://storyboard.openstack.org/#!/project/948
- Release Notes: https://docs.openstack.org/releasenotes/ironic-python-agent-builder/