validations-common/validations_common/roles/check_cpu
Gael Chamoulaud (Strider) ab26d8263a
[Testing Infra] Apply here the improvements done to tripleo-validations
This patch brings out the improvements done from tripleo-validations to
validations-common regarding the molecule testing infrastructure with
the UBI8 images.

This patch integrates molecule fix after release of cryptography3.4.
See https://review.opendev.org/c/openstack/tripleo-validations/+/774747

Related-Bug: #1915101
Co-Authored-By: David Vallee Delisle <dvd@redhat.com>
Change-Id: I2e5ebebdd48e4013aa87868a22807e91feb3ffab
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2021-04-01 10:16:07 +02:00
..
defaults Make some roles more generic 2020-03-05 16:59:43 +01:00
molecule/default [Testing Infra] Apply here the improvements done to tripleo-validations 2021-04-01 10:16:07 +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