Change in ovirt-engine-sdk[sdk_4.0]: Fix generating of singular and plural tag names
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Fix generating of singular and plural tag names
......................................................................
Fix generating of singular and plural tag names
Previously we generated as tag name the name of the Python type,
which is incorrect and it should be schema name. This patch fixes it.
In addition it adds example of adding openstack image provider.
Change-Id: I1c27f780d9fe09394e643f33ed3e495bb811df8a
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
(cherry picked from commit b1aed014cf550f819164e6682cbf3a04895d70ae)
---
M generator/src/main/java/org/ovirt/sdk/python/WritersGenerator.java
A sdk/examples/add_openstack_image_provider.py
M sdk/tests/test_reader.py
3 files changed, 94 insertions(+), 4 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63733
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1c27f780d9fe09394e643f33ed3e495bb811df8a
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: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk[master]: Fix generating of singular and plural tag names
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Fix generating of singular and plural tag names
......................................................................
Fix generating of singular and plural tag names
Previously we generated as tag name the name of the Python type,
which is incorrect and it should be schema name. This patch fixes it.
In addition it adds example of adding openstack image provider.
Change-Id: I1c27f780d9fe09394e643f33ed3e495bb811df8a
Signed-off-by: Ondra Machacek <omachace(a)redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/python/WritersGenerator.java
A sdk/examples/add_openstack_image_provider.py
M sdk/tests/test_reader.py
3 files changed, 94 insertions(+), 4 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Juan Hernandez: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63732
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1c27f780d9fe09394e643f33ed3e495bb811df8a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: master
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, 3 months
Change in mom[master]: Release mom-0.5.6
by msivak@redhat.com
Martin Sivák has submitted this change and it was merged.
Change subject: Release mom-0.5.6
......................................................................
Release mom-0.5.6
Change-Id: Ib39598aef121e6ca6daa7aef579c18af75d2916b
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
Reviewed-on: https://gerrit.ovirt.org/63485
Continuous-Integration: Jenkins CI
---
M configure.ac
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63485
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib39598aef121e6ca6daa7aef579c18af75d2916b
Gerrit-PatchSet: 2
Gerrit-Project: mom
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in jenkins[master]: run engine upgrade from 3.6 to master
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: run engine upgrade from 3.6 to master
......................................................................
run engine upgrade from 3.6 to master
Change-Id: I47b59548b9b7b9c3a803011110b99a538a651fa8
Bug-Url: https://bugzilla.redhat.com/1366900
Signed-off-by: Yedidyah Bar David <didi(a)redhat.com>
---
M jobs/confs/projects/ovirt-engine/ovirt-engine_upgrade-engine.yaml
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me; Ready for merge
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63718
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I47b59548b9b7b9c3a803011110b99a538a651fa8
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in otopi[master]: core: Fix uninitialized variable m
by didi@redhat.com
Yedidyah Bar David has submitted this change and it was merged.
Change subject: core: Fix uninitialized variable m
......................................................................
core: Fix uninitialized variable m
Fails only in python3. In python2, it's initilialized by an earlier
list comprehension. Still it might be a bug also in python2, didn't
analize.
Change-Id: I4e119859d1d587b4e47670a6050731e0de9a19b6
Bug-Url: https://bugzilla.redhat.com/1365776
Signed-off-by: Yedidyah Bar David <didi(a)redhat.com>
---
M src/otopi/context.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Sandro Bonazzola: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
Yedidyah Bar David: Verified; Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/62185
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4e119859d1d587b4e47670a6050731e0de9a19b6
Gerrit-PatchSet: 3
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in otopi[master]: plugins: force_fail: set _prio only if stage is set
by didi@redhat.com
Yedidyah Bar David has submitted this change and it was merged.
Change subject: plugins: force_fail: set _prio only if stage is set
......................................................................
plugins: force_fail: set _prio only if stage is set
Otherwise it's set to None by default.
In python3, when later comparing priorities, it fails, but in python2
None is less than any number.
Change-Id: I94b3de268e62c86d78fc9ccee80122ff78d25578
Bug-Url: https://bugzilla.redhat.com/1365751
Signed-off-by: Yedidyah Bar David <didi(a)redhat.com>
---
M src/plugins/otopi/debug/force_fail/force_fail.py
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
Yedidyah Bar David: Verified; Looks good to me, approved
--
To view, visit https://gerrit.ovirt.org/62184
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I94b3de268e62c86d78fc9ccee80122ff78d25578
Gerrit-PatchSet: 3
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 3 months
Change in ovirt-engine-sdk-java[master]: Add example of how to add a MAC address pool
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example of how to add a MAC address pool
......................................................................
Add example of how to add a MAC address pool
This patch adds an example that shows how to add a new MAC address pool
to the system, and how to assign it to an existing cluster.
Change-Id: I0eaba584a2918c13683876890296917aadee6439
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/src/test/java/org/ovirt/engine/sdk4/examples/AddMacPool.java
1 file changed, 87 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63677
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0eaba584a2918c13683876890296917aadee6439
Gerrit-PatchSet: 3
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, 3 months
Change in ovirt-engine-sdk-java[sdk_4.0]: Add example of changing VM CD
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example of changing VM CD
......................................................................
Add example of changing VM CD
This patch adds example of changing VM CD.
Change-Id: I34de6a9a2d33c01255a974a31bbde3491cc29f72
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/src/test/java/org/ovirt/engine/sdk4/examples/ChangeVmCd.java
1 file changed, 85 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63722
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I34de6a9a2d33c01255a974a31bbde3491cc29f72
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, 3 months
Change in ovirt-engine-sdk-java[master]: Add example of changing VM CD
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example of changing VM CD
......................................................................
Add example of changing VM CD
This patch adds example of changing VM CD.
Change-Id: I34de6a9a2d33c01255a974a31bbde3491cc29f72
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/src/test/java/org/ovirt/engine/sdk4/examples/ChangeVmCd.java
1 file changed, 85 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63699
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I34de6a9a2d33c01255a974a31bbde3491cc29f72
Gerrit-PatchSet: 3
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, 3 months
Change in ovirt-engine-sdk-java[sdk_4.0]: Update to model 4.0.33 and metamodel 1.0.18
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Update to model 4.0.33 and metamodel 1.0.18
......................................................................
Update to model 4.0.33 and metamodel 1.0.18
The more relevant changes included in the new version of the model are
the following:
* Add the `custom_scheduling_policy_properties` attribute to the
`Cluster` type.
* Add services and types to support transfer of images.
* Remove the `add` and `remove` operations of virtual machine
CDROMs.
* Fix the type of the `usages` attribute of the `Network` type, it
should be a list of values of the `NetworkUsage` enum, not a list
of strings.
* Add services to support disk attachments of virtual machines available
for import from storage domains.
The more relevant changes included in the new version of the metamodel
are the following:
* Add `finalize` to the list of Java reserved words.
Change-Id: Iaf06737fe9a85a4022c03cb1e8ea64f443bbd14f
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M pom.xml
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Juan Hernandez: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63721
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaf06737fe9a85a4022c03cb1e8ea64f443bbd14f
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, 3 months