Juan Hernandez 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.
Change-Id: Ieba515d2baf3559bf27185c7c6432160551ef172
Signed-off-by: Aravinda VK <avishwan(a)redhat.com>
---
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:
Juan Hernandez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9991
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieba515d2baf3559bf27185c7c6432160551ef172
Gerrit-PatchSet: 12
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
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: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Ohad Basan <obasan(a)redhat.com>
Gerrit-Reviewer: Ronen Angluster <ranglust(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>