summaryrefslogtreecommitdiff
path: root/releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml
blob: 5cdfab69b19ed3d1ddc0ab301dee2b79473de255 (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    The anaconda deploy interface now handles config drive. The config drive
    contents are written to the disk in the /var/lib/cloud/seed/config_drive
    directory by the driver via kickstart files %post section. cloud-init
    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.