You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
564 B
13 lines
564 B
# 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::VipHosts: OS::Heat::None |
|
# Deprecated/Name changed services |
|
OS::TripleO::Services::FluentdClient: OS::Heat::None |
|
OS::TripleO::Services::MongoDb: OS::Heat::None |
|
|
|
parameter_defaults: |
|
StackUpdateType: FASTFORWARDUPGRADE |
|
NetworkDeploymentActions: ['CREATE','UPDATE']
|
|
|