Adam Litke has uploaded a new change for review.
Change subject: schema: ConnectionError should be an object not a tuple
......................................................................
schema: ConnectionError should be an object not a tuple
We don't want to try and support a tuple type in the API just to accomodate this
use case which would be much more usable as a regular type with 'code' and
'message' members. Convert it.
Change-Id: Iac8c639f42f2ecf080aa41878a6050d9bc385ddc
Signed-off-by: Adam Litke <agl(a)us.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 3 insertions(+), 5 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/7016/1
--
To view, visit http://gerrit.ovirt.org/7016
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iac8c639f42f2ecf080aa41878a6050d9bc385ddc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl(a)us.ibm.com>
Adam Litke has uploaded a new change for review.
Change subject: schema: Fix up VmDefinition types
......................................................................
schema: Fix up VmDefinition types
There is no such thing as a VmShort definition so we do not need the union type
for VmDefinition. Also, VmDefinition is the same as VmStatus so just define the
definition as an alias of VmFullStatus.
Change-Id: Iecb73a3ca21908ca3bcb51a3d2c51319291296d9
Signed-off-by: Adam Litke <agl(a)us.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 12 insertions(+), 12 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/15/7015/1
--
To view, visit http://gerrit.ovirt.org/7015
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecb73a3ca21908ca3bcb51a3d2c51319291296d9
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl(a)us.ibm.com>
Adam Litke has uploaded a new change for review.
Change subject: schema: Fix some typos
......................................................................
schema: Fix some typos
Just fix a few outstanding typos in the schema. This should be pretty
uncontroversial.
Change-Id: I1bf77059f36c3a5252031495007c9f094edf7bcf
Signed-off-by: Adam Litke <agl(a)us.ibm.com>
---
M vdsm_api/vdsmapi-schema.json
1 file changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/12/7012/1
--
To view, visit http://gerrit.ovirt.org/7012
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bf77059f36c3a5252031495007c9f094edf7bcf
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Adam Litke <agl(a)us.ibm.com>
Zhou Zheng Sheng has uploaded a new change for review.
Change subject: extract a method for appending a child node with a text node to self.dom in libvirtvm.py
......................................................................
extract a method for appending a child node with a text node to self.dom
in libvirtvm.py
In vdsm/libvirtvm.py, there are some duplicated code. It creates an
xml element node, then creates a text node and appends it to the element,
at last appends the element to self.dom. This can be done in a function.
Change-Id: Ie05d8f0f9869080b34d5cafb5c672d4034f09934
Signed-off-by: Zhou Zheng Sheng <zhshzhou(a)linux.vnet.ibm.com>
---
M vdsm/libvirtvm.py
1 file changed, 12 insertions(+), 12 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/6846/1
--
To view, visit http://gerrit.ovirt.org/6846
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie05d8f0f9869080b34d5cafb5c672d4034f09934
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <zhshzhou(a)linux.vnet.ibm.com>
Amador Pahim has uploaded a new change for review.
Change subject: BZ#846604 Skip clock sync if NTPd is running.
......................................................................
BZ#846604 Skip clock sync if NTPd is running.
During boostrap, host clock is syncronized with
engine time. If ntpd is running on host and engine
time is not synchronized with ntp server, time in
host will jump to engine time then jump back to ntp
time few moments later.
This patch checks if ntpd is running in order to
skip clock sync when true.
Change-Id: I51693cbc80d58bd09719b185d440a05fa3317fe2
Signed-off-by: Amador Pahim <apahim(a)redhat.com>
---
M configure.ac
M vdsm_reg/deployUtil.py.in
2 files changed, 22 insertions(+), 16 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/81/7081/1
--
To view, visit http://gerrit.ovirt.org/7081
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I51693cbc80d58bd09719b185d440a05fa3317fe2
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amador Pahim <apahim(a)redhat.com>
Pradipta Banerjee has uploaded a new change for review.
Change subject: vdsm bootstrap changes for kvm on ppc64 support
......................................................................
vdsm bootstrap changes for kvm on ppc64 support
Changes to vdsm bootstrap code to support ppc64 by making it
architectural neutral.Explicit usage of x86_64 have been removed.
This change makes it possible to use ovirt for managing KVM on ppc64 host
Change-Id: Ifdf9489592677e1a6cf55dd5b66190da57172bd4
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, 92 insertions(+), 27 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/6903/1
--
To view, visit http://gerrit.ovirt.org/6903
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifdf9489592677e1a6cf55dd5b66190da57172bd4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Pradipta Banerjee <bpradip(a)in.ibm.com>