21 lines
994 B
YAML
21 lines
994 B
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
|
|
# 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::WorkflowSteps: 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
|