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:
*** This bug has been marked as a duplicate of bug 1411084 ***