Hide Forgot
A few things have changed since this was written. --- --create-config Use with "-c" to create and use a new alternate config file. ==> This went away - it's redundant. --- Alternatively, additional options can be passed to the utility by including them in a quoted string: $ sh <(curl -s https://install.openshift.com/ose/) "-e -s rhsm -u user" ==> No need to quote, and -e is redundant with /ose/ in the URL === Alternatively, additional options can be passed to the utility by including them after the curl command: $ sh <(curl -s https://install.openshift.com/ose/) -s rhsm -u user A further alternative to mention, though I'm not sure where - you can download it from https://install.openshift.com/portable/oo-install-ose.zip and unzip so that it's running locally rather than downloaded. Enterprise users will probably not be happy with running something directly off the internet.
1. commented out the --create-config option 2. made suggested changes 3. Added another <para> with: "A further alternative is to run the https://install.openshift.com/portable/oo-install-ose.zip directly from the Internet rather than downloading it." Luke, any suggestions? Not sure if you meant the entirety of the -c option should've been removed (I couldn't find a way to test the install utility; wouldn't work on my 2.0 test instance), and if the wording of number 3. is exactly the right sentiment. Thanks.
This plus changes from https://bugzilla.redhat.com/show_bug.cgi?id=1041545 looks fine, thanks!
Thanks, Luke! As far as this BZ goes, everything is ok. More changes are being looked at in https://bugzilla.redhat.com/show_bug.cgi?id=1041545 , but it should be ok to put this one onto QA.