Bug 1328805
Summary: | [RFE] Add option to run DWH in a "minimal" mode for collecting data for the dashboards | |||
---|---|---|---|---|
Product: | [oVirt] ovirt-engine-dwh | Reporter: | Shirly Radco <sradco> | |
Component: | Setup | Assignee: | Shirly Radco <sradco> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 4.0.0 | CC: | bugs, dfediuck, didi, sbonazzo, ylavi | |
Target Milestone: | ovirt-4.0.0-beta | Keywords: | FutureFeature | |
Target Release: | 4.0.0 | Flags: | rule-engine:
ovirt-4.0.0+
lsvaty: testing_plan_complete- ylavi: planning_ack+ dfediuck: devel_ack+ pstehlik: testing_ack+ |
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Enhancement | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1335009 (view as bug list) | Environment: | ||
Last Closed: | 2016-07-05 07:44:32 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1324860, 1335009, 1337280, 1351872 |
Description
Shirly Radco
2016-04-20 10:20:28 UTC
Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. Current patch allows reconfiguring scale by running: engine-setup --otopi-environment='OVESETUP_DWH_CONFIG/scale=none:None' Allowing doing that with '--reconfigure-optional-components' will require a somewhat-significant change that can break stuff - e.g.: 1. yum install engine+dwh 2. engine-setup engine+dwh 3. engine-setup --reconfigure-optional-components Currently, engine and dwh are not asked about. If we want to allow that, users can reply 'No', and Bad Things Might Happen (didn't check what, actually). We can instead add a new option to engine-setup, say '--reconfigure-dwh-scale' that will do exactly the same as: --otopi-environment='OVESETUP_DWH_CONFIG/scale=none:None' Yaniv, what do you say? (In reply to Yedidyah Bar David from comment #2) > Current patch allows reconfiguring scale by running: > > engine-setup --otopi-environment='OVESETUP_DWH_CONFIG/scale=none:None' > > Allowing doing that with '--reconfigure-optional-components' will require a > somewhat-significant change that can break stuff - e.g.: > > 1. yum install engine+dwh > 2. engine-setup engine+dwh > 3. engine-setup --reconfigure-optional-components > Currently, engine and dwh are not asked about. If we want to allow that, > users can reply 'No', and Bad Things Might Happen (didn't check what, > actually). > > We can instead add a new option to engine-setup, say > '--reconfigure-dwh-scale' that will do exactly the same as: > --otopi-environment='OVESETUP_DWH_CONFIG/scale=none:None' > > Yaniv, what do you say? As long as it is in the help, I don't mind the flag name we use. (In reply to Yaniv Dary from comment #3) > As long as it is in the help, I don't mind the flag name we use. Adding to the help is easy. Adding to the help only when dwh is installed and/or set up is not. Which one? (In reply to Yedidyah Bar David from comment #4) > (In reply to Yaniv Dary from comment #3) > > As long as it is in the help, I don't mind the flag name we use. > > Adding to the help is easy. > > Adding to the help only when dwh is installed and/or set up is not. > > Which one? The first, not conditional. Will clone this bug to engine and add there 57303 verified in ovirt-engine-dwh-setup-4.0.0-2.el7ev.noarch oVirt 4.0.0 has been released, closing current release. |