summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cli
Commit message (Collapse)AuthorAgeFilesLines
...
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-031-24/+3
|
* Updating the containerized cli wrapper to work for both docker 1.8 and 1.9Brenton Leanhardt2016-03-031-5/+18
|
* First past at the upgrade processBrenton Leanhardt2016-03-032-7/+11
|
* replace yum with dnfSeth Jennings2016-01-261-1/+1
|
* Merge pull request #1097 from sdodson/containersBrenton Leanhardt2016-01-111-16/+1
|\ | | | | Always pull images
| * Set the cli image to match osm_image in openshift_cli roleScott Dodson2016-01-111-0/+1
| |
| * Always pull docker imagesScott Dodson2016-01-071-16/+0
| |
* | Add a banner to CLI wrapper instructing users that it's only for bootstrappingScott Dodson2016-01-071-1/+15
|/ | | | Also remove -a STDIN,STDOUT,STDERR that's the default
* Fix multi-word arguments & cli wrapper stdin plumbingScott Dodson2016-01-061-8/+1
| | | | | Fixes https://bugzilla.redhat.com/1295677 Fixes `echo "foo" | oc create -f -`
* Add some guards to wait for images to be pulled before moving onScott Dodson2015-12-161-0/+16
|
* Add openshift_cli roleScott Dodson2015-12-153-0/+64
This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.