ba8168fe96
To trigger ceph-ansible we need to make sure the WorkfowSteps resource is enabled in ceph-upgrade-prepare env file. Change-Id: Id760305971a68c397f9334265dd023b1e1884295 Closes-Bug: 1774647
12 lines
597 B
YAML
12 lines
597 B
YAML
# Environment file used in the first step of an 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::SoftwareDeployment: OS::Heat::StructuredDeployment
|
|
OS::TripleO::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
|
|
OS::TripleO::WorkflowSteps: OS::Mistral::ExternalResource
|
|
OS::Heat::SoftwareDeployment: OS::TripleO::Heat::SoftwareDeployment
|
|
OS::Heat::StructuredDeployment: OS::TripleO::Heat::StructuredDeployment
|
|
parameter_defaults:
|
|
StackUpdateType: ''
|