summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2022-08-16 14:16:48 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2022-08-17 12:57:57 -0700
commit5c1dd47e6ce16616268abd016da58ea80136cbfd (patch)
tree43fc2e2329bf6091717936342e36a7d6fb96ae90 /releasenotes
parentc861423eb5acf9a1d8f3704bd4552e798731166e (diff)
downloadironic-5c1dd47e6ce16616268abd016da58ea80136cbfd.tar.gz
Add kickstart template 'url' option
To use a source as a path with the anaconda deployment interface, the kickstart template needs to utilize a 'url' command as opposed to a second stage ramdisk. This allows a seamless automatic switch without a customized kickstart template to just use a URL. Change-Id: I31febd4e131ed0cc1b37adb9318be8cb17136a68
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/adds-kickstart-auto-url-in-template-9f716c244adff159.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/adds-kickstart-auto-url-in-template-9f716c244adff159.yaml b/releasenotes/notes/adds-kickstart-auto-url-in-template-9f716c244adff159.yaml
new file mode 100644
index 000000000..df7e0bdcf
--- /dev/null
+++ b/releasenotes/notes/adds-kickstart-auto-url-in-template-9f716c244adff159.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Adds an automatic switch to ``url`` for the kickstart template when
+ the source is a URL path as opposed to a ``stage2`` ramdisk.