CLOUDSTACK-6929: HAPlanner (SkipHeuresticsPlanner) gets added into the list of regular planners currently, add it in the exclude list. Also create allocator order list

(cherry picked from commit 6fca4eb0f1)
This commit is contained in:
Nitin Mehta 2014-06-17 16:59:30 -07:00
parent 5be7fa23b4
commit b65ce7e756
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,7 @@
<property name="orderConfigDefault"
value="FirstFitPlanner,UserDispersingPlanner,UserConcentratedPodPlanner,ImplicitDedicationPlanner,BareMetalPlanner" />
<property name="excludeKey" value="deployment.planners.exclude" />
<property name="excludeDefault" value="SkipHeuresticsPlanner" />
</bean>
<bean id="haPlannersRegistry"
@ -89,6 +90,8 @@
<bean id="hostAllocatorsRegistry"
class="org.apache.cloudstack.spring.lifecycle.registry.ExtensionRegistry">
<property name="orderConfigKey" value="host.allocators.order" />
<property name="orderConfigDefault" value="FirstFitRouting" />
<property name="excludeKey" value="host.allocators.exclude" />
<property name="excludeDefault"
value="RandomAllocator,TestingAllocator,FirstFitAllocator,RecreateHostAllocator" />