3ed0be0a1f
FluentClient service has been renamed into Fluentd [0] for queens. This patch handles the disabling of the old FluentdClient service. [0] Idb9886f04d56ffc75a78c4059ff319b58b4acf9f Change-Id: I085973f3d23fd78c16cba94a91692421956b301b Closes-Bug: #1746493
28 lines
1.3 KiB
YAML
28 lines
1.3 KiB
YAML
# Environment file used in the first step of a ffwd overcloud upgrade.
|
|
# This file is required by the tripleoclient and not expected to be updated
|
|
# by the operator. Please use additional -e env.yaml.
|
|
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
|
|
# Set the config-download environment for the stack update:
|
|
OS::TripleO::SoftwareDeployment: ../../config-download-structured.yaml
|
|
OS::Heat::SoftwareDeployment: ../../config-download-software.yaml
|
|
OS::Heat::StructuredDeployment: ../../config-download-structured.yaml
|
|
OS::TripleO::DeploymentSteps: OS::Heat::None
|
|
OS::TripleO::Ssh::KnownHostsDeployment: OS::Heat::None
|
|
OS::TripleO::Ssh::HostPubKey: OS::Heat::None
|
|
# Deprecated/Name changed services
|
|
OS::TripleO::Services::FluentdClient: OS::Heat::None
|
|
|
|
parameter_defaults:
|
|
StackUpdateType: FASTFORWARDUPGRADE
|