validations-common/validations_common/roles/check_cpu
Jiri Podivin 6b11677987
Validations now gather only the subset of facts they need
The default facts gathering is set to false.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I2ac937df59f91b566029b0260e804d2972362f97
2021-02-23 10:42:51 +01:00
..
defaults Make some roles more generic 2020-03-05 16:59:43 +01:00
molecule/default Use the UBI8 image for testing 2020-09-25 14:38:05 +02:00
tasks Validations now gather only the subset of facts they need 2021-02-23 10:42:51 +01:00
README.md Make some roles more generic 2020-03-05 16:59:43 +01:00

README.md

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