Change in ovirt-engine[master]: core: Add support for iLO2 and iLO4 as...(#837907)
by emesika@redhat.com
Eli Mesika has submitted this change and it was merged.
Change subject: core: Add support for iLO2 and iLO4 as...(#837907)
......................................................................
core: Add support for iLO2 and iLO4 as...(#837907)
Add support for iLO2 and iLO4 as a fencing options(#837907)
ilo2 is mapped to ilo and ilo4 is mapped to ilo3.
The change is only in configuration and is backward compatible.
This patch does not change the naming from ilo<n> to iLo<n> since the
scripts that are called in the fence_agents package use lowercase.
(Actually in bug description this was described only as a Bonus and is
not a part of the required solution)
Also, I didn't apply this bonus since it implies upgrade of current
installations values and I wanted to lower the risk of a regression.
Change-Id: I01af8bdb69b379edb688b1d11d5f020e841ac354
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 9 insertions(+), 9 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/8492
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I01af8bdb69b379edb688b1d11d5f020e841ac354
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: core: ImportVm test cleanup: stop spying
by amureini@redhat.com
Allon Mureinik has submitted this change and it was merged.
Change subject: core: ImportVm test cleanup: stop spying
......................................................................
core: ImportVm test cleanup: stop spying
Removed useless calls to Mockito.spy(), which simply spied objects but
did not add any defined behaviour.
Change-Id: I3e895e90994e139c369b0b5f3c3218024b7bf103
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/ImportVmCommandTest.java
1 file changed, 3 insertions(+), 6 deletions(-)
Approvals:
Allon Mureinik: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9618
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3e895e90994e139c369b0b5f3c3218024b7bf103
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Alissa Bonas <abonas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Ayal Baron <abaron(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Vered Volansky <vvolansk(a)redhat.com>
12 years, 1 month
Change in ovirt-host-deploy[master]: build: ax_ln_sr.m4: remove debug code
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: build: ax_ln_sr.m4: remove debug code
......................................................................
build: ax_ln_sr.m4: remove debug code
Change-Id: I1b00b1155d1602eb1c94b4849dbe39d53bb34b3a
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M m4/ax_ln_sr.m4
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10119
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1b00b1155d1602eb1c94b4849dbe39d53bb34b3a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
12 years, 1 month
Change in otopi[master]: build: ax_ln_sr.m4: remove debug code
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: build: ax_ln_sr.m4: remove debug code
......................................................................
build: ax_ln_sr.m4: remove debug code
Change-Id: If5e1d6b42ecc0e2140654c3c35be983ea1b4a727
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M m4/ax_ln_sr.m4
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10118
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If5e1d6b42ecc0e2140654c3c35be983ea1b4a727
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>
12 years, 1 month
Change in ovirt-engine[master]: core: VM.setStaticData cleanup
by lhornyak@redhat.com
Laszlo Hornyak has submitted this change and it was merged.
Change subject: core: VM.setStaticData cleanup
......................................................................
core: VM.setStaticData cleanup
- fixed null protection
Change-Id: I566edd95a7b4c78b2a359c67173c6c6d4e70cd0b
Signed-off-by: Laszlo Hornyak <lhornyak(a)redhat.com>
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java
1 file changed, 5 insertions(+), 3 deletions(-)
Approvals:
Laszlo Hornyak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/9839
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I566edd95a7b4c78b2a359c67173c6c6d4e70cd0b
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 1 month
Change in ovirt-engine[master]: restapi: fix broken chalanger test
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: restapi: fix broken chalanger test
......................................................................
restapi: fix broken chalanger test
Change-Id: Ifaf8e16897468ab6d0ce3567daf7c5297e9b2f06
Signed-off-by: Michael Pasternak <mpastern(a)redhat.com>
---
M backend/manager/modules/restapi/interface/common/jaxrs/src/test/java/org/ovirt/engine/api/common/security/auth/ChallengerTest.java
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Michael Pasternak: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10116
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifaf8e16897468ab6d0ce3567daf7c5297e9b2f06
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
12 years, 1 month
Change in ovirt-host-deploy[master]: api: do not expose internal constants
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: api: do not expose internal constants
......................................................................
api: do not expose internal constants
Change-Id: I4bab09d938936edc5cc07f69648d3b0a1c7209b9
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/ovirt_host_deploy/constants.py
M src/plugins/ovirt-host-deploy/core/misc.py
M src/plugins/ovirt-host-deploy/node/persist.py
M src/plugins/ovirt-host-deploy/vdsm/bridge.py
M src/plugins/ovirt-host-deploy/vdsm/config.py
M src/plugins/ovirt-host-deploy/vdsm/packages.py
M src/plugins/ovirt-host-deploy/vdsm/pki.py
M src/plugins/ovirt-host-deploy/vdsm/vdsmid.py
M src/plugins/ovirt-host-deploy/vdsmhooks/hooks.py
9 files changed, 52 insertions(+), 42 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10112
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4bab09d938936edc5cc07f69648d3b0a1c7209b9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
12 years, 1 month
Change in ovirt-host-deploy[master]: node: persist: minor cleanup
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: node: persist: minor cleanup
......................................................................
node: persist: minor cleanup
Change-Id: Ic89be93394823c5d41b49de9a3500360b1a74e72
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/plugins/ovirt-host-deploy/node/persist.py
1 file changed, 4 insertions(+), 6 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10111
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic89be93394823c5d41b49de9a3500360b1a74e72
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
12 years, 1 month
Change in ovirt-host-deploy[master]: vdsm: pki: install libvirt client duplicate certificates
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: vdsm: pki: install libvirt client duplicate certificates
......................................................................
vdsm: pki: install libvirt client duplicate certificates
libvirtd does allow us to configure the location of pki artifacts, and
vdsm configure it properly to access its certificates.
However, vdsm does not configure the libvirt client, thus libvirt
accesses the default location.
Change-Id: If03db2d3ec26d21b74e2c8363f927ed5865667d5
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/ovirt_host_deploy/constants.py
M src/plugins/ovirt-host-deploy/vdsm/pki.py
2 files changed, 19 insertions(+), 0 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10110
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If03db2d3ec26d21b74e2c8363f927ed5865667d5
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
12 years, 1 month
Change in otopi[master]: api: do not expose internal constants
by Alon Bar-Lev
Alon Bar-Lev has submitted this change and it was merged.
Change subject: api: do not expose internal constants
......................................................................
api: do not expose internal constants
Change-Id: I7ba5d684b5a51b2d609f21359974bd1bd899ca49
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M src/otopi/constants.py
M src/otopi/dialog.py
M src/otopi/main.py
M src/plugins/otopi/core/config.py
M src/plugins/otopi/core/log.py
M src/plugins/otopi/packagers/yumpackager.py
M src/plugins/otopi/system/command.py
7 files changed, 29 insertions(+), 21 deletions(-)
Approvals:
Alon Bar-Lev: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/10108
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7ba5d684b5a51b2d609f21359974bd1bd899ca49
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>
12 years, 1 month