summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cli
Commit message (Collapse)AuthorAgeFilesLines
* 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.