summaryrefslogtreecommitdiff
path: root/roles/lib_openshift/src/lib/base.py
AgeCommit message (Expand)Author
2018-01-31Fixing file write issue.Kenny Woodson
2017-09-29lib/base: Allow for empty option valueJose A. Rivera
2017-08-16add dnf support to roles/openshift_health_checker/library/aos_version.pyAdam Miller
2017-06-08lib/base: allow for results parsing on non-zero return codeJose A. Rivera
2017-05-30add support for oc_service for labels, externalIPsRich Megginson
2017-05-19lib/base: Allow for more complex template paramsJose A. Rivera
2017-05-03Allow oc_ modules to pass unicode resultsRussell Teague
2017-04-21Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson
2017-04-05Adding ability to delete by selector.Kenny Woodson
2017-03-16Fixing variable naming for 35 scoping.Kenny Woodson
2017-03-08Removing ordereddict. Replaced with sorted keys.Kenny Woodson
2017-03-07Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ...Kenny Woodson
2017-02-28Modified base debug statements. Fixed oc_secret debug/verbose flag. Added r...Kenny Woodson
2017-02-27[oc_obj] Move namespace argument to end of command.Andrew Butcher
2017-02-23Merge pull request #3416 from detiber/combinedTestScott Dodson
2017-02-22Removed unrequired no-members from yedit and generated codeSteve Milner
2017-02-21lib_openshift oc file lookup improvementsJason DeTiberus
2017-02-21roles/lib_openshift: Handle /usr/local/bin/oc with sudoColin Walters
2017-02-17String compatibility for python2,3Kenny Woodson
2017-02-16Pleasing the linting gods.Kenny Woodson
2017-02-16Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.Kenny Woodson
2017-02-08Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson
2017-02-08Adding code to copy kubeconfig before running oc commands.Kenny Woodson
2017-02-08Changed lib_openshift to use real temporary files.Thomas Wiest
2017-01-31Adding unit test for oc_service. Added environment fix for non-standard oc i...Kenny Woodson
2017-01-30Added oc_serviceaccount to lib_openshift.Thomas Wiest
2017-01-26Added unit integration tests. Enhanced unit tests. Fixed an issue in openshi...Kenny Woodson
2017-01-25Adding integration test for oc_scale.Kenny Woodson
2017-01-20Adding version to lib_openshiftKenny Woodson
2017-01-18Adding oc_obj to the lib_openshift libraryKenny Woodson
2017-01-18Adding a few updates for python27,35 compatibilityKenny Woodson
2017-01-17Adding oc_edit module to lib_openshift.Kenny Woodson
2017-01-13lib_openshift modules. This is the first one. oc_route.Kenny Woodson