aboutsummaryrefslogtreecommitdiffstats
path: root/environments/major-upgrade-composable-steps-docker.yaml
blob: 5fa2f2d8c46785922f3e11e9d8e6da12871f8e29 (plain)
1
2
3
4
5
6
7
8
9
10
resource_registry:
  # FIXME(shardy) do we need to break major_upgrade_steps.yaml apart to
  # enable docker specific logic, or is just overridding PostUpgradeSteps
  # enough (as we want to share the ansible tasks steps etc)
  OS::TripleO::PostDeploySteps: ../puppet/major_upgrade_steps.yaml
parameter_defaults:
  UpgradeLevelNovaCompute: auto
  UpgradeInitCommonCommand: |
    #!/bin/bash
    # Ocata to Pike, put any needed host-level workarounds here