From 04b235652b44701b8703f63aee10fac6fad13ced Mon Sep 17 00:00:00 2001 From: yatin Date: Fri, 24 Aug 2018 11:36:25 +0530 Subject: [PATCH] Do not enable Ram/Disk Filter with filter_scheduler Core/Ram/Disk Filters are not required when using filter_scheduler. After https://review.openstack.org/#/c/565841 when using these Filters nova is not scheduling to the ironic nodes and overcloud deployment fails. For now just testing the undercloud, good to see what scheduler/filters are being enabled in overcloud and reflect there as well. Related-Bug: #1787910 Depends-On: Ia82f1c6be0d5504498e77a90268cad8abecdeae2 Change-Id: I0e376d99adeaa318118833018be81491c6b14095 --- environments/undercloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index a27f5ba02a..b4e319bf8f 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -48,7 +48,7 @@ parameter_defaults: NeutronAgentExtensions: [] NeutronFlatNetworks: '*' NovaSchedulerAvailableFilters: 'tripleo_common.filters.list.tripleo_filters' - NovaSchedulerDefaultFilters: ['RetryFilter', 'TripleOCapabilitiesFilter', 'ComputeCapabilitiesFilter', 'AvailabilityZoneFilter', 'RamFilter', 'DiskFilter', 'ComputeFilter', 'ImagePropertiesFilter', 'ServerGroupAntiAffinityFilter', 'ServerGroupAffinityFilter'] + NovaSchedulerDefaultFilters: ['RetryFilter', 'TripleOCapabilitiesFilter', 'ComputeCapabilitiesFilter', 'AvailabilityZoneFilter', 'ComputeFilter', 'ImagePropertiesFilter', 'ServerGroupAntiAffinityFilter', 'ServerGroupAffinityFilter'] NovaSchedulerMaxAttempts: 30 # Disable compute auto disabling: # As part of Pike, nova introduced a change to have the nova-compute