Bug 1220509

Summary: wget is missing from qcow2 image fails instack-build-images script
Product: [Community] RDO Reporter: Amit Ugol <augol>
Component: instack-undercloudAssignee: James Slagle <jslagle>
Status: CLOSED NOTABUG QA Contact: Shai Revivo <srevivo>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: chris.brown, morazi, rhel-osp-director-maint
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-18 06:31:44 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 Amit Ugol 2015-05-11 17:37:44 UTC
Description of problem:
running the latest version of instack-build-images on rhel-guest-image-7.1-20150203.1.x86_64.qcow2 would fails, because this image does not contain wget.


Version-Release number of selected component (if applicable):
instack-undercloud-0.0.0-post1734.el7.centos.noarch

How reproducible:
always

Steps to Reproduce:
1. export DIB_LOCAL_IMAGE=rhel-guest-image-7.1-20150203.1.x86_64.qcow2
2. . stackrc
3. run the script

Actual results:
wget command not found


Expected results:
script continues to build

Additional info:
Said qcow2 has no wget but does have curl.
Adding wget manually to the image solved this specific issue.

Comment 5 Christopher Brown 2017-06-17 17:01:06 UTC
It still doesn't have wget but curl does what is required. Suggest closing this NOTABUG.