Change in ovirt-engine-sdk[master]: Update to model 4.1.16
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Update to model 4.1.16
......................................................................
Update to model 4.1.16
The more relevant changes in this new version of the model are the
following:
* Make `Ip.version` optional.
* Add the `active_slave` link to the `Bonding` type.
* Add DNS configuration support to `Network` and `NetworkAttachment`.
* Add `remote_viewer_connection_file` attribute to the `GraphicsConsole`
type, and the `populate_remote_viewer_connection_file` parameter to
the operations that retrive the representation ov graphics consoles.
* Add the `uses_scsi_reservation` attribute to the `DiskAttachment`
type.
Change-Id: Ib0febf3a757ee8cb93f6f605a49fc0125ff93fc6
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65834
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0febf3a757ee8cb93f6f605a49fc0125ff93fc6
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk-java[master]: Update to model 4.1.16
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Update to model 4.1.16
......................................................................
Update to model 4.1.16
The more relevant changes in this new version of the model are the
following:
* Make `Ip.version` optional.
* Add the `active_slave` link to the `Bonding` type.
* Add DNS configuration support to `Network` and `NetworkAttachment`.
* Add `remote_viewer_connection_file` attribute to the `GraphicsConsole`
type, and the `populate_remote_viewer_connection_file` parameter to
the operations that retrive the representation ov graphics consoles.
* Add the `uses_scsi_reservation` attribute to the `DiskAttachment`
type.
Change-Id: I69b81754bcfbf2e8392cdd46b5582ca7d227c391
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65835
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I69b81754bcfbf2e8392cdd46b5582ca7d227c391
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk[sdk_4.0]: Clarify the units of `provisioned_size`
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Clarify the units of `provisioned_size`
......................................................................
Clarify the units of `provisioned_size`
This patch changes the example to add a VM disk so that it is clearer
that size of a disk has to be specified in bytes. It also changes the
example to use a more realistic size, 10 GiB, as it currently the size
is 1 MiB, which isn't realistic.
Change-Id: I6a80abef018a3d58dcccfb4f99e4d18ba7d7c6ef
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
(cherry picked from commit 196961295b3f4b549067b1c2cab659da594edd69)
---
M sdk/examples/add_vm_disk.py
1 file changed, 6 insertions(+), 3 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66078
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6a80abef018a3d58dcccfb4f99e4d18ba7d7c6ef
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk[sdk_4.0]: Add Travis CI configuration
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Add Travis CI configuration
......................................................................
Add Travis CI configuration
This patch adds the .travis.yml file in order to configure builds in the
Travis CI environment, in particular to configure builds for Mac OS X.
Change-Id: I8e046d0ccac3512ea269c4397365a4d9e43d0281
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
(cherry picked from commit 7be34b04de93bbad26ba558215eaf6d21617140f)
---
A .travis.yml
1 file changed, 15 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66077
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8e046d0ccac3512ea269c4397365a4d9e43d0281
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk[master]: Clarify the units of `provisioned_size`
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Clarify the units of `provisioned_size`
......................................................................
Clarify the units of `provisioned_size`
This patch changes the example to add a VM disk so that it is clearer
that size of a disk has to be specified in bytes. It also changes the
example to use a more realistic size, 10 GiB, as it currently the size
is 1 MiB, which isn't realistic.
Change-Id: I6a80abef018a3d58dcccfb4f99e4d18ba7d7c6ef
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
---
M sdk/examples/add_floating_disk.py
M sdk/examples/add_vm_disk.py
2 files changed, 10 insertions(+), 5 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66069
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6a80abef018a3d58dcccfb4f99e4d18ba7d7c6ef
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk-java[sdk_4.0]: Use BigInteger in examples
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Use BigInteger in examples
......................................................................
Use BigInteger in examples
The primary represenation of integers used by the SDK is the
'BigInteger' class. This patch change the examples to use them directly
when doing arithmethic, as that is more robust and the recommended
practice for users of the SDK.
Change-Id: I50854a24722324117110bb1398f27a032df47713
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit fc29db3472ace30d72489a0f3f6b717ef99fda2c)
---
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddFloatingDisk.java
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddVmDisk.java
2 files changed, 6 insertions(+), 2 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66076
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I50854a24722324117110bb1398f27a032df47713
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk[sdk_4.0]: Add example showing how to create a floating disk
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example showing how to create a floating disk
......................................................................
Add example showing how to create a floating disk
This patch adds an example that shows how create a disk that isn't
attached to any virtual machine, a.k.a. floating disk.
Change-Id: Ic9d15b0c042b753d1178ff9f822ece829418e2d1
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit 8a09435ada2d4e98d6c64e25789d0480606f0018)
---
A sdk/examples/add_floating_disk.py
1 file changed, 70 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66074
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic9d15b0c042b753d1178ff9f822ece829418e2d1
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk-java[sdk_4.0]: Clarify the units of `provisioned_size`
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Clarify the units of `provisioned_size`
......................................................................
Clarify the units of `provisioned_size`
This patch changes the example to add a VM disk so that it is clearer
that size of a disk has to be specified in bytes. It also changes the
example to use a more realistic size, 10 GiB, as it currently the size
is 1 MiB, which isn't realistic.
Change-Id: Iae61d5ef6a01f59618ed87d2685b5b48400b96ee
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
(cherry picked from commit f049260bf13219bba13041ad389d0444e11d68eb)
---
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddFloatingDisk.java
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddVmDisk.java
2 files changed, 18 insertions(+), 15 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66075
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iae61d5ef6a01f59618ed87d2685b5b48400b96ee
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: sdk_4.0
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk-java[master]: Clarify the units of `provisioned_size`
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Clarify the units of `provisioned_size`
......................................................................
Clarify the units of `provisioned_size`
This patch changes the example to add a VM disk so that it is clearer
that size of a disk has to be specified in bytes. It also changes the
example to use a more realistic size, 10 GiB, as it currently the size
is 1 MiB, which isn't realistic.
Change-Id: Iae61d5ef6a01f59618ed87d2685b5b48400b96ee
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddFloatingDisk.java
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddVmDisk.java
2 files changed, 18 insertions(+), 15 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66072
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iae61d5ef6a01f59618ed87d2685b5b48400b96ee
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months
Change in ovirt-engine-sdk-java[master]: Use BigInteger in examples
by Code Review
>From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Use BigInteger in examples
......................................................................
Use BigInteger in examples
The primary represenation of integers used by the SDK is the
'BigInteger' class. This patch change the examples to use them directly
when doing arithmethic, as that is more robust and the recommended
practice for users of the SDK.
Change-Id: I50854a24722324117110bb1398f27a032df47713
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddFloatingDisk.java
M sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddVmDisk.java
2 files changed, 6 insertions(+), 2 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/66073
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I50854a24722324117110bb1398f27a032df47713
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 5 months