Change in ovirt-engine[master]: restapi: Gluster Resources Implementation classes

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 <sanjal@redhat.com> --- 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 <sanjal@redhat.com> Gerrit-Reviewer: Eoghan Glynn <eoghan.glynn@gmail.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: Shireesh Anjal <sanjal@redhat.com>
participants (1)
-
mpastern@redhat.com