2021-03-12 23:41:31 +00:00
|
|
|
---
|
|
|
|
features:
|
|
|
|
- |
|
|
|
|
The anaconda deploy interface now handles config drive. The config drive
|
2021-07-20 13:31:29 +00:00
|
|
|
contents are written to the disk in the /var/lib/cloud/seed/config_drive
|
2021-03-12 23:41:31 +00:00
|
|
|
directory by the driver via kickstart files %post section. cloud-init
|
2021-07-20 13:31:29 +00:00
|
|
|
picks up the the config drive information and processes them.
|
|
|
|
Because the config drive is extracted on to disk as plain text files,
|
|
|
|
tools like glean do not work with this deploy interface.
|