aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/add-option-remove-unused-packages-on-upgrade-5a469428a6948148.yaml
blob: dbb7af1fe36ab968e43a69627c111c0a1d33e573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
upgrade:
  - Adds a new UpgradeRemoveUnusedPackages parameter (default False) and some
    service upgrade_tasks that use this parameter to remove any unused
    packages. "Unused" is those services that are being stopped and disabled
    from starting on boot (because they are being containerized). Note that
    ignore_errors is set on all the package removal ansible tasks so any
    issues removing a given package will not fail the upgrade workflow.

    For clarity, setting UpgradeRemoveUnusedPackages to True in your deployment
    environment file(s) will result in the REMOVAL of packages for stopped
    and disabled services, during the upgrade.