Bug 1281923

Summary: oo installer fails at openshift_facts for offline installs
Product: OpenShift Container Platform Reporter: Ryan Howe <rhowe>
Component: InstallerAssignee: Jason DeTiberus <jdetiber>
Status: CLOSED WONTFIX QA Contact: Ma xiaoqiang <xiama>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.0.0CC: aos-bugs, bleanhar, jokerman, mmccomas, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-28 15:34:22 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 Ryan Howe 2015-11-13 20:10:51 UTC
Description of problem:
oo installer fails at openshift_facts for offline installs when no Gateway is defined. 

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

How reproducible:


Steps to Reproduce:
1. Install via oo-install-ose on a system that is offline with no Gateway
2. Repos are available 

Actual results:
Installer failed at facts 

Expected results:
Installer to work

Additional info:

Customers Solution

solution was actually to configure a FAKE Gateway in the ifcfg file of a network card..
We set GW as 192.168.138.129 (Master IP) on both master&node (but it should work with any IP in the subnet, because the GW is irrelevant),
and the installation passed that test, and continued to installing packages, and successfully completed.

Comment 1 Jason DeTiberus 2015-11-13 22:14:21 UTC
I suspect this is a result of us consuming the upstream facts from Ansible. Can you provide the output of the failed run?