Description of problem: Running "Check the status of the pacemaker cluster" validation when no overcloud was deployed returns a false positive Success output. Version-Release number of selected component (if applicable): openstack-tripleo-validations-5.1.2-1.el7ost.noarch openstack-tripleo-ui-1.2.1-1.el7ost.noarch How reproducible: always Steps to Reproduce: 1.before deploying an overcloud run "Check the status of the pacemaker cluster" validation 2. 3. Actual results: Succeed Expected results: Failed. Additional info:
Same behavior for all post-deployment validations. from cli: $ ansible-playbook /usr/share/openstack-tripleo-validations/validations/pacemaker-status.yaml [WARNING]: Could not match supplied host pattern, ignoring: all [WARNING]: provided hosts list is empty, only localhost is available [WARNING]: Could not match supplied host pattern, ignoring: controller PLAY [controller] ************************************************************************************************************************************************************************************************* skipping: no hosts matched PLAY RECAP ********************************************************************************************************************************************************************************************************
(In reply to Ola Pavlenko from comment #1) > Same behavior for all post-deployment validations. > > from cli: > $ ansible-playbook > /usr/share/openstack-tripleo-validations/validations/pacemaker-status.yaml > [WARNING]: Could not match supplied host pattern, ignoring: all > > [WARNING]: provided hosts list is empty, only localhost is available > > [WARNING]: Could not match supplied host pattern, ignoring: controller > > > PLAY [controller] > ***************************************************************************** > ***************************************************************************** > *************************************** > skipping: no hosts matched > > PLAY RECAP > ***************************************************************************** > ***************************************************************************** > ********************************************** Do you have the same error including inventory script to your cli? ansible-playbook -i $(which tripleo-ansible-inventory) /usr/share/openstack-tripleo-validations/validations/pacemaker-status.yaml
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:2811