54f14a0ca6
We need to switch to a different ceph-ansible playbook on upgrade converge step to trigger the actual Ceph upgrade. Change-Id: I22c2d7f3a33b454df46173c76d0ede668ab9d064
13 lines
443 B
YAML
13 lines
443 B
YAML
# Use this to reset any mappings only used for upgrades after the
|
|
# update of all nodes is completed
|
|
resource_registry:
|
|
OS::TripleO::PostDeploySteps: ../common/post.yaml
|
|
parameter_defaults:
|
|
EnableConfigPurge: false
|
|
StackUpdateType: ''
|
|
UpgradeLevelNovaCompute: ''
|
|
UpgradeInitCommonCommand: ''
|
|
UpgradeInitCommand: ''
|
|
MigrationSshPort: 2022
|
|
CephAnsiblePlaybook: /usr/share/ceph-ansible/infrastructure-playbooks/rolling_update.yml
|