Change in ovirt-engine-sdk-ruby[master]: Add example showing how to enable serial console
by juan.hernandez@redhat.com
Juan Hernandez has submitted this change and it was merged.
Change subject: Add example showing how to enable serial console
......................................................................
Add example showing how to enable serial console
This patch adds an example that shows how to find a virtual machine, how to
check if the serial console is enabled (using the `all_content` parameter) and
how to enable it.
Change-Id: Ib6a7400a0fd0954b989ddd890d51710212467aab
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/examples/enable_serial_console.rb
1 file changed, 53 insertions(+), 0 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, but someone else must approve
Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests
Objections:
Jenkins CI: Failed CI tests
--
To view, visit https://gerrit.ovirt.org/65625
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib6a7400a0fd0954b989ddd890d51710212467aab
Gerrit-PatchSet: 1
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: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 2 months
Change in ovirt-engine-sdk-java[master]: Add example showing how to start VM with cloud-init
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example showing how to start VM with cloud-init
......................................................................
Add example showing how to start VM with cloud-init
This patch adds an example that shows how to start a virtual machine
using cloud-init to set the host name, root password and network
configuration.
Change-Id: I1e0f32b8519982d5e21197d4e3305a1edb29dbce
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/src/test/java/org/ovirt/engine/sdk4/examples/StartVmWithCloudInit.java
1 file changed, 88 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/65644
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1e0f32b8519982d5e21197d4e3305a1edb29dbce
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, 2 months
Change in ovirt-engine-sdk[master]: Add example showing how to start VM with cloud-init
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example showing how to start VM with cloud-init
......................................................................
Add example showing how to start VM with cloud-init
This patch adds an example that shows how to start a virtual machine
using cloud-init to set the host name, root password and network
configuration.
Change-Id: I2d8366ad87abe5b76b84f6960546648895af8616
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/examples/start_vm_with_cloud_init.py
1 file changed, 77 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/65642
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2d8366ad87abe5b76b84f6960546648895af8616
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, 2 months
Change in ovirt-engine-sdk[master]: Add execution permissions to examples
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add execution permissions to examples
......................................................................
Add execution permissions to examples
Some of the example scripts don't have execution permissions, but most
of them do. This patch adds the missing permissions so that all the
scripts have the same.
Change-Id: Ic26d71e2bbe8bd6771cef525dcd616f64eac5edc
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/examples/add_independet_vm.py
M sdk/examples/assign_permission.py
2 files changed, 0 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/65640
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic26d71e2bbe8bd6771cef525dcd616f64eac5edc
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, 2 months
Change in ovirt-engine-sdk[master]: Add example showing how to enable serial console
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example showing how to enable serial console
......................................................................
Add example showing how to enable serial console
This patch adds an example that shows how to find a virtual machine, how to
check if the serial console is enabled (using the `all_content` parameter) and
how to enable it.
Change-Id: I40d6c8e390f8ca219fe2848987d1bb1729df3069
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/examples/enable_serial_console.py
1 file changed, 59 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/65624
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I40d6c8e390f8ca219fe2848987d1bb1729df3069
Gerrit-PatchSet: 1
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, 2 months
Change in ovirt-engine-sdk-java[master]: Add example showing how to enable serial console
by omachace@redhat.com
Ondra Machacek has submitted this change and it was merged.
Change subject: Add example showing how to enable serial console
......................................................................
Add example showing how to enable serial console
This patch adds an example that shows how to find a virtual machine, how to
check if the serial console is enabled (using the `all_content` parameter) and
how to enable it.
Change-Id: I62a13eca09b7fbcbb1f560c7f4c48bed850e5f8c
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
A sdk/src/test/java/org/ovirt/engine/sdk4/examples/EnableSerialConsole.java
1 file changed, 67 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/65627
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I62a13eca09b7fbcbb1f560c7f4c48bed850e5f8c
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, 2 months
Change in ovirt-live[master]: Fedora: add metrics packages
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: Fedora: add metrics packages
......................................................................
Fedora: add metrics packages
Change-Id: I680b551d3d7373a91abe9090e3264f7cb4e85700
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M fedora-24/kickstart/ovirt-live-ovirt-custom.ks.in
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved; Passed CI tests
--
To view, visit https://gerrit.ovirt.org/65641
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I680b551d3d7373a91abe9090e3264f7cb4e85700
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
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>
8 years, 2 months
Change in jenkins[master]: max-total increase reducing idle slaves
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: max-total increase reducing idle slaves
......................................................................
max-total increase reducing idle slaves
With recent increase of the number of available slaves
we're now able to increase the number of concurrent jobs.
Change-Id: I9e04e5a1e1fdb766f786daab7fc2fdd9cdd224ae
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M jobs/confs/yaml/templates/engine-upgrade.yaml
M jobs/confs/yaml/templates/find-bugs.yaml
M jobs/confs/yaml/templates/standard-stage.yaml
3 files changed, 3 insertions(+), 3 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Ready for merge
Anton Marchukov: Looks good to me
Jenkins CI: Passed CI tests
Evgheni Dereveanchin: Looks good to me
--
To view, visit https://gerrit.ovirt.org/65635
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9e04e5a1e1fdb766f786daab7fc2fdd9cdd224ae
Gerrit-PatchSet: 1
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Anton Marchukov <amarchuk(a)redhat.com>
Gerrit-Reviewer: Evgheni Dereveanchin <ederevea(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, 2 months
Change in ovirt-hosted-engine-setup[master]: image: use a coherent dialog name
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: image: use a coherent dialog name
......................................................................
image: use a coherent dialog name
'ovehosted_vmenv_mem' is already in use for the VM memory,
using a different value for the disk size.
It can affect automated tests over machine dialog.
Change-Id: I1f58e36386a3526c56be0430ff39f434d0727ef3
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
---
M src/plugins/gr-he-common/vm/image.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Sandro Bonazzola: Looks good to me, but someone else must approve
Simone Tiraboschi: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/63608
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1f58e36386a3526c56be0430ff39f434d0727ef3
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Barak Korren <bkorren(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Lev Veyde <lveyde(a)redhat.com>
Gerrit-Reviewer: Ryan Barry <rbarry(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stirabos(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 2 months
Change in ovirt-engine[master]: scheduling: Fix CpuAndMemoryBalancingPolicyUnit
by msivak@redhat.com
Martin Sivák has submitted this change and it was merged.
Change subject: scheduling: Fix CpuAndMemoryBalancingPolicyUnit
......................................................................
scheduling: Fix CpuAndMemoryBalancingPolicyUnit
The unit considers CPU usage to choose VM for migration.
Function VmDao.getAllRunningForVds() does not return VM
with VmStatistics anymore.
This patch fixes NPE caused by the missing VmStatistics.
Change-Id: Iabad0025c4964790628c69b9a1c534adf843feaf
Signed-off-by: Andrej Krejcir <akrejcir(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/policyunits/CpuAndMemoryBalancingPolicyUnit.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/utils/FindVmAndDestinations.java
M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/policyunits/CpuAndMemoryBalancingPolicyUnitTest.java
3 files changed, 69 insertions(+), 50 deletions(-)
Approvals:
Martin Sivák: Looks good to me, approved
Jenkins CI: Passed CI tests
Andrej Krejcir: Verified
--
To view, visit https://gerrit.ovirt.org/64950
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iabad0025c4964790628c69b9a1c534adf843feaf
Gerrit-PatchSet: 12
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Andrej Krejcir <akrejcir(a)redhat.com>
Gerrit-Reviewer: Andrej Krejcir <akrejcir(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Jenny Tokar <jtokar(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Phillip Bailey <phbailey(a)redhat.com>
Gerrit-Reviewer: Roman Mohr <rmohr(a)redhat.com>
Gerrit-Reviewer: Yanir Quinn <yquinn(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>
8 years, 2 months