tripleo-heat-templates/environments/fast-forward-upgrade.yaml
Marius Cornea ca7721003b Do not remove packages during FFU
This change removes the UpgradeRemoveUnusedPackages parameter from
the fast-forward-upgrade environment to avoid removing packages
during upgrade which leads to failures.

Change-Id: I3e9ca8ef653f8298bc68bfe9752ae773f0fc34c0
2018-02-20 20:58:52 -05:00

19 lines
827 B
YAML

# NOTE(lyarwood): Required as these services were deprecated in O and then
# removed in P but will still be present in the initial N Overcloud stack at
# the start of a fast-forward upgrade.
resource_registry:
OS::TripleO::Services::Core: OS::Heat::None
OS::TripleO::Services::GlanceRegistry: OS::Heat::None
OS::TripleO::Services::VipHosts: OS::Heat::None
OS::TripleO::Services::CephExternal: OS::Heat::None
OS::TripleO::Services::CephMgr: OS::Heat::None
OS::TripleO::Services::CephMon: OS::Heat::None
OS::TripleO::Services::CephOSD: OS::Heat::None
OS::TripleO::Services::CephClient: OS::Heat::None
OS::TripleO::Services::CephMds: OS::Heat::None
OS::TripleO::Services::CephRbdMirror: OS::Heat::None
OS::TripleO::Services::CephRgw: OS::Heat::None
parameter_defaults:
StackUpdateType: FASTFORWARDUPGRADE