tripleo-validations/playbooks/overcloud-service-status.yaml
David Vallee Delisle 3eec83effa Introducing the overcloud-service-status role
This role will hit the overcloud API for nova and cinder, retrieve the
services and will trig a failure if one of these services are either
down or deprecated. The original intent was to validate that
nova-consoleauth was deleted after an update to RHOSP16.

Related: https://bugzilla.redhat.com/1921115
Change-Id: I057349fdac90a093c67aeb0b2f0a825c4c915e0b
(cherry picked from commit c94f38798d)
(cherry picked from commit febdfdefab)
(cherry picked from commit 526bb3e7ca)
2021-02-15 06:26:13 -05:00

19 lines
585 B
YAML

---
- hosts: Undercloud
gather_facts: false
vars:
metadata:
name: Verify overcloud services state after running a deployment or an update
description: |
An Ansible role to verify the Overcloud services states after a deployment
or an update. It checks the API /os-services and looks for deprecated
services (nova-consoleauth) or any down services.
groups:
- post-deployment
- pre-upgrade
- post-upgrade
- post-overcloud-upgrade
- post-overcloud-converge
roles:
- overcloud_service_status