Noop controller pre and post config resources.
authorMarius Cornea <mcornea@redhat.com>
Wed, 26 Jul 2017 07:46:53 +0000 (09:46 +0200)
committerMarius Cornea <mcornea@redhat.com>
Wed, 26 Jul 2017 12:42:47 +0000 (14:42 +0200)
This change sets the ControllerPreConfig and ControllerPostConfig
resources to OS::Heat::None in order to avoid setting the cluster
to maintenance mode while upgrading to the docker architecture.

Closes-Bug: 1706594

Change-Id: Ibd69670d1617b73a8621b8fd4243041891a96747

environments/docker-ha.yaml

index 474e996..1e25a35 100644 (file)
@@ -5,6 +5,8 @@ resource_registry:
   # Pacemaker runs on the host
   OS::TripleO::Services::Pacemaker: ../puppet/services/pacemaker.yaml
   OS::TripleO::Services::PacemakerRemote: ../puppet/services/pacemaker_remote.yaml
+  OS::TripleO::Tasks::ControllerPreConfig: OS::Heat::None
+  OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None
 
   # Services that are disabled for HA deployments with pacemaker
   OS::TripleO::Services::Keepalived: OS::Heat::None