Description of problem: The OpenShift Quick Installer, should not only have a install, uninstall, and update option, but it should also have a generate option (where it completes) all the wrapper steps, but only generates a hosts file that can be used/modified for use with the advanced install instructions of the documentation.
This was actually implemented a little while ago, and is now shipping with 3.2. atomic-openshift-installer install --gen-inventory. Wrote atomic-openshift-installer config: /home/dgoodwin/.config/openshift/installer.cfg.yml Wrote ansible inventory: /home/dgoodwin/.config/openshift/hosts
Some issue found during testing 1) There are no help info 2) The option --gen-inventory must be place behind command. it is different with other options (such as -c, -u and etc) 3) if the configuration is current directory(-c test.yaml), The inventory file will be /hosts. it should be hosts #The output is as following <---snip---> Wrote atomic-openshift-installer config: test.yaml Wrote ansible inventory: /hosts
To Following REF bug proccess, QA can't move status to this bug. So I will open a new bug for the comment 2.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1933