tripleo-validations/roles/undercloud_process_count
Gael Chamoulaud (Strider) bc31f762c2
Get the undercloud.conf file from where it actually is
Since the deprecation of Mistral in THT, we can't get the path of this
file by using hiera anymore. This patch will get it directly in its
original place ($HOME/undercloud.conf) by using *ansible_env.HOME* fact.

Impacted Validations:
 playbooks/ceilometerdb-size.yaml
 playbooks/check-network-gateway.yaml
 playbooks/check-undercloud-conf.yaml
 playbooks/container-status.yaml
 playbooks/ctlplane-ip-range.yaml
 playbooks/dhcp-provisioning.yaml
 playbooks/neutron-sanity-check.yaml
 playbooks/tls-everywhere-pre-deployment.yaml
 playbooks/tls-everywhere-prep.yaml
 playbooks/undercloud-heat-purge-deleted.yaml
 playbooks/undercloud-process-count.yaml
 playbooks/undercloud-tokenflush.yaml

This patch also fixes every molecule tests accordingly.

NB: check_network_gateway molecule test is now voting in the CI.

Closes-Bug: 1907553

Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
Change-Id: Iafc38c6cd99edee89ae0305f09fe7080df148331
2020-12-17 09:27:01 +01:00
..
defaults Replace all references to the old role name 2020-01-23 17:25:43 +01:00
molecule/default Use the UBI8 image for testing 2020-11-20 13:45:02 +01:00
tasks Get the undercloud.conf file from where it actually is 2020-12-17 09:27:01 +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

Role Name

An Ansible role to check the number of OpenStack processes on the Undercloud

Requirements

This role requires an installed and working Undercloud

Role Variables

  • max_process_count: <'8'> -- Maximum number of process

Dependencies

No dependencies.

Example Playbook

- hosts: servers
  roles:
     - { role: undercloud-process-count }

License

Apache

Author Information

Red Hat TripleO Validations Team