summaryrefslogtreecommitdiffstats
path: root/roles/openshift_cli/library
Commit message (Collapse)AuthorAgeFilesLines
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-3/+3
|
* Switch from "oadm" to "oc adm" and fix bug in binary sync.Devan Goodwin2016-10-191-1/+6
| | | | | | | | Found bug syncing binaries to containerized hosts where if a symlink was pre-existing, but pointing to the wrong destination, it would not be corrected. Switched to using oc adm instead of oadm.
* Copy openshift binaries instead of using wrapper script.Devan Goodwin2016-07-211-0/+131
For containerized masters, we previously create a wrapper script to run the docker CLI image and clean up afterward, but this approach is much slower than having the binary on the native system. Instead we now use an ansible module to handle the logic of syncing the various OpenShift binaries and symlinks for client tools out onto the host. The module will correctly report changed if modifications were needed. Substantial speed improvement for containerized installs which requires many openshift/oc commands.