Removes retired services from process count validation
Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I68be1dcaaf843adf7d562ca978bf837ad05b3ba9
This commit is contained in:
parent
c876cbba8d
commit
c4e7b83ada
@ -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.
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user