tripleo-validations/roles/undercloud-process-count
Gael Chamoulaud 0f66b7dd8c Remove useless roles meta directory
Change-Id: If7a946b199477cd866d9fef6b53096a0aed635b5
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-06-25 17:16:11 +02:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
tasks Fix Jinja2's default filter usage 2019-04-19 09:59:36 +02:00
vars Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
README.md Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00

README.md

Role Name

An Ansible role to check the number of OpenStack processes on the Undercloud

Requirements

This role requires an installed and working Undercloud

Role Variables

  • max_process_count: <'8'> -- Maximum number of process

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
     - { role: undercloud-process-count }

License

Apache

Author Information

Red Hat TripleO Validations Team