summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2022-08-01 16:34:20 +0200
committerDmitry Tantsur <dtantsur@protonmail.com>2022-08-01 16:34:20 +0200
commitf8135b22f633805ed84849dc3bf0e403966c790c (patch)
tree5a49595291046d47c6fe369d8a15092bf246a974 /releasenotes
parente651fd6db584acafd8bdd5bad8b237d33d123732 (diff)
downloadironic-f8135b22f633805ed84849dc3bf0e403966c790c.tar.gz
Enable the ramdisk deploy by default
It proved useful (supported by Metal3, used in OpenShift) and does not require any conductor-level configuration. Change-Id: I57e59ac21e3327b9ad2f1d1436e184b48999006b
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ramdisk-deploy-384a38c3c96059dd.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/ramdisk-deploy-384a38c3c96059dd.yaml b/releasenotes/notes/ramdisk-deploy-384a38c3c96059dd.yaml
new file mode 100644
index 000000000..0fb33937e
--- /dev/null
+++ b/releasenotes/notes/ramdisk-deploy-384a38c3c96059dd.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The ``ramdisk`` deploy interface is now enabled by default. When the
+ default ``direct`` deploy is also enabled, the ``ramdisk`` deploy must be
+ explicitly requested on the node level.