mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Changes: - Implict creation of the 'ExplicitDedication' Affinity group during resource dedication - Only one group per account or per domain will be present - ListDedicatedResources by affinityGroup - Deployment should consider dedicated resources associated to the group only - Deleting affinity group should release the dedicated resouces - Releasing the dedicated resources should remove the group associated if there are no more resources. Conflicts: plugins/dedicated-resources/src/org/apache/cloudstack/dedicated/DedicatedResourceManagerImpl.java plugins/dedicated-resources/test/org/apache/cloudstack/dedicated/manager/DedicatedApiUnitTest.java server/src/com/cloud/configuration/ConfigurationManagerImpl.java