node-health validation will now be using openstack-ansible-collection
modules to obtain information about cloud structure and state.
This will allow the validation to be executed in environments with
more strict authentication requirements.
Documentation was updated to provide more information about authentication
procedure used.
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Id3f332b7fd70a54d537dabec447ffa22a36256fd
(cherry picked from commit bc547f3f14)
22 lines
541 B
YAML
22 lines
541 B
YAML
---
|
|
- hosts: localhost
|
|
vars:
|
|
metadata:
|
|
name: Node health check
|
|
description: |
|
|
Check if all overcloud nodes can be connected to before starting a
|
|
scale-up or an upgrade. Validation requires cloud authentication details
|
|
in the form of accessible clouds.yaml file to be correctly executed.
|
|
groups:
|
|
- pre-upgrade
|
|
categories:
|
|
- icmp
|
|
- compute
|
|
- baremetal
|
|
- provisioning
|
|
- undercloud
|
|
products:
|
|
- tripleo
|
|
roles:
|
|
- node_health
|