From 29a02c1dbbd534ce298afe519e9d5831d0d19aa2 Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Thu, 10 Sep 2020 13:41:30 +0530 Subject: [PATCH] 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 --- ci/environments/multinode-containers.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/environments/multinode-containers.yaml b/ci/environments/multinode-containers.yaml index f68f809240..252bea33bd 100644 --- a/ci/environments/multinode-containers.yaml +++ b/ci/environments/multinode-containers.yaml @@ -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