tripleo-validations/roles/undercloud-ram
Gael Chamoulaud 23dd988ac3 Make Verify the RAM requirements task failing again
Commit 5bd41653b6 changes the tasks to use
the debug module instead of fail module.

This patch makes that task failing again and removes the useless
verify.yml file.

Change-Id: I2fc48005c91dd5e4cf81a3b3eb2f1f73a2bca92c
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
(cherry picked from commit 4e6c26df54)
2019-08-01 14:47:38 +02:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
molecule/default Make Verify the RAM requirements task failing again 2019-08-01 14:47:38 +02:00
tasks Make Verify the RAM requirements task failing again 2019-08-01 14:47:38 +02: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-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