ironic/releasenotes/notes/configdrive-render-8eb398d956393d60.yaml
Dmitry Tantsur 172d1b22df Delay rendering configdrive
When the configdrive input is JSON (meta_data, etc), delay the rendering
until the ISO image is actually used. It has two benefits:
1) Avoid storing a large ISO image in instance_info,
2) Allow deploy steps to access the original user's input.

Fix configdrive masking to correctly mask dicts.

Story: #2008875
Task: #42419
Change-Id: I86d30bbb505b8c794bfa6412606f4516f8885aa9
2021-05-19 15:17:49 +02:00

7 lines
234 B
YAML

---
other:
- |
Configuration drives are now stored in their JSON representation and only
rendered when needed. This allows deploy steps to access the original
JSON representation rather than only the rendered ISO image.