Enable AggregateInstanceExtraSpecs nova scheduler filter
This commit is contained in:
parent
9949913ed2
commit
a6b54afc23
@ -50,6 +50,26 @@ nova_cpu_allocation_ratio: 10
|
|||||||
nova_disk_allocation_ratio: 5
|
nova_disk_allocation_ratio: 5
|
||||||
nova_ram_allocation_ratio: 1.2
|
nova_ram_allocation_ratio: 1.2
|
||||||
|
|
||||||
|
# Enable extra Nova scheduler filters
|
||||||
|
# This list is all of the OSA defaults + AggregateInstanceExtraSpecsFilter
|
||||||
|
nova_scheduler_default_filters: >-
|
||||||
|
RetryFilter,
|
||||||
|
AvailabilityZoneFilter,
|
||||||
|
RamFilter,
|
||||||
|
AggregateRamFilter,
|
||||||
|
ComputeFilter,
|
||||||
|
AggregateCoreFilter,
|
||||||
|
DiskFilter,
|
||||||
|
AggregateDiskFilter,
|
||||||
|
AggregateNumInstancesFilter,
|
||||||
|
AggregateIoOpsFilter,
|
||||||
|
ComputeCapabilitiesFilter,
|
||||||
|
ImagePropertiesFilter,
|
||||||
|
ServerGroupAntiAffinityFilter,
|
||||||
|
ServerGroupAffinityFilter,
|
||||||
|
NUMATopologyFilter,
|
||||||
|
AggregateInstanceExtraSpecsFilter
|
||||||
|
|
||||||
## Ceph cluster fsid (must be generated before first run)
|
## Ceph cluster fsid (must be generated before first run)
|
||||||
## Generate a uuid using: python -c 'import uuid; print(str(uuid.uuid4()))'
|
## Generate a uuid using: python -c 'import uuid; print(str(uuid.uuid4()))'
|
||||||
generate_fsid: false
|
generate_fsid: false
|
||||||
|
Loading…
Reference in New Issue
Block a user