mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-08 10:00
This commit is contained in:
@@ -128,6 +128,19 @@ nomad_base_conf:
|
||||
# Name of the authoritative region from which policies will be pulled
|
||||
# authoritative_region: eu
|
||||
|
||||
# Default scheduler config. Only used during cluster bootstrap
|
||||
# If you want to change it after, you have to use the API
|
||||
default_scheduler_config:
|
||||
# can be binpack or spread. SPread makes more sens when running on premise
|
||||
scheduler_algorithm: spread
|
||||
memory_oversubscription_enabled: True
|
||||
preemption_config:
|
||||
batch_scheduler_enabled: True
|
||||
system_scheduler_enabled: True
|
||||
service_scheduler_enabled: True
|
||||
sysbatch_scheduler_enabled: True
|
||||
|
||||
|
||||
# UI related settings
|
||||
ui:
|
||||
# Default is to enable the UI on server only
|
||||
|
Reference in New Issue
Block a user