Bug 1320026 - Can not install RPM env when specifying openshift_image_tag parameters
Summary: Can not install RPM env when specifying openshift_image_tag parameters
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Xiaoli Tian
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-22 07:20 UTC by Ma xiaoqiang
Modified: 2017-08-24 20:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-24 20:48:49 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Ma xiaoqiang 2016-03-22 07:20:06 UTC
Description of problem:
Can not install RPM env when specifying openshift_image_tag parameters


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

How reproducible:
always

Steps to Reproduce:
1. Install RPM environment on rhel7 
<--snip-->
openshift_image_tag=v3.2.0.5
<--snip-->

Actual results:

TASK: [openshift_master | Install Master package] ***************************** 
failed: [openshift-142.lab.eng.nay.redhat.com] => {"changed": false, "failed": true, "rc": 0, "results": []}
msg: No Package matching 'atomic-openshift-masterv3.2.0.5' found available, installed or updated



Expected results:
Install env successfully

Additional info:
If user specified the openshift_pkg_version when installing containerized env, it will fail too.
openshift_version: "{{ openshift_pkg_version | default(openshift_image_tag) | default(openshift.common.image_tag) | default('') }}"
the 'openshift_pkg_version' have higher priority than 'openshift_image_tag'


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