Adding missing pacemaker definition for scenario000.

During queens jobs upgrade, we install the overcloud using the pike
tripleo heat templates.  So we need this scenario000 to have the
pacemaker resource definition in order for the queen upgrade ci to
work.

Change-Id: Id067bb7a365ebfd1f8cb9d8d3c4518accaa3fa5b
Closes-bug: #1777132
This commit is contained in:
Sofer Athlan-Guyot 2018-06-25 12:39:50 +02:00
parent a5ce2a9843
commit 6b2ab26582
1 changed files with 12 additions and 1 deletions

View File

@ -5,6 +5,17 @@ resource_registry:
# Since the OVB jobs also test this functionality we can shut it off here.
OS::TripleO::AllNodes::Validation: ../common/all-nodes-validation-disabled.yaml
OS::TripleO::Services::RabbitMQ: ../../puppet/services/pacemaker/rabbitmq.yaml
OS::TripleO::Services::HAproxy: ../../puppet/services/pacemaker/haproxy.yaml
OS::TripleO::Services::Pacemaker: ../../puppet/services/pacemaker.yaml
OS::TripleO::Services::PacemakerRemote: ../../puppet/services/pacemaker_remote.yaml
OS::TripleO::Services::Clustercheck: ../../docker/services/pacemaker/clustercheck.yaml
OS::TripleO::Services::MySQL: ../../puppet/services/pacemaker/database/mysql.yaml
OS::TripleO::Services::Keepalived: OS::Heat::None
OS::TripleO::Tasks::ControllerPreConfig: ../../extraconfig/tasks/pre_puppet_pacemaker.yaml
OS::TripleO::Tasks::ControllerPostConfig: ../../extraconfig/tasks/post_puppet_pacemaker.yaml
OS::TripleO::Tasks::ControllerPostPuppetRestart: ../../extraconfig/tasks/post_puppet_pacemaker_restart.yaml
parameter_defaults:
ControllerServices:
- OS::TripleO::Services::Clustercheck
@ -26,4 +37,4 @@ parameter_defaults:
- OS::TripleO::Services::Sshd
Debug: true
DockerPuppetDebug: True
NotificationDriver: 'noop'
NotificationDriver: 'noop'