tripleo-validations/roles/overcloud_service_status
Gael Chamoulaud (Strider) 760e0b401c
Remove workaround for tox-ansible and global molecule config
[1] has been merged and released[2] in upstream tox-ansible and it is now
able to manage global molecule configuration. The workaround, which
consisted in adding the molecule driver name in each scenarios
molecule.yml files, is not necessary anymore.

This patch also removes all the relative symlink to the Dockerfile and
adds directly in the global molecule configuration file.

[1] https://github.com/ansible-community/tox-ansible/pull/89
[2] https://github.com/ansible-community/tox-ansible/releases/tag/v1.5.0

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I259c17b7a49ff5bf3476df4da399cc4b2782403d
(cherry picked from commit c551910cf5)
(cherry picked from commit f3cba823d7)
(cherry picked from commit 12dd20e3b5)
(cherry picked from commit 76eb983e98)
2021-07-02 09:51:27 +02:00
..
defaults Introducing the overcloud-service-status role 2021-02-15 06:26:13 -05:00
molecule Remove workaround for tox-ansible and global molecule config 2021-07-02 09:51:27 +02:00
resources Validation should use the public endpoint 2021-04-29 20:35:56 -04:00
tasks Validation should use the public endpoint 2021-04-29 20:35:56 -04:00
vars [overcloud-service-status] Removing pre-upgrade 2021-05-19 13:55:05 +00:00
README.md Introducing the overcloud-service-status role 2021-02-15 06:26:13 -05:00

README.md

Overcloud-service-status

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.

Role Variables

  • overcloud_service_status_debug: Wether or not to log the token request
  • overcloud_deprecated_services: A list of services that shouldn't be registered any more
  • overcloud_service_api: overcloud API to validate against

These variables are normally set as host variables for the undercloud when generating the inventory with tripleo-ansible-inventory:

  • overcloud_keystone_url
  • overcloud_admin_password

Dependencies

No dependencies.

Example Playbook

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

License

Apache

Author Information

Red Hat Nova Deployment Squad Team.