Change in ovirt-hosted-engine-ha[ovirt-hosted-engine-ha-1.1]: Fix an error when the brokerlink's return value has no data
by msivak@redhat.com
Martin Sivák has submitted this change and it was merged.
Change subject: Fix an error when the brokerlink's return value has no data
......................................................................
Fix an error when the brokerlink's return value has no data
This could happen during setup or the first execution of
included daemons. The metadata file was present, but nobody
has reported anything yet.
Change-Id: I0f1e96595ca07c20bae6fba805ae2bc4ba3e5151
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1075126
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
(cherry picked from commit 8e54f5e09c35a6202d7eb549238a2b39acebbd1f)
---
M ovirt_hosted_engine_ha/lib/brokerlink.py
A ovirt_hosted_engine_ha/lib/brokerlink_test.py
2 files changed, 40 insertions(+), 8 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/25825
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0f1e96595ca07c20bae6fba805ae2bc4ba3e5151
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: ovirt-hosted-engine-ha-1.1
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
10 years, 8 months
Change in ovirt-hosted-engine-ha[master]: Fix an error when the brokerlink's return value has no data
by msivak@redhat.com
Martin Sivák has submitted this change and it was merged.
Change subject: Fix an error when the brokerlink's return value has no data
......................................................................
Fix an error when the brokerlink's return value has no data
This could happen during setup or the first execution of
included daemons. The metadata file was present, but nobody
has reported anything yet.
Change-Id: I0f1e96595ca07c20bae6fba805ae2bc4ba3e5151
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1075126
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
---
M ovirt_hosted_engine_ha/lib/brokerlink.py
A ovirt_hosted_engine_ha/lib/brokerlink_test.py
2 files changed, 40 insertions(+), 8 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
Jiří Moskovčák: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.ovirt.org/25799
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0f1e96595ca07c20bae6fba805ae2bc4ba3e5151
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
10 years, 8 months
Change in ovirt-hosted-engine-setup[ovirt-hosted-engine-setup-1.1]: Better explaining FQDN request
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: Better explaining FQDN request
......................................................................
Better explaining FQDN request
Adding a more meaningful text to better explain
what host it refers asking a FQDN
Change-Id: I1548ad11bc4699b50747ae6978a58874287059f2
Signed-off-by: Simone Tiraboschi <stirabos(a)redhat.com>
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1069945
(cherry picked from commit eb3c8737ccd0e9faf4fecd79d15228f9201edb3e)
---
M src/plugins/ovirt-hosted-engine-setup/engine/fqdn.py
1 file changed, 6 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Looks good to me, approved
Simone Tiraboschi: Verified
--
To view, visit http://gerrit.ovirt.org/25823
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1548ad11bc4699b50747ae6978a58874287059f2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: ovirt-hosted-engine-setup-1.1
Gerrit-Owner: Simone Tiraboschi <stirabos(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: oVirt Jenkins CI Server
10 years, 8 months
Change in ovirt-dwh[master]: history: updated ksm_shared_memory_percent to mb
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: history: updated ksm_shared_memory_percent to mb
......................................................................
history: updated ksm_shared_memory_percent to mb
Droped ksm_shared_memory_percent column from
host_samples_history table
and added ksm_shared_memory_mb instead.
Updated etl of ksm_shared_memory_percent,
max_ksm_shared_memory_percent columns in
host_samples_history, hourly and
daily tables to ksm_shared_memory_mb and
max_ksm_shared_memory_percent.
Change-Id: Ic965021913baa1a3a95deda5ab2cad206638cbbb
Bug-Url: https://bugzilla.redhat.com/1076902
Signed-off-by: Shirly Radco <sradco(a)redhat.com>
---
M etl_export/src/ovirt_engine_dwh/aggregationtodaily_3_4/AggregationToDaily.java
M etl_export/src/ovirt_engine_dwh/aggregationtohourly_3_4/AggregationToHourly.java
M etl_export/src/ovirt_engine_dwh/statisticssync_3_4/StatisticsSync.java
M packaging/dbscripts/create_views_3_4.sql
A packaging/dbscripts/upgrade/03_04_0070_update_mem_shared_to_mb.sql
M tos_project/process/AggregationToDaily_3.4.item
M tos_project/process/AggregationToDaily_3.4.properties
M tos_project/process/AggregationToHourly_3.4.item
M tos_project/process/AggregationToHourly_3.4.properties
M tos_project/process/StatisticsSync_3.4.item
M tos_project/process/StatisticsSync_3.4.properties
11 files changed, 342 insertions(+), 311 deletions(-)
Approvals:
Shirly Radco: Verified; Looks good to me, but someone else must approve
Yaniv Dary: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/25789
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic965021913baa1a3a95deda5ab2cad206638cbbb
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Shirly Radco <sradco(a)redhat.com>
Gerrit-Reviewer: Shirly Radco <sradco(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
10 years, 8 months
Change in ovirt-engine[ovirt-engine-3.4]: core: log login failure to webadmin userportal...
by iheim@redhat.com
Itamar Heim has submitted this change and it was merged.
Change subject: core: log login failure to webadmin userportal...
......................................................................
core: log login failure to webadmin userportal...
Log login failure to webadmin userportal from UI/API
This patch adds login of authentication failures such that failed
attempts to login to the application from user portal or web admin will
be recorded as well.
Change-Id: I3ebefcad91d7e37d2e1bb2adf1708b950283b92e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1066103
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginAdminUserCommand.java
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/LoginBaseCommand.java
2 files changed, 17 insertions(+), 3 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
Ravi Nori: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.ovirt.org/25638
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3ebefcad91d7e37d2e1bb2adf1708b950283b92e
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
10 years, 8 months
Change in ovirt-engine[ovirt-engine-3.4]: packaging: setup: take yum group name from env
by iheim@redhat.com
Itamar Heim has submitted this change and it was merged.
Change subject: packaging: setup: take yum group name from env
......................................................................
packaging: setup: take yum group name from env
Change-Id: I95073ed917a5276b8e3a21fc2f2f1574139f04ca
Bug-Url: https://bugzilla.redhat.com/1076046
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M packaging/setup/ovirt_engine_setup/constants.py
M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/distro-rpm/packages.py
2 files changed, 14 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/25817
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I95073ed917a5276b8e3a21fc2f2f1574139f04ca
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
10 years, 8 months
Change in ovirt-engine[master]: tools: Add engine-backup man page to spec file
by emesika@redhat.com
Eli Mesika has submitted this change and it was merged.
Change subject: tools: Add engine-backup man page to spec file
......................................................................
tools: Add engine-backup man page to spec file
Change-Id: Id3bf7e52d7e6d91dc991501b456ac43882da2ad9
Bug-Url: https://bugzilla.redhat.com/1074303
Signed-off-by: Martin Perina <mperina(a)redhat.com>
---
M ovirt-engine.spec.in
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Martin Peřina: Verified
Eli Mesika: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/25818
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id3bf7e52d7e6d91dc991501b456ac43882da2ad9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: David Caro <dcaroest(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
10 years, 8 months
Change in ovirt-hosted-engine-ha[master]: Add nice interactive html representation of the agent's stat...
by msivak@redhat.com
Martin Sivák has submitted this change and it was merged.
Change subject: Add nice interactive html representation of the agent's state machine
......................................................................
Add nice interactive html representation of the agent's state machine
This patch adds a script that can autogenerate html file that
makes it easier to investigate the state transitions in hosted
engine's FSM.
Hovering your mouse above one of the states at the edge of the
circular diagram hides all transitions that are not relevant to
that state.
The html file can be autogenerated using the same command that
is used to prepare the graphviz version:
make fsm
Change-Id: I82c72d044818c8412a2517a4431aecf8412add7d
Signed-off-by: Martin Sivak <msivak(a)redhat.com>
---
M .gitignore
M Makefile.am
M build/Makefile.am
R build/gen_gv.py
A build/gen_html.py
M doc/Makefile.am
M doc/agent-fsm.gv
A doc/agent-fsm.html
A doc/d3.dependencyWheel.js
A doc/d3.v3.min.js
M ovirt-hosted-engine-ha.spec.in
11 files changed, 302 insertions(+), 3 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
Greg Padgett: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.ovirt.org/25654
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I82c72d044818c8412a2517a4431aecf8412add7d
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
10 years, 8 months
Change in ovirt-scheduler-proxy[master]: use single quotes for clean target
by msivak@redhat.com
Martin Sivák has submitted this change and it was merged.
Change subject: use single quotes for clean target
......................................................................
use single quotes for clean target
use single quote
Change-Id: Idb01540bb1dfe39b8622a4ff13a63d9234006d3c
Signed-off-by: Laszlo Hornyak <lhornyak(a)redhat.com>
---
M Makefile
1 file changed, 1 insertion(+), 2 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17478
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idb01540bb1dfe39b8622a4ff13a63d9234006d3c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-scheduler-proxy
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
10 years, 8 months
Change in ovirt-engine[master]: packaging: setup: take yum group name from env
by sbonazzo@redhat.com
Sandro Bonazzola has submitted this change and it was merged.
Change subject: packaging: setup: take yum group name from env
......................................................................
packaging: setup: take yum group name from env
Change-Id: I95073ed917a5276b8e3a21fc2f2f1574139f04ca
Bug-Url: https://bugzilla.redhat.com/1076046
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M packaging/setup/ovirt_engine_setup/constants.py
M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/distro-rpm/packages.py
2 files changed, 14 insertions(+), 2 deletions(-)
Approvals:
Sandro Bonazzola: Verified; Looks good to me, approved
Yedidyah Bar David: Looks good to me, but someone else must approve
--
To view, visit http://gerrit.ovirt.org/25810
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I95073ed917a5276b8e3a21fc2f2f1574139f04ca
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
10 years, 8 months