Change in jenkins[master]: ovirt-release: add 4.0 branch
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: ovirt-release: add 4.0 branch
......................................................................
ovirt-release: add 4.0 branch
Change-Id: Id2e434e9e3ba9e4be1b1674a19f95026566e8478
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/projects/ovirt-release/ovirt-release_standard.yaml
1 file changed, 2 insertions(+), 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/54597
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id2e434e9e3ba9e4be1b1674a19f95026566e8478
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-engine-sdk-ruby[master]: Avoid using libxml2 constants in Ruby code
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Avoid using libxml2 constants in Ruby code
......................................................................
Avoid using libxml2 constants in Ruby code
This simplifies the C part of the SDK, and makes the Ruby part more
independent of libxml2, so it will hopefully easier to implement that
part in a way that also works with JRuby.
Change-Id: I80493804e3f96b3bdec134a28730edc5b926904c
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M generator/src/main/java/org/ovirt/sdk/ruby/ReadersGenerator.java
M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java
M generator/src/main/java/org/ovirt/sdk/ruby/WritersGenerator.java
M sdk/.yardopts
D sdk/ext/ovirtsdk4c/ov_xml_constants.c
D sdk/ext/ovirtsdk4c/ov_xml_constants.h
M sdk/ext/ovirtsdk4c/ov_xml_reader.c
M sdk/ext/ovirtsdk4c/ovirtsdk4c.c
M sdk/lib/ovirtsdk4.rb
M sdk/lib/ovirtsdk4/reader.rb
M sdk/lib/ovirtsdk4/writer.rb
D sdk/lib/ovirtsdk4/xml.rb
A sdk/spec/reader_spec.rb
A sdk/spec/writer_spec.rb
D sdk/spec/xml_formatter_spec.rb
M sdk/spec/xml_reader_spec.rb
M sdk/spec/xml_writer_spec.rb
17 files changed, 1,156 insertions(+), 903 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54561
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I80493804e3f96b3bdec134a28730edc5b926904c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine-sdk-ruby
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: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-release[ovirt-3.6]: Add compat rpm for easier consumption
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: Add compat rpm for easier consumption
......................................................................
Add compat rpm for easier consumption
Change-Id: If1e0c77b9926fe9e503957d1caae714f84b84422
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M automation/build-artifacts.sh
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54591
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If1e0c77b9926fe9e503957d1caae714f84b84422
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-release
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-engine[master]: restapi: Add V3 capabilites for version 4 of the server
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: restapi: Add V3 capabilites for version 4 of the server
......................................................................
restapi: Add V3 capabilites for version 4 of the server
There are users of the API that get the version number of the product
(from the API itself, or from other places) and then expect to find a
capabilities description for that version. But these descriptions of the
API have been copied from version 3.6 of the server, which doesn't
contain a description for 4.0. This means that those user will fail. To
avoid that problem this patch modifies the V3 capabilities server so
that it takes the capabilities of version 3.6 and duplicates, but
setting the version number to 4.0. This way those users will continue
working.
Change-Id: I627eee5db1e79634ef83a76101139966550ec446
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/v3/servers/V3CapabilitiesServer.java
M backend/manager/modules/restapi/jaxrs/src/main/resources/v3/capabilities.xml
2 files changed, 33 insertions(+), 4 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Petr Balogh: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54583
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I627eee5db1e79634ef83a76101139966550ec446
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
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: Petr Balogh <pbalogh(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in jenkins[master]: bringing more hosts to serve ng node job
by tlitovsk@redhat.com
Anatoly Litovsky has submitted this change and it was merged.
Change subject: bringing more hosts to serve ng node job
......................................................................
bringing more hosts to serve ng node job
Change-Id: I9f75c48900c90130902b7e7b1e35ded25d268be7
Signed-off-by: Tolik Litovsky <tlitovsk(a)redhat.com>
---
M jobs/confs/projects/ovirt-node-ng/ovirt-node-ng.yaml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Fabian Deutsch: Looks good to me
Jenkins CI: Passed CI tests
Anatoly Litovsky: Verified; Ready for merge
--
To view, visit https://gerrit.ovirt.org/54592
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9f75c48900c90130902b7e7b1e35ded25d268be7
Gerrit-PatchSet: 2
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk(a)redhat.com>
Gerrit-Reviewer: Anatoly Litovsky <tlitovsk(a)redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-release[ovirt-3.6]: oVirt host and node support rpms backport from master
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: oVirt host and node support rpms backport from master
......................................................................
oVirt host and node support rpms backport from master
Change-Id: I9de5b0ed37c12cd3bbe7fb2efd56b34b7f03113f
Signed-off-by: Tolik Litovsky <tlitovsk(a)redhat.com>
---
M Makefile.am
M configure.ac
A host-node/Makefile.am
A host-node/cockpit/branding/bg-login.png
A host-node/cockpit/branding/branding.css
A host-node/cockpit/branding/favicon.ico
A host-node/cockpit/branding/logo.png
A host-node/firewalld/zones/ovirthostnode.xml
A host-node/systemd/system-preset/98-ovirt-host-node.preset
M ovirt-release36.spec.in
10 files changed, 208 insertions(+), 3 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Jenkins CI: Passed CI tests
Anatoly Litovsky: Verified
--
To view, visit https://gerrit.ovirt.org/54556
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9de5b0ed37c12cd3bbe7fb2efd56b34b7f03113f
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-release
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Anatoly Litovsky <tlitovsk(a)redhat.com>
Gerrit-Reviewer: Anatoly Litovsky <tlitovsk(a)redhat.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland(a)redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in jenkins[master]: Added build dicarder to lago jobs
by dcaro@redhat.com
David Caro has submitted this change and it was merged.
Change subject: Added build dicarder to lago jobs
......................................................................
Added build dicarder to lago jobs
As it's not using the standard template, it needs special settings :(
Change-Id: Ie99e4a39bbe657e6369022aef46879f22a43ae26
Signed-off-by: David Caro <dcaroest(a)redhat.com>
---
M jobs/confs/yaml/templates/standard-stage.yaml
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
David Caro: Verified; Looks good to me; Ready for merge
--
To view, visit https://gerrit.ovirt.org/54584
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie99e4a39bbe657e6369022aef46879f22a43ae26
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: David Caro <dcaro(a)redhat.com>
Gerrit-Reviewer: Anatoly Litovsky <tlitovsk(a)redhat.com>
Gerrit-Reviewer: Barak Korren <bkorren(a)redhat.com>
Gerrit-Reviewer: David Caro <dcaro(a)redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-engine[master]: restapi: Fix format of "Link" header
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: restapi: Fix format of "Link" header
......................................................................
restapi: Fix format of "Link" header
The introduction of version 4 of the API included a regression in this
area: the "Link" header that is part of the HEAD request isn't formatted
correctly. This patch fixes that issue.
Change-Id: I08a5845577a6871d08d700b929ed647c55d9a5bd
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendApiResource.java
1 file changed, 3 insertions(+), 5 deletions(-)
Approvals:
Juan Hernandez: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54577
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I08a5845577a6871d08d700b929ed647c55d9a5bd
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
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: Petr Balogh <pbalogh(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-log-collector[master]: hypervisors: moving to ovirt-engine sdk version 4
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: hypervisors: moving to ovirt-engine sdk version 4
......................................................................
hypervisors: moving to ovirt-engine sdk version 4
ovirt-engine-python-sdk was renamed to python-ovirt-engine-sdk4, and its
API changed heavily.
Change-Id: I76789f190efc5d0c8eba530131bbd562b192d723
Signed-off-by: Rafael Martins <rmartins(a)redhat.com>
---
M configure.ac
M ovirt-log-collector.spec.in
M src/helper/hypervisors.py
3 files changed, 39 insertions(+), 49 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Juan Hernandez: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
Rafael Martins: Verified
--
To view, visit https://gerrit.ovirt.org/54398
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I76789f190efc5d0c8eba530131bbd562b192d723
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Rafael Martins <rmartins(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Rafael Martins <rmartins(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years
Change in ovirt-hosted-engine-setup[master]: vm/cloud_init: fix English
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: vm/cloud_init: fix English
......................................................................
vm/cloud_init: fix English
Should should appear only once in a sentence (except in this one!)
Change-Id: Ifaf42a9fac22b707f05bef845d1342223fb53720
Signed-off-by: Dan Kenigsberg <danken(a)redhat.com>
---
M po/pt_BR.po
M src/plugins/ovirt-hosted-engine-setup/vm/cloud_init.py
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Simone Tiraboschi: Looks good to me, but someone else must approve
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/54377
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifaf42a9fac22b707f05bef845d1342223fb53720
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <danken(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
9 years