
Itamar Heim has submitted this change and it was merged. Change subject: oVirt Node Upgrade: Support N configuration ...................................................................... oVirt Node Upgrade: Support N configuration To have multiple configurations supported for node upgrade and same code for upstream/downstream, this patch will include the delimiter ":" to the below elements in vdc_options. - OvirtInitialSupportedIsoVersion - oVirtISOsRepositoryPath - OvirtIsoPrefix Additionally: - OvirtIsoPrefix now includes prefix and regex to list ISOs. - Includes OvirtNodeOS to regex node OS - New class OVirtNodeInfo to hold informations about upgrade. Change-Id: Ibfb9dc5d0dc8780b519107acbe0ae866831f782c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=979231 Signed-off-by: Alon Bar-Lev <alonbl@redhat.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetoVirtISOsQuery.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InstallVdsCommand.java A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/OVirtNodeInfo.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/OVirtNodeUpgrade.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/GetoVirtISOsTest.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/InstallVdsCommandTest.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/config/ConfigValues.java M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 8 files changed, 236 insertions(+), 198 deletions(-) Approvals: Douglas Schilling Landgraf: Verified Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/23538 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibfb9dc5d0dc8780b519107acbe0ae866831f782c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Douglas Schilling Landgraf <dougsland@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server