undercloud_service_status

An Ansible role to verify the Undercloud services states before running an Update or Upgrade.

Requirements

This role needs to be run against an installed Undercloud.

Role Variables

  • undercloud_service_list: A list of services actually coming from the tripleo-ansible-inventory

Dependencies

No dependencies.

Example Playbook

- hosts: undercloud
  roles:
     - { role: undercloud-service-status }

License

Apache

Author Information

Red Hat TripleO Validations Team.

Full Description

Role Documentation

Welcome to the “undercloud_service_status” role documentation.

Role Defaults

This section highlights all of the defaults and variables set within the “undercloud_service_status” role.

undercloud_service_list:
- tripleo_heat_engine
- tripleo_ironic_conductor
Role Variables: main.yaml
metadata:
  name: Verify undercloud services state before running update or upgrade
  description: >
    Check undercloud status before running a stack update - especially minor update
    and major upgrade.
  groups:
  - post-upgrade
  - pre-upgrade