Change in ovirt-engine[master]: core: adding logging in DirectorySearcher (#829573)
by yzaslavs@redhat.com
Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: adding logging in DirectorySearcher (#829573)
......................................................................
core: adding logging in DirectorySearcher (#829573)
https://bugzilla.redhat.com/829573
This patch adds debug log message to the find method, to enable better
debugging of query related issues.
Change-Id: I0482f3f9f6cda1d2a4c4f7ad328a41559c7869ea
Signed-off-by: Oved Ourfali <oourfali(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/DirectorySearcher.java
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5116
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0482f3f9f6cda1d2a4c4f7ad328a41559c7869ea
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: core: replacing Active-Directory to LDAP server in error mes...
by yzaslavs@redhat.com
Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: replacing Active-Directory to LDAP server in error message
......................................................................
core: replacing Active-Directory to LDAP server in error message
This patch replaces the "Active Directory" string in the timeout error
message to "LDAP", so that we get "Connection to LDAP server
has timed out"
Change-Id: I249f39d206d33df1fb8adb417ab86dbcba095e86
Signed-off-by: Oved Ourfali <oourfali(a)redhat.com>
---
M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/AuthenticationResult.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5115
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I249f39d206d33df1fb8adb417ab86dbcba095e86
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 7 months
Change in ovirt-dwh[master]: packaging: Adding remoteDb support to dwh
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: packaging: Adding remoteDb support to dwh
......................................................................
packaging: Adding remoteDb support to dwh
* Adding remote DB support to dwh.
Change-Id: Iec31497fceae9c335d6ec2c073388fea1335ece4
Signed-off-by: Alex Lourie <alourie(a)redhat.com>
---
M data-warehouse/historydbscripts_postgres/create_db.sh
M data-warehouse/historydbscripts_postgres/dbcustomfunctions.sh
M data-warehouse/historydbscripts_postgres/dbfunctions.sh
M data-warehouse/historydbscripts_postgres/ovirt-engine-history-db-install.sh
M data-warehouse/historydbscripts_postgres/upgrade.sh
A data-warehouse/historydbscripts_postgres/upgrade/pre_upgrade/add_comment_col_to_schema_version.sql
M packaging/common_utils.py
M packaging/ovirt-engine-dwh-setup.py
M packaging/ovirt-engine-dwh.spec.tmpl
9 files changed, 437 insertions(+), 158 deletions(-)
Approvals:
Alex Lourie: Verified; Looks good to me, but someone else must approve
Ofer Schreiber: Looks good to me, but someone else must approve
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/4707
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iec31497fceae9c335d6ec2c073388fea1335ece4
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: webadmin: missing localized Attach-Detach Disk enum
by derez@redhat.com
Daniel Erez has submitted this change and it was merged.
Change subject: webadmin: missing localized Attach-Detach Disk enum
......................................................................
webadmin: missing localized Attach-Detach Disk enum
Added missing localization for 'AttachDiskToVm' and
'DetachDiskFromVm' enums.
Change-Id: I965cbd497ac4ad8421ffac1be812e62813609f45
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java
M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties
2 files changed, 6 insertions(+), 0 deletions(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5082
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I965cbd497ac4ad8421ffac1be812e62813609f45
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: core: ConfigurationValues Shareable and DirectLUN
by derez@redhat.com
Daniel Erez has submitted this change and it was merged.
Change subject: core: ConfigurationValues Shareable and DirectLUN
......................................................................
core: ConfigurationValues Shareable and DirectLUN
Added 'ShareableDiskEnabled' and 'DirectLUNDiskEnabled' to
ConfigurationValues enum.
Change-Id: Id12bd42c9175f07b26dc45d47eaf9afaacc18a9c
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
2 files changed, 7 insertions(+), 1 deletion(-)
Approvals:
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5009
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id12bd42c9175f07b26dc45d47eaf9afaacc18a9c
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: webadmin: property sheet: drop-down (#827710)
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: property sheet: drop-down (#827710)
......................................................................
webadmin: property sheet: drop-down (#827710)
https://bugzilla.redhat.com/show_bug.cgi?id=827710
Currently in custom property sheet, each value is input-ed via a text-box,
but some keys allow only A|B|C reg-ex values:
In this case we can ease the user experience process by
having a drop-down containing the values A,B,C.
Change-Id: Id8137723e0d4c761b1315433878e26931b1afc9c
Signed-off-by: Gilad Chaplik <gchaplik(a)redhat.com>
---
M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/form/key_value/KeyValueLineWidget.java
M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/form/key_value/KeyValueLineWidget.ui.xml
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/key_value/KeyValueLineModel.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/key_value/KeyValueModel.java
4 files changed, 63 insertions(+), 11 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5097
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id8137723e0d4c761b1315433878e26931b1afc9c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: restapi: Add Vm Ballooning Support
by emesika@redhat.com
Eli Mesika has submitted this change and it was merged.
Change subject: restapi: Add Vm Ballooning Support
......................................................................
restapi: Add Vm Ballooning Support
REST API implementation for balloon device support.
hange-Id: I50ae28e645c7236dbf0f1dad50b409609c44549e
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
Change-Id: I50ae28e645c7236dbf0f1dad50b409609c44549e
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmResource.java
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendVmsResource.java
M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmResourceTest.java
M backend/manager/modules/restapi/jaxrs/src/test/java/org/ovirt/engine/api/restapi/resource/BackendVmsResourceTest.java
5 files changed, 57 insertions(+), 3 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5013
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I50ae28e645c7236dbf0f1dad50b409609c44549e
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: core: Add version, retrans and timeo to inst_sp.sql
by yzaslavs@redhat.com
Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Add version, retrans and timeo to inst_sp.sql
......................................................................
core: Add version, retrans and timeo to inst_sp.sql
Add the version, retrans and timeo parameters to the call that the
engine-setup script uses to create the ISO storage domain during
installation.
Change-Id: I9d24d6d5cac0c7cb88441a0114420ce739451d8a
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M backend/manager/dbscripts/inst_sp.sql
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5108
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9d24d6d5cac0c7cb88441a0114420ce739451d8a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: packaging: Fix ownership of lock directory
by oourfali@redhat.com
Oved Ourfali has submitted this change and it was merged.
Change subject: packaging: Fix ownership of lock directory
......................................................................
packaging: Fix ownership of lock directory
The directory /var/lock/ovirt-engine should be owned by the ovirt
user and group, and it is created that way during the installation
of the package, but changed later during systemctl startup as
specified in the /etc/tmpfiles.d/ovirt-engine.conf file. This
patch changes that file so that the directory is owned by ovirt
and not jboss-as.
Change-Id: I6841dfd987ca7c02c699fcce283a2fcc7e957b88
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M packaging/resources/ovirt-tmpfilesd
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Oved Ourfali: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5106
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6841dfd987ca7c02c699fcce283a2fcc7e957b88
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
12 years, 7 months
Change in ovirt-engine[master]: engine: Rename ITDSDSGroupAttributes.java to ITDSGroupAttrib...
by oourfali@redhat.com
Oved Ourfali has submitted this change and it was merged.
Change subject: engine: Rename ITDSDSGroupAttributes.java to ITDSGroupAttributes.java
......................................................................
engine: Rename ITDSDSGroupAttributes.java to ITDSGroupAttributes.java
There was a typo in this class name in the original post which added
support for IBM Tivoli Directory Server. This patch fixes the typo.
Change-Id: If423c1b39773f2822b5eef54610f42bb65e13987
Signed-off-by: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
---
R backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/ITDSGroupAttributes.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/ITDSGroupContextMapper.java
2 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
Sharad Mishra: Verified
Oved Ourfali: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5080
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If423c1b39773f2822b5eef54610f42bb65e13987
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Ryan Harper <ryanh(a)us.ibm.com>
Gerrit-Reviewer: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 7 months