Browse Source
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: 1725175changes/54/513654/1
1 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@
|
||||
resource_registry: |
||||
OS::TripleO::Tasks::ControllerDeployedServerPreConfig: ../extraconfig/tasks/pre_puppet_pacemaker.yaml |
||||
OS::TripleO::Tasks::ControllerDeployedServerPostConfig: ../extraconfig/tasks/post_puppet_pacemaker.yaml |
||||
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 |
||||
|
Loading…
Reference in new issue