4323ad1c94
This allows to run a command or a script snippet on all overcloud nodes at the beginning of the upgrade. The intended use is to switch to a new set of repositories on the overcloud. This is done differently in different contexts (e.g. upstream vs. downstream), but generally it should be simple enough to not warrant creation of switchable "UpgradeInit" resource in the resource registry, and a string command/snippet parameter should suffice. Change-Id: I72271170d3f53a5179b3212ec9bae9a6204e29e6
12 lines
531 B
YAML
12 lines
531 B
YAML
parameter_defaults:
|
|
UpgradeLevelNovaCompute: liberty
|
|
|
|
resource_registry:
|
|
OS::TripleO::Tasks::UpdateWorkflow: ../extraconfig/tasks/major_upgrade_pacemaker_init.yaml
|
|
OS::TripleO::Tasks::PackageUpdate: ../extraconfig/tasks/yum_update_noop.yaml
|
|
OS::TripleO::ControllerPostDeployment: OS::Heat::None
|
|
OS::TripleO::ComputePostDeployment: OS::Heat::None
|
|
OS::TripleO::ObjectStoragePostDeployment: OS::Heat::None
|
|
OS::TripleO::BlockStoragePostDeployment: OS::Heat::None
|
|
OS::TripleO::CephStoragePostDeployment: OS::Heat::None
|