This change noops ControllerDeployedServer{Pre,Post}Config to avoid
getting the upgrade of a split stack deployment getting stuck due
to the cluster being in maintenance mode. For reference a similar
change has been done for the regular Controller role in:
https://review.openstack.org/#/c/487313/
Change-Id: Idd393011b3c4d0d236780e11a04a59d426750de1
Closes-bug: 1725175
(cherry picked from commit 8e92d7c6db)
5 lines
285 B
YAML
5 lines
285 B
YAML
resource_registry:
|
|
OS::TripleO::Tasks::ControllerDeployedServerPreConfig: OS::Heat::None
|
|
OS::TripleO::Tasks::ControllerDeployedServerPostConfig: OS::Heat::None
|
|
OS::TripleO::Tasks::ControllerDeployedServerPostPuppetRestart: ../extraconfig/tasks/post_puppet_pacemaker_restart.yaml
|