Change in ovirt-engine[master]: engine: template update, migration and pinned host (#835138)

Gilad Chaplik has submitted this change and it was merged. Change subject: engine: template update, migration and pinned host (#835138) ...................................................................... engine: template update, migration and pinned host (#835138) https://bugzilla.redhat.com/835138 currently template doesn't support migration support and pinning vm to a host. the reason for that is these properties, were in vm_static instead of vm_base. besides that add support for it in the dao layer, and gui. Change-Id: I5b3168d57ad415a8b42d06f433f2373b868942a8 Signed-off-by: Gilad Chaplik <gchaplik@redhat.com> --- M backend/manager/dbscripts/create_views.sql M backend/manager/dbscripts/vm_templates_sp.sql M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmTemplateHandler.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmStatic.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VmTemplateDAODbFacadeImpl.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/TemplateListModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/TemplateVmModelBehavior.java 8 files changed, 114 insertions(+), 48 deletions(-) Approvals: Eli Mesika: Looks good to me, approved Gilad Chaplik: Verified -- To view, visit http://gerrit.ovirt.org/5918 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5b3168d57ad415a8b42d06f433f2373b868942a8 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <gchaplik@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchaplik@redhat.com>
participants (1)
-
gchaplik@redhat.com