Merge "Removes retired services from process count validation"

This commit is contained in:
Zuul 2021-04-09 05:21:56 +00:00 committed by Gerrit Code Review
commit 5848b3030e
2 changed files with 6 additions and 9 deletions

View File

@ -0,0 +1,6 @@
---
others:
- |
Several services were retired and are no longer in use. Therefore it is
pointless to check for their associated processes. The retired services
are, in alphabetical order: mistral, nova-compute, swift and zaqar.

View File

@ -29,16 +29,7 @@
- {container: "nova_api", proc: "nova_api"}
- {container: "nova_scheduler", proc: "nova-scheduler"}
- {container: "nova_conductor", proc: "nova-conductor"}
- {container: "nova_compute", proc: "nova-compute"}
- {container: "glance_api", proc: "glance-api"}
- {container: "swift_proxy", proc: "swift-proxy-server"}
- {container: "swift_object_server", proc: "swift-object-server"}
- {container: "swift_container_server", proc: "swift-container-server"}
- {container: "zaqar", proc: "zaqar"}
- {container: "zaqar_websocket", proc: "zaqar-server"}
- {container: "mistral_api", proc: "mistral-server"}
- {container: "mistral_engine", proc: "mistral-server"}
- {container: "mistral_executor", proc: "mistral-server"}
- name: Create warning messages
command: echo "There are {{ item.stdout }} {{ item.item }} processes running. Having more than {{ max_process_count }} risks running out of memory."