be07f991b6
MongoDB support was stopped in Pike, it is not used anywhere now. Therefore, in Stein are removing it to clean things up. Change-Id: I4ec8f35b1dd71c25cfb41cc54105ac743ef67745
14 lines
564 B
YAML
14 lines
564 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::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']
|