validations-common/validations_common/roles/check_cpu
Gael Chamoulaud (Strider) a89c63ba16
Use the UBI8 image for testing
This change converts our use of CentOS7/88 to UBI8, which should
provide a better test environment which will match that of
production for future releases of TripleO. While this image change
will better match production clouds thanks in large part to TCIB,
it will also remove our use of docker.io (dockerhub) which fraught
with peril due to the ongoing API rate limits saga.

Change-Id: Ide53bef507b02b35581f596443c8a8dfa5bc7083
2020-09-25 14:38:05 +02: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 Make some roles more generic 2020-03-05 16:59:43 +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