Skip to content
Merged
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
28 changes: 13 additions & 15 deletions site-config/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,22 @@ blazar_api_image_full: ghcr.io/chameleoncloud/kolla/blazar-api:2023.1-kvm-res
blazar_manager_image_full: ghcr.io/chameleoncloud/kolla/blazar-manager:2023.1-kvm-res

# reservation type flags
blazar_enable_host_reservation: false
blazar_enable_flavor_reservation: true

blazar_enable_host_reservation: false
blazar_physical_polling_monitor: "{{ blazar_enable_host_reservation }}"
blazar_physical_polling_monitor_dry_run: false

blazar_enable_floatingip_reservation: false
blazar_enable_device_reservation: false
blazar_fip_polling_monitor: "{{ blazar_enable_floatingip_reservation }}"
blazar_fip_polling_monitor_dry_run: false

blazar_enable_network_reservation: false
blazar_network_polling_monitor: "{{ blazar_enable_network_reservation }}"
blazar_network_polling_monitor_dry_run: false

blazar_enable_device_reservation: false
blazar_zun_polling_monitor: "{{ blazar_enable_device_reservation }}"

enable_blazar_allocation_enforcement: false
blazar_randomize_hosts: false
Expand All @@ -135,13 +146,6 @@ blazar_external_service_check_create_endpoint: "{{ chameleon_portal_url }}/api/b
blazar_external_service_check_update_endpoint: "{{ chameleon_portal_url }}/api/balance_service/v2/check-update/"
blazar_external_service_on_end_endpoint: "{{ chameleon_portal_url }}/api/balance_service/v2/on-end/"
blazar_floatingip_billrate: 0.0

# TODO: support looking up network with this name and fetching ID
# blazar_floatingip_reservation_network: public

blazar_database_name: blazar
blazar_database_user: blazar
blazar_database_port: "{{ database_port }}"
Comment on lines -142 to -144
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are already defined in kolla-ansible

blazar_email_relay: "127.0.0.1"
blazar_api_allocation_extras: user_name
blazar_host_default_resource_properties: '["=", "\$node_type", "compute_skylake"]'
Expand All @@ -151,9 +155,3 @@ blazar_network_default_resource_properties: '["=", "\$stitch_provider", "none"]'
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_fip_polling_monitor: true
blazar_fip_polling_monitor_dry_run: true
blazar_network_polling_monitor: true
blazar_network_polling_monitor_dry_run: true