Description of problem: There are two typos in the oo-install tool output. In the broker configuration: "Default Gear Capabilties for new users: |small|:" (Capabilities) In the node configuration: "You have already desribed the following host system(s):" (Described) How reproducible: Every time Additional info: I will note that this was installing the basic mode (all in one) version. While I'm sure the typos won't change, there's a chance there may be more if I went down a different path. I'll keep an eye out.
I found the second typo "desribed" but I cannot find "Capabilties" anywhere in the source code. Can you please provide the command that you used to run oo-install?
I think that "Capabilties" output is from the Enterprise version of oo-install, and I saw that you have a BZ open for that version. I will correct the first typo, however, as it is present in the Origin installer as well.
Fixed: https://github.com/openshift/openshift-extras/pull/424
The typo absolutely exists in OSE 2.1; here is the line with the "Capabilties" typo in the enterprise-2.1 branch of oo-install: https://github.com/openshift/openshift-extras/blob/enterprise-2.1/oo-install/lib/installer/assistant.rb#L926 However, the typo does not exist in the enterprise-2.2 branch, nor in mainline (which is where the Origin version lives). I can't provide a link to a specific line because the code and textual output for that feature has been completely refactored from what existed in the OSE 2.1 version.