validations-common/roles/undercloud_ram
Gael Chamoulaud (Strider) eb35089c1c
Add common Ansible roles and libraries
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-03-04 16:50:58 +01:00
..
defaults Add common Ansible roles and libraries 2020-03-04 16:50:58 +01:00
molecule/default Add common Ansible roles and libraries 2020-03-04 16:50:58 +01:00
tasks Add common Ansible roles and libraries 2020-03-04 16:50:58 +01:00
vars Add common Ansible roles and libraries 2020-03-04 16:50:58 +01:00
README.md Add common Ansible roles and libraries 2020-03-04 16:50:58 +01:00

README.md

Undercloud-ram

An Ansible role to check if the Undercloud fits the RAM requirements

Requirements

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

Role Variables

  • min_undercloud_ram_gb: <24> -- Minimal amount of RAM in GB

Dependencies

No dependencies.

Example Playbook

- hosts: undercloud
  roles:
     - { role: undercloud-ram, min_undercloud_ram_gb: 24 }

License

Apache

Author Information

Red Hat TripleO Validations Team