Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: Application Mode option in installer
......................................................................
packaging: Application Mode option in installer
Application Mode option added to engine-setup, Engine can be
configured as gluster only, virtualization only or both.
This new prompt can be disabled by setting
USE_DEFAULT_APPLICATION_MODE_WITHOUT_PROMPT to True in basedef.py
Also introduced a Constant(CONST_DEFAULT_APPLICATION_MODE)
in basedef.py to set the default application mode.
Now USE_DEFAULT option can be dynamic, so function name can be
specified instead of value. Initially USE_DEFAULT contains
True or False, now function name can be given instead of
Boolean which helps to decide usage depending on the other
questions answered.
Modified NFS options override in plugins/all_in_one_100.py since
those options can be managed by setting USE_DEFAULT dynamically.
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=901443
Change-Id: I2c958205727905d00f6e407779ee64f5c5eb5a1a
Signed-off-by: Aravinda VK <avishwan(a)redhat.com>
(cherry picked from commit 3dde9fbe2792e54d5c6c93d0e88cf8ab84f95367)
---
M backend/manager/dbscripts/inst_sp.sql
M packaging/fedora/setup/basedefs.py
M packaging/fedora/setup/common_utils.py
M packaging/fedora/setup/engine-setup.py
M packaging/fedora/setup/output_messages.py
M packaging/fedora/setup/plugins/all_in_one_100.py
6 files changed, 117 insertions(+), 13 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/11801
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2c958205727905d00f6e407779ee64f5c5eb5a1a
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: engine_3.2
Gerrit-Owner: Aravinda VK <avishwan(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Aravinda VK <avishwan(a)redhat.com>
Gerrit-Reviewer: Bala.FA <barumuga(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>