Maor Lipchuk has submitted this change and it was merged. Change subject: ovirt-engine: Add quota business entities. ......................................................................
ovirt-engine: Add quota business entities. In the next patch I added quota business entities, that will be used with Rest and GUI. Quota - Reflects the general quota, with meta data parameters and global limitations if there are on the storage pool QuotaStorage - Reflects the limitation and usage on a specific storage domain QuotaVdsGroup - Reflects the limitation and usagge on a specifc cluster. Acked by:Omer Frenkel <[email protected]> Change-Id: I810391ebd58a12ea9faf7dd540c8e56f545bb68b --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/BusinessEntitiesDefinitions.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Quota.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorage.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaStorageProperties.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaVdsGroup.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/QuotaVdsGroupProperties.java 6 files changed, 1,027 insertions(+), 0 deletions(-) Approvals: Maor Lipchuk: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1005 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I810391ebd58a12ea9faf7dd540c8e56f545bb68b Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
