Change in ovirt-engine-sdk[master]: sdk: regenerate against the latest api
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: regenerate against the latest api
......................................................................
sdk: regenerate against the latest api
- added VnicProfiles root-collection
- to network added VnicProfiles sub-collection
- to storagedomain added StorageConnections sub-collection
- to VnicProfile added Permission sub-collection
- to network.add()/.updated added [network.profile_required]
- to NICs.add() added new overload with [nic.vnic_profile.id]
- to NIC.update() added new overload with [nic.vnic_profile.id]
- to VMSnapshots.list()/.get() added [String allContent] parameter
- to VMs.add() added new overload based on [vm.initialization.configuration.type|data]
- added root collection StorageConnections
- added [host.override_iptables]
- added [template.cpu_shares]
- added [template.display.single_qxl_pci]
- added [vm.display.single_qxl_pci]
- added [vm.cpu_shares]
- to template added:
* [@param template.console.enabled: boolean]
- to vm added:
* [@param vm.console.enabled: boolean]
- to Cluster added:
* [@param cluster.comment: string]
* [@param cluster.ballooning_enabled: boolean]
* [@param cluster.tunnel_migration: boolean]
- to Host added:
* [@param host.comment: string]
* [@param host.ssh.port: int]
* [@param host.ssh.fingerprint: string]
* [@param host.ssh.authentication_type: string]
* [@param host.ssh.password: string]
* forceselectspm() action
- to Network added:
* [@param host.ssh.fingerprint: string]
* [@param host.ssh.authentication_type: string]
* [@param host.ssh.password: string]
* forceselectspm() action
- to Network added:
* [@param network.comment: string]
- to StorageDomain
* [@param storagedomain.comment: string]
- to Template added:
* [@param template.comment: string]
* [@param template.permissions.clone: boolean]
- to VM added:
* [@param vm.comment: string]
* [@param vm.permissions.clone: boolean]
Change-Id: Icd2aaf15fdcf5ecbe6d15c0eac03645e46082fc1
Signed-off-by: Michael pasternak <mpastern(a)redhat.com>
---
M src/ovirtsdk/api.py
M src/ovirtsdk/infrastructure/brokers.py
M src/ovirtsdk/xml/params.py
3 files changed, 2,474 insertions(+), 249 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18023
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icd2aaf15fdcf5ecbe6d15c0eac03645e46082fc1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[master]: tools : engine-config should return the list of possible VNC...
by yzaslavs@redhat.com
Yair Zaslavsky has submitted this change and it was merged.
Change subject: tools : engine-config should return the list of possible VNC keyboard layouts
......................................................................
tools : engine-config should return the list of possible VNC keyboard layouts
Changing the default VNC keyboard layout is possible via engine-config.
There should be an indication to what are the possible values.
The information on the possible layouts is stored at vdc_options table
(VncKeyboardLayoutValidValues option name)
Change-Id: I33c37b22501c64cad694e28941bd5df181bbbe6f
Bug-Url: https://bugzilla.redhat.com/987952
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/StringValueHelper.java
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
Yair Zaslavsky: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17546
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I33c37b22501c64cad694e28941bd5df181bbbe6f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
11 years, 5 months
Change in ovirt-engine[master]: engine: Maintain NetworkUser role id for VnicProfileUser
by oourfali@redhat.com
Oved Ourfali has submitted this change and it was merged.
Change subject: engine: Maintain NetworkUser role id for VnicProfileUser
......................................................................
engine: Maintain NetworkUser role id for VnicProfileUser
The role id of the NetworkUser should be preserved for
VnicProfileUser so the same resource could be reachable
via the api.
Change-Id: I10ae120a9af5e79a2d9ddb7d2c94dda128e11ea4
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/PredefinedRoles.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/auth/ApplicationGuids.java
A packaging/dbscripts/upgrade/03_03_0760_preserve_network_user_id_for_vnic_profile.sql
3 files changed, 39 insertions(+), 2 deletions(-)
Approvals:
Moti Asayag: Verified
Oved Ourfali: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18019
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I10ae120a9af5e79a2d9ddb7d2c94dda128e11ea4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[master]: webadmin: Add version check to QoS editor
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Add version check to QoS editor
......................................................................
webadmin: Add version check to QoS editor
Disable the QoS editor/selector in vnic profile when the DC version is
under 3.3
Change-Id: I6f59bd0fdef058038a31bebc715230d415e0d62e
Signed-off-by: Ofri Masad <omasad(a)redhat.com>
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/profiles/VnicProfileModel.java
M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
3 files changed, 18 insertions(+), 2 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18014
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6f59bd0fdef058038a31bebc715230d415e0d62e
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <omasad(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>
11 years, 5 months
Change in ovirt-log-collector[ovirt-log-collector-3.3]: build: post ovirt-log-collector-3.3.0_rc
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: build: post ovirt-log-collector-3.3.0_rc
......................................................................
build: post ovirt-log-collector-3.3.0_rc
Change-Id: Ib924dc535cc68ec3d23f579bfa2be237f7cbf31d
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Kiril Nesenko: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18018
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib924dc535cc68ec3d23f579bfa2be237f7cbf31d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: ovirt-log-collector-3.3
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Keith Robertson <kroberts(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[master]: Revert "engine: Maintain NetworkUser role id for VnicProfile...
by masayag@redhat.com
Moti Asayag has submitted this change and it was merged.
Change subject: Revert "engine: Maintain NetworkUser role id for VnicProfileUser"
......................................................................
Revert "engine: Maintain NetworkUser role id for VnicProfileUser"
This reverts commit 20031dd61f6c6517a5e21d38485c3c3b626fd8aa.
The commit is reverted due to a failure to disable triggers on
roles_groups and permissions tables.
Change-Id: Ie6d98bf84d6452cf48872dd0168248498c20851e
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/PredefinedRoles.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/auth/ApplicationGuids.java
D packaging/dbscripts/upgrade/03_03_0760_preserve_network_user_id_for_vnic_profile.sql
3 files changed, 2 insertions(+), 39 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18015
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie6d98bf84d6452cf48872dd0168248498c20851e
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
11 years, 5 months
Change in ovirt-iso-uploader[ovirt-iso-uploader-3.3]: build: post ovirt-iso-uploader-3.3.0_rc
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: build: post ovirt-iso-uploader-3.3.0_rc
......................................................................
build: post ovirt-iso-uploader-3.3.0_rc
Change-Id: Ia90e4e927d620ea09edab484eff09c8796ec06a4
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Kiril Nesenko: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18017
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia90e4e927d620ea09edab484eff09c8796ec06a4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-uploader
Gerrit-Branch: ovirt-iso-uploader-3.3
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Keith Robertson <kroberts(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
11 years, 5 months
Change in ovirt-image-uploader[ovirt-image-uploader-3.3]: build: post ovirt-image-uploader-3.3.0_rc
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: build: post ovirt-image-uploader-3.3.0_rc
......................................................................
build: post ovirt-image-uploader-3.3.0_rc
Change-Id: Ia3200fff1e8f196d3b58b66f2a7cce1ece56343a
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M configure.ac
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Kiril Nesenko: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/18016
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia3200fff1e8f196d3b58b66f2a7cce1ece56343a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-image-uploader
Gerrit-Branch: ovirt-image-uploader-3.3
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Keith Robertson <kroberts(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
11 years, 5 months
Change in ovirt-engine[master]: webadmin: Error when changing email address for user event n...
by gchaplik@redhat.com
Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Error when changing email address for user event notification
......................................................................
webadmin: Error when changing email address for user event notification
When changing user event notification email, the
web admin portal complains that the user is already
subscribed to the events.
This happens because we are executing 2 AsyncCalls from
GWT to backend RemoveEventSubscription and AddEventSubscription.
If all RemoveEventSubscription calls do not complete
before AddEventSubscription action is called the exception
is thrown.
Change-Id: If30c1e935cad06b293589c80922f56ee377375cb
Bug-Url: https://bugzilla.redhat.com/985635
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/users/UserEventNotifierListModel.java
1 file changed, 30 insertions(+), 4 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17984
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If30c1e935cad06b293589c80922f56ee377375cb
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
11 years, 5 months
Change in ovirt-engine[master]: engine : A user with PowerUserRole|NetworkUser on DC doesn't...
by oourfali@redhat.com
Oved Ourfali has submitted this change and it was merged.
Change subject: engine : A user with PowerUserRole|NetworkUser on DC doesn't see own diskless templates when creating new VM
......................................................................
engine : A user with PowerUserRole|NetworkUser on DC doesn't see own diskless templates when creating new VM
A user with PowerUserRole|NetworkUser on DC doesn't see
own diskless templates when creating new VM based on
this diskless template.
Change-Id: Ia13631aa82204fbbabf95f6ef4e3c4d082abc2b1
Bug-Url: https://bugzilla.redhat.com/906817
Signed-off-by: Ravi Nori <rnori(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmTemplateCommand.java
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Oved Ourfali: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17720
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia13631aa82204fbbabf95f6ef4e3c4d082abc2b1
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
11 years, 5 months