tripleo-heat-templates/environments/lifecycle/upgrade-converge.yaml

18 lines
755 B
YAML

# Environment file used in the last 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::DeploymentSteps: OS::Heat::StructuredDeploymentGroup
OS::TripleO::WorkflowSteps: OS::Mistral::ExternalResource
parameter_defaults:
CephAnsiblePlaybook: ['/usr/share/ceph-ansible/site-docker.yml.sample']
EnableOnlineDataMigrations: true
UpgradeLevelNovaCompute: ''
UpgradeInitCommonCommand: ''
UpgradeInitCommand: ''
UpgradeRemoveUnusedPackages: false
# Unset RHEL registration parameters to avoid
# re-registering on future stack updates.
RHELRegistrationActions: 'CREATE'
RHELRegistrationUpgrade: true