Bug 1299322

Summary: "container" option doesn't work well in atomic-openshift-installer
Product: OpenShift Container Platform Reporter: Gaoyun Pei <gpei>
Component: InstallerAssignee: Samuel Munilla <smunilla>
Status: CLOSED CURRENTRELEASE QA Contact: Ma xiaoqiang <xiama>
Severity: high Docs Contact:
Priority: high    
Version: 3.1.0CC: aos-bugs, bleanhar, jokerman, mmccomas, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openshift-ansible-3.0.34-1.git.0.b0511f9.el7aos Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-29 20:58:00 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 Gaoyun Pei 2016-01-18 06:26:10 UTC
Description of problem:

Install an env with atomic-openshift-installer, choosing "container" in step "Will this host be RPM or Container based (rpm/container)?".

"containerized: true" would be written into installer.cfg.yml, but there's no containerized configuration generated in ~/.config/openshift/.ansible/hosts.

So the installer won't work when trying to install container env on RHEL-7 hosts.


Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.0.33-1.git.0.bb1f8aa.el7aos.noarch

How reproducible:
Always

Steps to Reproduce:
1.Install containerized env by choosing "container" with atomic-openshift-installer


Actual results:
It didn't run a containerized installation.


Expected results:
Should have "containerized=True" in ansible inventory when choosing "container".

Additional info:

Comment 1 Samuel Munilla 2016-01-18 19:31:25 UTC
Should be fixed by: https://github.com/openshift/openshift-ansible/pull/1205

Comment 3 Gaoyun Pei 2016-01-19 04:18:07 UTC
Test with atomic-openshift-utils-3.0.35-1.git.0.6a386dd.el7aos.noarch

Once choose container install method, containerized=True would be set for the host.