ironic-python-agent/releasenotes/notes/vmedia-copy-6a58f3183b166c42.yaml
Dmitry Tantsur b9b67fad77 Copy any configuration from the virtual media
For ramdisk TLS (and other potential future enhancements) we need
to be able to inject configuration and certificates into the ramdisk.
Since we cannot pass files through kernel parameters, we need to
put them on the generated ISO or (in the future) config drive.

This change detects IPA configuration and copies it into the ramdisk
early enough for any configuration files to get picked.

Changed /dev/disk/by-label to blkid since the former may not exist
on all ramdisks (e.g. tinyIPA).

Change-Id: Ic64d7842a59795bbf02f194221dedc07c6b56e8c
2020-11-23 16:04:45 +01:00

6 lines
161 B
YAML

---
other:
- |
Agent configuration files found on attached virtual media or config drive
devices are now copied to the ramdisk and loaded on start up.