Add pacemaker& clustercheck in multinode scenario

For train branch, When HA is enabled (Like in Downstream we have HA by
default) - multinode-1ctlr-featureset010 fails with below error:-

~~~
Error: Evaluation Error: Error while evaluating a Function Call,
The $pcs_password param is undefined, did you forget to
include ::tripleo::profile::base::pacemaker in your role?
~~~

With this patch we are adding pacemaker and clustercheck in multinode
ci scenario. Adding them should ideally not impact anything in upstream
as they are mapped to OS::Heat::None for train branch [1][2] in
overcloud-resource-registry-puppet.j2.yaml.

Upstream ussuri+ already have HA as default[3] and these changes are
already present ussuri onwards[4]

[1] https://tinyurl.com/y2jptpsg
[2] https://tinyurl.com/y47agphy
[3] https://review.opendev.org/#/c/359060/
[4] https://tinyurl.com/y2xw6na7

Change-Id: I624cdcd0e22be0378737b635df271fe45b65f9d1
This commit is contained in:
Sandeep Yadav 2020-09-10 13:41:30 +05:30
parent 3663f10766
commit 29a02c1dbb
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ parameter_defaults:
- OS::TripleO::Services::Sshd
- OS::TripleO::Services::Iscsid
- OS::TripleO::Services::Multipathd
- OS::TripleO::Services::Pacemaker
- OS::TripleO::Services::Clustercheck
ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu