Dan Kenigsberg has uploaded a new change for review.
Change subject: confNet: no need to validate deleted network name
......................................................................
confNet: no need to validate deleted network name
If the net is in our database, we should be able to delete it, no matter
what was its name.
Change-Id: I2fd962c0754947e15316a24fb849bd5ec17ca1a4
Signed-off-by: Dan Kenigsberg <danken(a)redhat.com>
---
M vdsm/configNetwork.py
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/60/6960/1
--
To view, visit http://gerrit.ovirt.org/6960
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2fd962c0754947e15316a24fb849bd5ec17ca1a4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Wenyi Gao has uploaded a new change for review.
Change subject: Move validate_libvirt_certs to vdsm-tool
......................................................................
Move validate_libvirt_certs to vdsm-tool
Move validate_libvirt_certs in vdsdm.init to vdsm-tool
Change-Id: I5b6504ae2e3c8ffa0c33d7ba22a7c16597a51945
Signed-off-by: Wenyi Gao <wenyi(a)linux.vnet.ibm.com>
---
M vdsm-tool/Makefile.am
A vdsm-tool/base.py
A vdsm-tool/validate_libvirt_certs.py
M vdsm.spec.in
M vdsm/constants.py.in
M vdsm/vdsmd.init.in
6 files changed, 104 insertions(+), 30 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/5961/1
--
To view, visit http://gerrit.ovirt.org/5961
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b6504ae2e3c8ffa0c33d7ba22a7c16597a51945
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Wenyi Gao <wenyi(a)linux.vnet.ibm.com>
Antoni Segura Puimedon has uploaded a new change for review.
Change subject: Added unittests for _addNetworkValidation, vlanId, validateBondingName and validateBondingOptions.
......................................................................
Added unittests for _addNetworkValidation, vlanId, validateBondingName and validateBondingOptions.
The test for validateBondingOptions monkey patches os.path.exists to allow to test
just the logic of the method, which uses sysfs to determine if the option is valid.
The test of _addNetworkValidation goes over all the logic branches to test that the
proper exceptions are thrown. It monkey patches the network detection method of the
netinfo module to avoid real network detection at test time.
Change-Id: Ifd8bb649685fac00640e894a4484cdb0cc0b2f1c
Signed-off-by: Antoni Segura Puimedon <asegurap(a)redhat.com>
---
M tests/configNetworkTests.py
1 file changed, 204 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/98/6198/1
--
To view, visit http://gerrit.ovirt.org/6198
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd8bb649685fac00640e894a4484cdb0cc0b2f1c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Antoni Segura Puimedon <asegurap(a)redhat.com>
Mark Wu has uploaded a new change for review.
Change subject: [WIP] MOM Integration
......................................................................
[WIP] MOM Integration
This patch tries to integrate MOM with vdsm. For the descprition of
how this patch works, please see Adam's mail:
https://fedorahosted.org/pipermail/vdsm-devel/2012-February/000628.html
Change-Id: I61e68f72e9115a913d5bc0f4903b906b0d0cce2f
---
M vdsm.spec.in
M vdsm/API.py
M vdsm/Makefile.am
M vdsm/clientIF.py
M vdsm/config.py.in
M vdsm/ksm.py
M vdsm/libvirtvm.py
A vdsm/mom.conf
A vdsm/mom.policy
M vdsm/supervdsmServer.py
A vdsm/vdsMOM.py
M vdsm/vm.py
12 files changed, 271 insertions(+), 9 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/67/2367/1
--
To view, visit http://gerrit.ovirt.org/2367
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61e68f72e9115a913d5bc0f4903b906b0d0cce2f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <wudxw(a)linux.vnet.ibm.com>
Dan Kenigsberg has uploaded a new change for review.
Change subject: fix test broken by commit 70ceb3705fb
......................................................................
fix test broken by commit 70ceb3705fb
The committer trusted the author of the said commit (and the test suite)
to have run it before submitting the patch. That was a mistake.
Change-Id: I2f0ec557d7ee2954b194e966a2595f50be4bea99
Signed-off-by: Dan Kenigsberg <danken(a)redhat.com>
---
M tests/miscTests.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/78/6878/1
--
To view, visit http://gerrit.ovirt.org/6878
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f0ec557d7ee2954b194e966a2595f50be4bea99
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Yaniv Bronhaim has uploaded a new change for review.
Change subject: BZ#840300: setNetworking() return bridge status
......................................................................
BZ#840300: setNetworking() return bridge status
As response to http://gerrit.ovirt.org/#/c/6875/1 reviews i understand that this function must return true.
Because it wasn't so understandable, i edit it to return always true and added related comment.
Change-Id: I466ad42a05f85636cd4fb9dd3b8aae7362eb6bba
Signed-off-by: Yaniv Bronhaim <ybronhei(a)redhat.com>
---
M vds_bootstrap/vds_bootstrap.py
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/04/6904/1
--
To view, visit http://gerrit.ovirt.org/6904
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I466ad42a05f85636cd4fb9dd3b8aae7362eb6bba
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei(a)redhat.com>
Pradipta Banerjee has uploaded a new change for review.
Change subject: Changes to vdsm bootstrap code to support ppc64 by making it architectural neutral. Explicit usage of x86_64 have been removed. The platform architecture is determined on runtime and the same is used as prefix for package search etc. This change makes it
......................................................................
Changes to vdsm bootstrap code to support ppc64 by making it architectural neutral.
Explicit usage of x86_64 have been removed. The platform architecture is determined
on runtime and the same is used as prefix for package search etc.
This change makes it possible to use ovirt for managing KVM on ppc64 host
Change-Id: Id8284f9790d42adf77d32cb930245dd443005ae2
Signed-off-by: Pradipta Kr. Banerjee <bpradip(a)in.ibm.com>
---
M vds_bootstrap/vds_bootstrap.py
M vdsm_reg/deployUtil.py.in
2 files changed, 69 insertions(+), 25 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/00/6900/1
--
To view, visit http://gerrit.ovirt.org/6900
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8284f9790d42adf77d32cb930245dd443005ae2
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Pradipta Banerjee <bpradip(a)in.ibm.com>