Michael Pasternak has submitted this change and it was merged. Change subject: restapi: Gluster Resources Implementation classes ......................................................................
restapi: Gluster Resources Implementation classes All gluster related resource implementation classes. These classes do not contain any functionality yet. All resource methods throw NotImplementedException for now, except the ones that fetch child resources. Subsequent patches will add proper implementation to the resource methods one by one. This patch also modifies the ClusterResource and introduces GlusterVolumesResource as it's child resource. Change-Id: I18afc04f2501e4bbca272a9b5e18cf33d5ac9187 Signed-off-by: Shireesh Anjal <[email protected]> --- M backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/resource/ClusterResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendClusterResource.java M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendClustersResource.java A backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/gluster/BackendGlusterBrickResource.java A backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/gluster/BackendGlusterBricksResource.java A backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/gluster/BackendGlusterVolumeResource.java A backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/gluster/BackendGlusterVolumesResource.java 7 files changed, 227 insertions(+), 3 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved Shireesh Anjal: Verified -- To view, visit http://gerrit.ovirt.org/3905 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I18afc04f2501e4bbca272a9b5e18cf33d5ac9187 Gerrit-PatchSet: 10 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shireesh Anjal <[email protected]> Gerrit-Reviewer: Eoghan Glynn <[email protected]> Gerrit-Reviewer: Michael Pasternak <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> Gerrit-Reviewer: Shireesh Anjal <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
