Hide Forgot
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:
Should be fixed by: https://github.com/openshift/openshift-ansible/pull/1205
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.