Bug 1220652
Summary: | workflow commands should let Beaker pick default method instead of defaulting to method=nfs | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | command line | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | aigao, dcallagh, dowang, ebaak, rjoost |
Target Milestone: | 22.0 | Keywords: | NeedsTestCase, Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-01-14 05:33:02 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dan Callaghan
2015-05-12 05:58:06 UTC
I just realised we have this old open patch about this: http://gerrit.beaker-project.org/2229 This bug fix is included in beaker-client-22.0-0.git.59.cbcb4e8 which is available for download here: https://beaker-project.org/nightlies/develop/ Steps to reproduce: 1. Use bkr workflow-simple to create a job, without using --method option, for example: bkr workflow-simple --family RedHatEnterpriseLinux6 --arch x86_64 --task /distribution/reservesys Actual results: Job XML contains ks_meta="method=nfs". Recipe will therefore abort if the distro is only available over HTTP. Expected results: Job XML should not contain any method= argument in ks_meta. Beaker 22.0 has been released. |