Bug 1433211
Summary: | Add a option to disable repos while generating gdeploy config file | ||
---|---|---|---|
Product: | [oVirt] cockpit-ovirt | Reporter: | SATHEESARAN <sasundar> |
Component: | Gdeploy | Assignee: | Devyani Kota <dkota> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | SATHEESARAN <sasundar> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 0.10.7-0.0.15 | CC: | bugs, dkota, rbarry, sabose, stirabos |
Target Milestone: | ovirt-4.1.3 | Keywords: | Rebase |
Target Release: | 0.10.7-0.0.18 | Flags: | sasundar:
ovirt-4.1?
sasundar: planning_ack? rule-engine: devel_ack+ sasundar: testing_ack+ |
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | cockpit-ovirt-0.10.7-0.0.19.el7ev | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-06 14:05:08 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Gluster | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1277939, 1447919, 1485863 |
Description
SATHEESARAN
2017-03-17 04:49:28 UTC
Tested with cockpit-ovirt-dashboard-0.10.7-0.0.18.el7ev The option to disable repos is incorrect. It should be 'disable-repos=yes' and not 'disable_repos=yes' snip from /usr/lib/python2.7/site-packages/gdeployfeatures/rh_subscription/rh_subscription.json <snip> { "required": "false", "name": "disable-repos", "default": "no" }, </snip> Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. Patch 77079 is not yet merged, can you please check if it's needed for this bug? If not, please remove it from external trackers. If yes, this bug should be in POST state. Sandro, hi Apologies, wasn't aware of the purpose of the "MODIFIED" tag. Thanks, Devyani Kota. Tested with cockpit-ovirt-dashboard-0.10.7-0.0.20 The generated gdeploy config file has 'disable-repos' under the section 'RH-subscription', which disables all the repos available for that subscription |