Skip to content

Commit

Permalink
Add config opt to blazar monitor to enable dry run
Browse files Browse the repository at this point in the history
This is to warn a failed/needs-fixing resource without attempting to fix it, to make sure that fix is realiable and the monitor is actually picking up the right resource that needs fixing and the right fix is choosen
  • Loading branch information
AnishReddyRavula committed Nov 13, 2023
1 parent 22e8309 commit 5855261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kolla/node_custom_config/blazar.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ heartbeat_in_pthread = false
before_end = email
email_relay = {{ blazar_email_relay }}
enable_polling_monitor = true
dry_polling_monitor = True
retry_allocation_without_defaults = {{ blazar_host_retry_without_default_resources | bool }}
default_resource_properties = {{ blazar_host_default_resource_properties }}
{% endif %}
Expand All @@ -59,6 +60,7 @@ enable_polling_monitor = true
[virtual:floatingip]
billrate = {{ blazar_floatingip_billrate }}
enable_polling_monitor = true
dry_polling_monitor = True

[network]
retry_allocation_without_defaults = {{ blazar_network_retry_without_default_resources | bool }}
Expand Down

0 comments on commit 5855261

Please sign in to comment.