752c82ccd9
The agent deploy mixin tries to collect logs from the deployment ramdisk after powering off a node. This is clearly not going to work, as it requires a call to the IPA API. This change avoids collecting logs from the ramdisk in failure scenarios where the node is powered off. Change-Id: I353e73e3612ece893276c683ce469f8561e9ebf9 Closes-Bug: #1732939
9 lines
371 B
YAML
9 lines
371 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where if a failure occurs during deployment, the Bare Metal
|
|
service could attempt to collect logs from a node that had been powered
|
|
off. This would result in a number of failed attempts to collect the logs
|
|
before failing the deployment. See `bug 1732939
|
|
<https://bugs.launchpad.net/ironic/+bug/1732939>`_ for details.
|