tripleo-validations/roles/undercloud_ram
Gael Chamoulaud (Strider) 4fc31e06dc
Convert all of the fedora28 container usage to CentOS8
This change moves all of the fedora28 container images to centos8 to ensure
we're maximizing coverage in all of our roles with OS images that represent
real deployments. While fedora28 was useful to exercise RHEL8 code path's
while there was no RHEL/CentOS8 container image, we can now use the upstream
CentOS8 image ensuring we're getting a true, representative, environment.

The following molecule test has been moved to non-voting as it is
facing some issues. A follow up patch will try to fix them ASAP.

- check_network_gateway (facing an issue when Ansible is trying to
  discover the python interpreter used in CentOS8 Docker Image)

Change-Id: I02f68b78fdf73a60443d8ea5d2dcb46e5ad67e25
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-03-30 06:54:09 +02:00
..
defaults Replace all references to the old role name 2020-01-23 17:25:43 +01:00
molecule/default Convert all of the fedora28 container usage to CentOS8 2020-03-30 06:54:09 +02:00
tasks Replace all references to the old role name 2020-01-23 17:25:43 +01:00
vars Replace all references to the old role name 2020-01-23 17:25:43 +01:00
README.md Replace all references to the old role name 2020-01-23 17:25:43 +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