RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1312361 - undercloud.qcow2.md5 should not contain absolute path
Summary: undercloud.qcow2.md5 should not contain absolute path
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: RDO
Classification: Community
Component: rdo-manager
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Kilo
Assignee: Hugh Brock
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-26 14:26 UTC by Sandro Mathys
Modified: 2016-04-18 07:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-03-02 12:09:14 UTC
Embargoed:


Attachments (Terms of Use)

Description Sandro Mathys 2016-02-26 14:26:39 UTC
As documented at [1], it's a good idea to verify the md5sum of the downloaded undercloud image. However, when executing `md5sum -c undercloud.qcow2.md5`, the check will fail:

[root@rdo mitaka]# md5sum -c undercloud.qcow2.md5
md5sum: /tmp/oooq-images/undercloud.qcow2: No such file or directory
/tmp/oooq-images/undercloud.qcow2: FAILED open or read

This is, because the undercloud.qcow2.md5 file [2] includes an absolute path after the checksum:

6c7dc0e0b14b7b3deff0da284594d778  /tmp/oooq-images/undercloud.qcow2

Instead of just the file name as expected, like this:

6c7dc0e0b14b7b3deff0da284594d778  undercloud.qcow2

---

[1] https://www.rdoproject.org/rdo-manager/
[2] https://ci.centos.org/artifacts/rdo/images/mitaka/delorean/stable/undercloud.qcow2.md5

Comment 1 Sandro Mathys 2016-03-02 12:09:14 UTC
Reported against tripleo-quickstart instead:
https://github.com/redhat-openstack/tripleo-quickstart/issues/7


Note You need to log in before you can comment on or make changes to this bug.