Change in ovirt-host-deploy[master]: core: support overriding environment
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: core: support overriding environment
......................................................................
core: support overriding environment
Useful for distro settings.
Change-Id: I933373b31c3f2e1b8f7a8a5624b47eaa8b0a70e4
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/bin/ovirt-host-deploy.in
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13315
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I933373b31c3f2e1b8f7a8a5624b47eaa8b0a70e4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
11 years, 8 months
Change in ovirt-engine[engine_3.2]: restapi: add cpu-mode enumerable values to /capabilities #91...
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: restapi: add cpu-mode enumerable values to /capabilities #915042
......................................................................
restapi: add cpu-mode enumerable values to /capabilities #915042
https://bugzilla.redhat.com/show_bug.cgi?id=915042
Change-Id: If4e06874b2450e60f2f84c485e82b24ecec71a9f
Signed-off-by: Michael Pasternak <mpastern(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/BackendCapabilitiesResource.java
2 files changed, 27 insertions(+), 0 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13309
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If4e06874b2450e60f2f84c485e82b24ecec71a9f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: engine_3.2
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
11 years, 8 months
Change in ovirt-engine[master]: restapi: add cpu-mode enumerable values to /capabilities #91...
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: restapi: add cpu-mode enumerable values to /capabilities #915042
......................................................................
restapi: add cpu-mode enumerable values to /capabilities #915042
https://bugzilla.redhat.com/show_bug.cgi?id=915042
Change-Id: If4e06874b2450e60f2f84c485e82b24ecec71a9f
Signed-off-by: Michael Pasternak <mpastern(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/BackendCapabilitiesResource.java
2 files changed, 27 insertions(+), 0 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
Doron Fediuck: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.ovirt.org/13308
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If4e06874b2450e60f2f84c485e82b24ecec71a9f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
11 years, 8 months
Change in ovirt-engine[master]: webadmin: DC 'hangs' in local SD
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: DC 'hangs' in local SD
......................................................................
webadmin: DC 'hangs' in local SD
In new DC, 'Local on Host':
-> guide-me enters infinite hour glass
Change-Id: I92c117f999faf21148da7da1b1b9904130b40be8
Bug-Url: https://bugzilla.redhat.com/880111
Signed-off-by: Gilad Chaplik <gchaplik(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/datacenters/DataCenterGuideModel.java
1 file changed, 8 insertions(+), 4 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13300
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I92c117f999faf21148da7da1b1b9904130b40be8
Gerrit-PatchSet: 2
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>
11 years, 8 months
Change in ovirt-engine[master]: webadmin: Conform QuotaListModel to standard
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Conform QuotaListModel to standard
......................................................................
webadmin: Conform QuotaListModel to standard
- Fixed QuotaListModel to have the same command method
names as all the other models. Some functionality is dependent
on the fact that all Models follow the same convention.
Change-Id: Ieb9a4ede386d494399855181f0a4ef58542253c7
Signed-off-by: Alexander Wels <awels(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/quota/QuotaListModel.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/gin/uicommon/DataCenterModule.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/gin/uicommon/QuotaModule.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/MainTabQuotaView.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/datacenter/SubTabDataCenterQuotaView.java
5 files changed, 48 insertions(+), 47 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13275
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieb9a4ede386d494399855181f0a4ef58542253c7
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>
11 years, 8 months
Change in ovirt-engine[master]: webadmin, userportal: can't open permissions dialog
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin,userportal: can't open permissions dialog
......................................................................
webadmin,userportal: can't open permissions dialog
Moving driver initialization to PermissionsPopupView
sub-classes (when invoked from the super-class,
the driver field of the sub-class has not yet initialized).
[changed in: I73ba1fa29629538d6160fa042113859a6bf1ae7f]
Change-Id: I2cc469cf1845982eff5a98ca1547c204ec3b87e1
Signed-off-by: Daniel Erez <derez(a)redhat.com>
---
M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/permissions/AbstractPermissionsPopupView.java
M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/popup/permissions/PermissionsPopupView.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/PermissionsPopupView.java
3 files changed, 2 insertions(+), 13 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13301
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2cc469cf1845982eff5a98ca1547c204ec3b87e1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>
11 years, 8 months
Change in ovirt-engine[master]: backend: fix typo when InstallVdsCommand fails
by emesika@redhat.com
Eli Mesika has submitted this change and it was merged.
Change subject: backend: fix typo when InstallVdsCommand fails
......................................................................
backend: fix typo when InstallVdsCommand fails
1. s/enging/engine
2. change path of host-deploy log to correct path
Change-Id: If0d985eaf8a3d2060b53f4c031e8a49e74799cbf
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=923693
Signed-off-by: Ohad Basan <obasan(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13202
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If0d985eaf8a3d2060b53f4c031e8a49e74799cbf
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ohad Basan <obasan(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ohad Basan <obasan(a)redhat.com>
11 years, 8 months
Change in otopi[otopi-1.0]: doc: environment: document reboot and clock
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: doc: environment: document reboot and clock
......................................................................
doc: environment: document reboot and clock
Change-Id: Ib00da4f17051f9472c5a320aeccb688698216430
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M README.environment
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13299
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib00da4f17051f9472c5a320aeccb688698216430
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: otopi-1.0
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
11 years, 8 months
Change in otopi[otopi-1.0]: core: support non-unicode output of programs
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: core: support non-unicode output of programs
......................................................................
core: support non-unicode output of programs
Some commands can output characters that are not decodable by
codecs.utf_8_decode. One example is nmcli (used by ovirt-host-deploy
plugin, that has a bug (reported and confirmed) retrieving the
vendor string with certain realteks and prints to stdout
non-utf-8-decodable strings.
Change-Id: I121d975083f02957aad927305d2cd9157c77b3ea
Signed-off-by: Antoni S. Puimedon <asegurap(a)redhat.com>
---
M ChangeLog
M src/otopi/plugin.py
2 files changed, 4 insertions(+), 2 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13298
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I121d975083f02957aad927305d2cd9157c77b3ea
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: otopi-1.0
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Antoni Segura Puimedon <asegurap(a)redhat.com>
11 years, 8 months
Change in ovirt-engine[master]: core: Removing unused PollTask method
by yzaslavs@redhat.com
Yair Zaslavsky has submitted this change and it was merged.
Change subject: core: Removing unused PollTask method
......................................................................
core: Removing unused PollTask method
Change-Id: I65add68f12fc09e837a4298dfc95c6a505c95055
Signed-off-by: Yair Zaslavsky <yzaslavs(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java
1 file changed, 0 insertions(+), 63 deletions(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/13292
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I65add68f12fc09e837a4298dfc95c6a505c95055
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei(a)redhat.com>
11 years, 8 months