Gael Chamoulaud (Strider) bdb1d57c2e
Make some roles more generic
* Renaming of,
  ** undercloud_ram -> check_ram
  ** undercloud_cpu -> check_cpu
  ** undercloud_disk_space -> check_disk_space
  ** undercloud_service_status -> check_service_status
  ** undercloud_selinux_mode -> check_selinux_mode

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-03-05 16:59:43 +01:00
..
2020-03-05 16:59:43 +01:00
2020-03-05 16:59:43 +01:00
2020-03-05 16:59:43 +01:00

Undercloud-cpu

An Ansible role to check if the Undercloud fits the CPU core requirements

Requirements

This role could be used before or/and after the Undercloud installation.

Role Variables

  • min_undercloud_cpu_count: <8> -- Minimal number of CPU core

Dependencies

No dependencies.

Example Playbook

- hosts: undercloud
  roles:
     - { role: undercloud-cpu, min_undercloud_cpu_count: 42 }

License

Apache 2.0

Author Information

Red Hat TripleO Validations Team