From 5dafb52081aede70e9b7b712f943f2f9327e3d45 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 6 May 2020 11:45:40 +0300 Subject: [PATCH] Drop monitoring of nova-compute process This is pretty problematic check as after each minor upgrade it cause cycle nova-compute restart (and all hypervisors being down) until masakari-processmonitor upgrade and restart. Change-Id: Iacf5086ce6443b3504d582cd8c7a82dd1d4c7fb5 (cherry picked from commit 6fc66ab68caaae9b429378b668638092d2f04ead) --- templates/process_list.yaml.j2 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/templates/process_list.yaml.j2 b/templates/process_list.yaml.j2 index 73e035a..0ccc375 100644 --- a/templates/process_list.yaml.j2 +++ b/templates/process_list.yaml.j2 @@ -20,16 +20,6 @@ pre_restart_command: post_restart_command: run_as_root: True -- - # nova-compute - process_name: {{ (ansible_local.openstack_ansible.nova.install_method == "source") | ternary("/openstack/venvs/nova-{{ nova_venv_tag }}/bin/nova-compute", "/usr/bin/nova-compute") }} - start_command: systemctl start nova-compute - pre_start_command: - post_start_command: - restart_command: systemctl restart nova-compute - pre_restart_command: - post_restart_command: - run_as_root: True - # instancemonitor process_name: {{ masakari_bin }}/masakari-instancemonitor