tripleo-validations/doc/source/roles/role-overcloud_service_status.rst
Gael Chamoulaud (Strider) abe513cc90
Optimize linters executions from tox and pre-commit
This patch merges all the tox linters testenv into one. It also installs
the required Ansible collections with ansible-galaxy before executing
ansible-lint.

Morever, the 'end-of-file-fixer' pre-commit hook is working again and
this patch is fixing all the related issues.

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: Ib823c6c65b4853e951cb001a6eed354ba2127965
2021-11-24 14:25:53 +01:00

848 B

overcloud_service_status

About The Role

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.

Requirements

This role needs to be run on an Undercloud with a deployed Overcloud.

Dependencies

No dependencies.

Example Playbook

- hosts: undercloud
  roles:
    - { role: overcloud_service_status }

License

Apache

Author Information

Red Hat TripleO DFG:Compute Squad:Deployment

Full Description