Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blazar: enable polling monitors by default #307

Open
wants to merge 1 commit into
base: stable/2023.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kolla/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ blazar_network_retry_without_default_resources: no
blazar_floatingip_reservation_network_regex: "[pP]ublic"
blazar_host_url_format: "https://chameleoncloud.org/hardware/node/sites/{{ chameleon_site_name }}/clusters/chameleon/nodes/{hypervisor_hostname}/"
blazar_physical_polling_monitor: true
blazar_physical_polling_monitor_dry_run: true
blazar_physical_polling_monitor_dry_run: false
blazar_fip_polling_monitor: true
blazar_fip_polling_monitor_dry_run: true
blazar_fip_polling_monitor_dry_run: false
blazar_network_polling_monitor: true
blazar_network_polling_monitor_dry_run: true
blazar_network_polling_monitor_dry_run: false

# enable to use https://github.com/ChameleonCloud/nova/pull/9
# workaround for https://bugs.launchpad.net/nova/+bug/1542491
Expand Down
Loading