Change in otopi[master]: packagers: yum: ignore sack cache populate errors
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: packagers: yum: ignore sack cache populate errors
......................................................................
packagers: yum: ignore sack cache populate errors
for some reason yum when going to cache only mode tries to download
online repositories, and if fails cause the entire transaction to fail.
more over, when going online, it also tries to download online
resources, and if fails cause the entire transaction to fail.
any network issue during this stage will create an undesired failure. so
just ignore these errors and hope for the best, as this sequence is only
used when transaction is rollbacked.
Change-Id: I6f6cba0071da862addcb438d47ac9401f746ee87
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/otopi/miniyum.py
1 file changed, 23 insertions(+), 5 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17107
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6f6cba0071da862addcb438d47ac9401f746ee87
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
11 years, 4 months
Change in otopi[master]: network: firewalld: fix service disabling
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: network: firewalld: fix service disabling
......................................................................
network: firewalld: fix service disabling
fixed a typo in constant naming
fixed default initialization of FIREWALLD_DISABLE_SERVICES
avoiding iteration error on boolean value.
Change-Id: I112e51bb69e10875f34ffb6ae3966b1d38e328ba
Signed-off-by: Sandro Bonazzola <sbonazzo(a)redhat.com>
---
M src/otopi/constants.py
M src/plugins/otopi/network/firewalld.py
2 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
Alon Bar-Lev: Looks good to me, approved
Sandro Bonazzola: Verified
--
To view, visit http://gerrit.ovirt.org/17099
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I112e51bb69e10875f34ffb6ae3966b1d38e328ba
Gerrit-PatchSet: 1
Gerrit-Project: otopi
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>
11 years, 4 months
Change in ovirt-node-plugin-vdsm[master]: don't include vhostmd on centos
by mburns@redhat.com
Michael Burns has submitted this change and it was merged.
Change subject: don't include vhostmd on centos
......................................................................
don't include vhostmd on centos
Change-Id: I707d162018afeb8058346649f895854f55b64f12
Signed-off-by: Mike Burns <mburns(a)redhat.com>
---
M configure.ac
M ovirt-node-plugin-vdsm.spec.in
2 files changed, 4 insertions(+), 2 deletions(-)
Approvals:
Michael Burns: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17071
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I707d162018afeb8058346649f895854f55b64f12
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-node-plugin-vdsm
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns(a)redhat.com>
Gerrit-Reviewer: Michael Burns <mburns(a)redhat.com>
11 years, 4 months
Change in ovirt-engine[master]: webadmin: Fixed tenant name bug
by alkaplan@redhat.com
Alona Kaplan has submitted this change and it was merged.
Change subject: webadmin: Fixed tenant name bug
......................................................................
webadmin: Fixed tenant name bug
Seems like I messed something up in ProviderModel, which caused the
tenant name to not be retrieved from the database when editing a
provider. This is fixed here, in a way that will hopefully render
maintenance easier as further types of tenant-oriented providers are
added.
Change-Id: I42b58137af760f4fe59985b4b7c59460264fa232
Signed-off-by: Lior Vernia <lvernia(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/providers/EditProviderModel.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/providers/ProviderModel.java
2 files changed, 32 insertions(+), 12 deletions(-)
Approvals:
Alona Kaplan: Verified; Looks good to me, approved
Lior Vernia: Verified
--
To view, visit http://gerrit.ovirt.org/17074
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I42b58137af760f4fe59985b4b7c59460264fa232
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce(a)redhat.com>
Gerrit-Reviewer: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
11 years, 4 months
Change in ovirt-engine[master]: webadmin: Add Ballooning to UI
by alkaplan@redhat.com
Alona Kaplan has submitted this change and it was merged.
Change subject: webadmin: Add Ballooning to UI
......................................................................
webadmin: Add Ballooning to UI
This patch adds the necessary UI for enabling
and disabling ballooning feature on the cluster
level.
Change-Id: I8d8f0701f64a1ebf76965cfcbdec2912158c0c90
Bug-Url: https://bugzilla.redhat.com/967572
Signed-off-by: Ofri Masad <omasad(a)redhat.com>
---
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterListModel.java
M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java
M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.java
M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/cluster/ClusterPopupView.ui.xml
6 files changed, 41 insertions(+), 2 deletions(-)
Approvals:
Martin Sivák: Verified; Looks good to me, but someone else must approve
Alona Kaplan: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/16737
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8d8f0701f64a1ebf76965cfcbdec2912158c0c90
Gerrit-PatchSet: 12
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <omasad(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-Reviewer: ofri masad <omasad(a)redhat.com>
11 years, 4 months
Change in ovirt-engine[master]: core: cleanup: inline local fields
by rgolan@redhat.com
Roy Golan has submitted this change and it was merged.
Change subject: core: cleanup: inline local fields
......................................................................
core: cleanup: inline local fields
Inline local fields in VdsHandler#handleVdsResult and
VdsHandler#getOvirtHostOsVersion methods to make them more readable.
Change-Id: I8c2fe8b2cdea39f5a12c4079b1ea9f3dc511947f
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsHandler.java
1 file changed, 5 insertions(+), 10 deletions(-)
Approvals:
Roy Golan: Verified; Looks good to me, approved
Arik Hadas: Verified
--
To view, visit http://gerrit.ovirt.org/16831
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8c2fe8b2cdea39f5a12c4079b1ea9f3dc511947f
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
11 years, 4 months
Change in ovirt-engine-sdk-java[master]: sdk: release 1.0.0.13-1
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: sdk: release 1.0.0.13-1
......................................................................
sdk: release 1.0.0.13-1
Change-Id: Ia4dadaeca3bd1c044b85fc01a1c97717cf0041da
Signed-off-by: Michael pasternak <mpastern(a)redhat.com>
---
M ovirt-engine-sdk-java/Makefile
M ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
M ovirt-engine-sdk-java/pom.xml
3 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17082
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia4dadaeca3bd1c044b85fc01a1c97717cf0041da
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
11 years, 4 months
Change in ovirt-engine-sdk-java[master]: build: add apache-commons-beanutils dep
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: build: add apache-commons-beanutils dep
......................................................................
build: add apache-commons-beanutils dep
Change-Id: Ib33b6a6f89b9ca9cbbb47826726095a6837fadf5
Signed-off-by: Michael pasternak <mpastern(a)redhat.com>
---
M ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17081
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib33b6a6f89b9ca9cbbb47826726095a6837fadf5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
11 years, 4 months
Change in ovirt-engine-sdk-java[master]: build: add maven-local dep
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: build: add maven-local dep
......................................................................
build: add maven-local dep
Change-Id: I63f9ef2d82df1ef00add9e6fed1af7171084a4f5
Signed-off-by: Michael pasternak <mpastern(a)redhat.com>
---
M ovirt-engine-sdk-java/ovirt-engine-sdk-java.spec.in
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17080
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I63f9ef2d82df1ef00add9e6fed1af7171084a4f5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
11 years, 4 months
Change in otopi[master]: core: modify stages' description Installation->Environment
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: core: modify stages' description Installation->Environment
......................................................................
core: modify stages' description Installation->Environment
Change-Id: I79d0a98f15570b61ad6663e4cabe59325620ba67
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/otopi/plugin.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/17078
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I79d0a98f15570b61ad6663e4cabe59325620ba67
Gerrit-PatchSet: 1
Gerrit-Project: otopi
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
11 years, 4 months