summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-09-14 17:16:26 +0000
committerGerrit Code Review <review@openstack.org>2021-09-14 17:16:26 +0000
commite377ec72a2696fa054236b90ac9177459238633b (patch)
tree8d5b2353e8c0e6bd32c665615d89d08f698a3b18 /releasenotes
parent227850979c6162e41d9aa2c1f119bac3116e637f (diff)
parent75304deefb4c30cf27ab6a535233a86e889b9d79 (diff)
downloadironic-e377ec72a2696fa054236b90ac9177459238633b.tar.gz
Merge "Fix in-band cleaning for ramdisk and anaconda deploy"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ramdisk-cleaning-f4e061f978bd6ac4.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/ramdisk-cleaning-f4e061f978bd6ac4.yaml b/releasenotes/notes/ramdisk-cleaning-f4e061f978bd6ac4.yaml
new file mode 100644
index 000000000..568a100ce
--- /dev/null
+++ b/releasenotes/notes/ramdisk-cleaning-f4e061f978bd6ac4.yaml
@@ -0,0 +1,17 @@
+---
+upgrade:
+ - |
+ In-band cleaning has been fixed for ``ramdisk`` and ``anaconda``
+ deploy interfaces. If you rely on actual clean steps not running,
+ you need to disable cleaning instead for the relevant nodes::
+
+ baremetal node set <node> --no-automated-clean
+fixes:
+ - |
+ Fixes in-band cleaning for the ``ramdisk`` and ``anaconda`` deploy
+ interfaces. Previously no in-band steps were fetched from the ramdisk.
+other:
+ - |
+ The cleaning code has been moved from ``AgentDeployMixin`` to
+ ``AgentBaseMixin``. Most of 3rd party deploy interfaces will need to
+ include both anyway.