Skip to content

Commit

Permalink
Drop monitoring of nova-compute process
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Dmitriy Rabotyagov committed May 6, 2020
1 parent 73cc5b6 commit 6fc66ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions templates/process_list.yaml.j2
Expand Up @@ -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
Expand Down

0 comments on commit 6fc66ab

Please sign in to comment.