Merge "Disable Bifrost cleaning by default"
This commit is contained in:
commit
4be5629d38
@ -73,6 +73,10 @@ noauth_mode: true
|
|||||||
# Enable discovery of nodes in Ironic Inspector.
|
# Enable discovery of nodes in Ironic Inspector.
|
||||||
enable_inspector_discovery: true
|
enable_inspector_discovery: true
|
||||||
|
|
||||||
|
# Disable cleaning for backwards compatibility. It is enabled by default in
|
||||||
|
# Bifrost since the Victoria release.
|
||||||
|
cleaning: false
|
||||||
|
|
||||||
{% if kolla_bifrost_extra_globals %}
|
{% if kolla_bifrost_extra_globals %}
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Extra configuration
|
# Extra configuration
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Until the Victoria release, Bifrost disabled node cleaning, however it
|
||||||
|
became enabled in Victoria. To maintain backward compatibility, Kayobe now
|
||||||
|
modifies the configuration in Bifrost to disable node cleaning of overcloud
|
||||||
|
hosts.
|
Loading…
Reference in New Issue
Block a user