summaryrefslogtreecommitdiff
path: root/releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml
diff options
context:
space:
mode:
authorArun S A G <sagarun@gmail.com>2021-03-12 15:41:31 -0800
committerArun S A G <sagarun@gmail.com>2021-07-04 10:36:18 -0700
commit4ac8340fb613de77484de0e8cf3bc687c6b644c4 (patch)
treeb686497a6ecb4ee00db32a2c6e7bd51bd7f8b7d5 /releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml
parent5ae4bb31cab562f28b64122b7a3e657c0a0cbf3a (diff)
downloadironic-4ac8340fb613de77484de0e8cf3bc687c6b644c4.tar.gz
Add support for configdrive in anaconda interface
Config drive is processed by the deploy interface and written to the disk during post install of the deployment. The config drive is written to /var/lib/cloud/seed/config_drive on the disk. cloud-init should be able to process read config drive contents and take actions on firstboot. Change-Id: Id5a949e777e242d2f20966ec045ac319c61636ba
Diffstat (limited to 'releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml')
-rw-r--r--releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml b/releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml
new file mode 100644
index 000000000..5b11a11f3
--- /dev/null
+++ b/releasenotes/notes/configdrive-support-in-anaconda-deploy-f2aad59b4ff809ec.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ The anaconda deploy interface now handles config drive. The config drive
+ contents are written to the disk at /var/lib/cloud/seed/config_drive
+ directory by the driver via kickstart files %post section. cloud-init
+ should be able to pick up the the config drive information and process
+ them. Because the config drive is extracted on to disk as plain text files
+ tools like glean will not work with this deploy interface.