summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_adm_registry.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3416 from detiber/combinedTestScott Dodson2017-02-231-5/+34
|\ | | | | lib_openshift - handle cases where oc binary is not in path
| * lib_openshift oc file lookup improvementsJason DeTiberus2017-02-211-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move binary file search to separate method called from constructor - Use six.PY3 instaed of sys.version_info - Combine additional paths with the paths from the environment - For py3 pass the combined paths to shutil.which - For py2 explictly search for existance of file from combined paths instead of using distutils.spawn.find_executable and falling back - Use 'oc adm' instead of 'oadm' - Fix generate_validation test issue - fix tests for oc binary location - add tests for file lookup
* | Merge pull request #3429 from ashcrow/remove-no-memberScott Dodson2017-02-221-35/+56
|\ \ | | | | | | Removed unrequired no-members
| * | Removed unrequired no-members from yedit and generated codeSteve Milner2017-02-221-35/+56
| |/
* / Added required_together. Added two minor bug fixes for when data is not passed.Kenny Woodson2017-02-221-2/+2
|/
* Removed oadm_ references in doc.Kenny Woodson2017-02-211-1/+1
|
* Removed unused code. Made tests executable.Kenny Woodson2017-02-211-25/+6
|
* Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-201-9/+26
|
* Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-201-44/+60
|
* Renaming registry and router roles to oc_adm_Kenny Woodson2017-02-201-0/+2508