tripleo-validations/playbooks/undercloud-process-count.yaml
Gael Chamoulaud (Strider) 39a846ca6b
Add new metadata keys to the validation playbooks
This patch adds two new metadata keys to the validation playbooks:
- categories: A list of technical tags
- products: A list of targeted products (here mainly TripleO)

This patch is also part of the Validation Metadata Evolution for the
Validations Framework.

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: I80c6b0ffb07b6311f13d7a3b83031317cd0d38de
2021-07-22 11:56:48 +02:00

21 lines
592 B
YAML

---
- hosts: undercloud
vars:
metadata:
name: Check the number of OpenStack processes on undercloud
description: |
The default settings for OpenStack is to run one process (heat-engine,
keystone, etc.) per CPU core. On a machine with a lot of cores this is
both unnecessary and can consume a significant amount of RAM, leading
to crashes due to OOMKiller.
groups:
- pre-deployment
categories:
- os
- system
products:
- tripleo
max_process_count: 8
roles:
- undercloud_process_count