tripleo-validations/roles/undercloud-cpu
Gael Chamoulaud 5f0e39a7fe Add molecule tests for the undercloud-cpu role
Change-Id: I1951ea46bd426b55157d6b1b863fd8a46c110755
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2019-07-15 15:58:45 +02:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
molecule/default Add molecule tests for the undercloud-cpu role 2019-07-15 15:58:45 +02:00
tasks Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01: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

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