Mark upgrade_cleanup option as experimental
The feature doesn't work now, the upgrade_tasks that take care of the cleanup are being refactored by the Upgrade team. The current status of this feature is that the upgrade will fail in some of the tasks, and also the tasks aren't idempotent (for the ones which worked). Until we stabilize it, let's mark it as experimental. Related-Bug: #1774219 Change-Id: I38c411cae75c419af18a654c741a014502ecd292
This commit is contained in:
parent
4ad7dff959
commit
328b0f53f1
@ -4,3 +4,4 @@ features:
|
|||||||
The new option "upgrade_cleanup" is set to False by default but when
|
The new option "upgrade_cleanup" is set to False by default but when
|
||||||
set to True, it'll cleanup the packages and configurations installed
|
set to True, it'll cleanup the packages and configurations installed
|
||||||
on the undercloud after an upgrade.
|
on the undercloud after an upgrade.
|
||||||
|
This feature is experimental now and should be used for testing only.
|
||||||
|
@ -284,8 +284,9 @@ class UndercloudConfig(StandaloneConfig):
|
|||||||
cfg.BoolOpt('upgrade_cleanup',
|
cfg.BoolOpt('upgrade_cleanup',
|
||||||
default=False,
|
default=False,
|
||||||
help=_(
|
help=_(
|
||||||
'Whether to clean undercloud rpms after an upgrade'
|
'(Experimental) Whether to clean undercloud rpms '
|
||||||
' to a containerized undercloud.')),
|
'after an upgrade to a containerized '
|
||||||
|
'undercloud.')),
|
||||||
cfg.ListOpt('enabled_hardware_types',
|
cfg.ListOpt('enabled_hardware_types',
|
||||||
default=['ipmi', 'redfish', 'ilo', 'idrac'],
|
default=['ipmi', 'redfish', 'ilo', 'idrac'],
|
||||||
help=_('List of enabled bare metal hardware types '
|
help=_('List of enabled bare metal hardware types '
|
||||||
|
Loading…
Reference in New Issue
Block a user