Bug 1281923 - oo installer fails at openshift_facts for offline installs
Summary: oo installer fails at openshift_facts for offline installs
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Jason DeTiberus
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-13 20:10 UTC by Ryan Howe
Modified: 2019-08-15 05:50 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-28 15:34:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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?


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