From bbb5f99d8a11546a3155c4e6c82d6f4d7bd69644 Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Mon, 11 Feb 2019 10:46:11 -0700 Subject: [PATCH] Update undercloud minimum ram Update undercloud-ram.yaml for increased osp14 requirements. Change-Id: I5ca50083cb4bf5433012bd3aa0a2a76a9cc5a07c Depends-On: https://review.openstack.org/637068 --- validations/undercloud-ram.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/validations/undercloud-ram.yaml b/validations/undercloud-ram.yaml index ccfce76a0..04bd2ffc1 100644 --- a/validations/undercloud-ram.yaml +++ b/validations/undercloud-ram.yaml @@ -6,12 +6,12 @@ description: > Verify that the undercloud has enough RAM. - https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/sect-Undercloud_Requirements.html + https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/14/html/director_installation_and_usage/planning-your-undercloud#determining-environment-scale groups: - prep - pre-introspection - pre-upgrade - min_undercloud_ram_gb: 16 + min_undercloud_ram_gb: 24 tasks: - name: Verify the RAM requirements fail: msg="The RAM on the undercloud node is {{ ansible_memtotal_mb }} MB, the minimal recommended value is {{ min_undercloud_ram_gb|int * 1024 }} MB."