CLOUDSTACK-2948, Explicit dedication processor wasn't added to nonoss components context xml. The processor was never picked up to evaluate which hosts to avoid during deployment. Adding the explicit processor to the list of available processors.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/201c0651 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/201c0651 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/201c0651 Branch: refs/heads/object_store Commit: 201c0651ccec02f16e3ca45058bbe00f4dfdaae0 Parents: 7663684 Author: Devdeep Singh <[email protected]> Authored: Fri Jun 14 13:16:21 2013 +0530 Committer: Devdeep Singh <[email protected]> Committed: Fri Jun 14 13:16:21 2013 +0530 ---------------------------------------------------------------------- client/tomcatconf/nonossComponentContext.xml.in | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/201c0651/client/tomcatconf/nonossComponentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/nonossComponentContext.xml.in b/client/tomcatconf/nonossComponentContext.xml.in index 16fd883..143aa22 100644 --- a/client/tomcatconf/nonossComponentContext.xml.in +++ b/client/tomcatconf/nonossComponentContext.xml.in @@ -370,6 +370,7 @@ <property name="Adapters"> <list> <ref bean="HostAntiAffinityProcessor" /> + <ref bean="ExplicitDedicationProcessor"/> </list> </property> </bean>
