Bug 1411085

Summary: deploy 3rd party artifacts using wrong command to install rpms
Product: Red Hat OpenStack Reporter: Alon Dotan <alon1.dotan>
Component: rhosp-directorAssignee: Angus Thomas <athomas>
Status: CLOSED DUPLICATE QA Contact: Omri Hochman <ohochman>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: dbecker, emacchi, mburns, morazi, rhel-osp-director-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-01 21:14:20 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 Alon Dotan 2017-01-08 10:10:30 UTC
Description of problem:
currently the deploy-artifacts.sh using "yum -y install" which will work only if images are subscribed to the RHN, would be better if adding some condition to fallback to "rpm -ivh", something like 

 yum install -y $TMP_DATA/file_data || rpm -ivh $TMP_DATA/file_data

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Emilien Macchi 2017-03-01 21:14:20 UTC

*** This bug has been marked as a duplicate of bug 1411084 ***