index
:
csa/devops/ansible-patches/openshift.git
ands
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roles
/
lib_openshift
/
src
/
lib
/
base.py
Age
Commit message (
Expand
)
Author
2018-01-31
Fixing file write issue.
Kenny Woodson
2017-09-29
lib/base: Allow for empty option value
Jose A. Rivera
2017-08-16
add dnf support to roles/openshift_health_checker/library/aos_version.py
Adam Miller
2017-06-08
lib/base: allow for results parsing on non-zero return code
Jose A. Rivera
2017-05-30
add support for oc_service for labels, externalIPs
Rich Megginson
2017-05-19
lib/base: Allow for more complex template params
Jose A. Rivera
2017-05-03
Allow oc_ modules to pass unicode results
Russell Teague
2017-04-21
Removing resource version to remove object conflicts caused by race conditions.
Kenny Woodson
2017-04-05
Adding ability to delete by selector.
Kenny Woodson
2017-03-16
Fixing variable naming for 35 scoping.
Kenny Woodson
2017-03-08
Removing ordereddict. Replaced with sorted keys.
Kenny Woodson
2017-03-07
Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ...
Kenny Woodson
2017-02-28
Modified 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-23
Merge pull request #3416 from detiber/combinedTest
Scott Dodson
2017-02-22
Removed unrequired no-members from yedit and generated code
Steve Milner
2017-02-21
lib_openshift oc file lookup improvements
Jason DeTiberus
2017-02-21
roles/lib_openshift: Handle /usr/local/bin/oc with sudo
Colin Walters
2017-02-17
String compatibility for python2,3
Kenny Woodson
2017-02-16
Pleasing the linting gods.
Kenny Woodson
2017-02-16
Fixed tests for pyyaml vs ruamel. Added import logic. Fixed safe load.
Kenny Woodson
2017-02-08
Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.
Kenny Woodson
2017-02-08
Adding code to copy kubeconfig before running oc commands.
Kenny Woodson
2017-02-08
Changed lib_openshift to use real temporary files.
Thomas Wiest
2017-01-31
Adding unit test for oc_service. Added environment fix for non-standard oc i...
Kenny Woodson
2017-01-30
Added oc_serviceaccount to lib_openshift.
Thomas Wiest
2017-01-26
Added unit integration tests. Enhanced unit tests. Fixed an issue in openshi...
Kenny Woodson
2017-01-25
Adding integration test for oc_scale.
Kenny Woodson
2017-01-20
Adding version to lib_openshift
Kenny Woodson
2017-01-18
Adding oc_obj to the lib_openshift library
Kenny Woodson
2017-01-18
Adding a few updates for python27,35 compatibility
Kenny Woodson
2017-01-17
Adding oc_edit module to lib_openshift.
Kenny Woodson
2017-01-13
lib_openshift modules. This is the first one. oc_route.
Kenny Woodson