Bug 786127
Summary: | Add URL of data-store for recipes in bkr job-results' output | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Marian Csontos <mcsontos> |
Component: | scheduler | Assignee: | Bill Peck <bpeck> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.8 | CC: | bpeck, dcallagh, mcsontos, rmancy, stl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-01 03:43:24 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
*** This bug has been marked as a duplicate of bug 585153 *** |
Description of problem: Currently we use /YEAR/MONTH/JOB%100/JOB/RECIPE to store uploaded files. To make it more complicated, while recipe is running data are on lab-controller with different schema. Year and month can not be found anywhere (for scripts): > I wasn't succesful to find year and mont of job. Is somewhere this date? > It causes that I'm unable to identify where the logs are. (Only via > brutal force method over few moths ago actual date) Make the root of files for each recipe to be a part of the XML - would make life easier, especially as the files are stored on lab controller while recipe is running and only then move to final destination. The output should reflect these changes.