summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/library/oc_adm_ca_server_cert.py
Commit message (Expand)AuthorAgeFilesLines
* Adding ability to yedit json files.Kenny Woodson2018-02-131-6/+18
* Fixing file write issue.Kenny Woodson2018-01-311-1/+1
* lib/base: Allow for empty option valueJose A. Rivera2017-09-291-1/+1
* Returning actual results of yedit query. Empty list was returning empty dict.Kenny Woodson2017-09-201-1/+1
* add dnf support to roles/openshift_health_checker/library/aos_version.pyAdam Miller2017-08-161-5/+4
* lib/base: allow for results parsing on non-zero return codeJose A. Rivera2017-06-081-28/+16
* add support for oc_service for labels, externalIPsRich Megginson2017-05-301-8/+17
* lib/base: Allow for more complex template paramsJose A. Rivera2017-05-191-1/+1
* Filter non-strings from the oc_adm_ca_server_cert hostnames parameter.Andrew Butcher2017-05-151-0/+8
* Fix for yedit custom separatorsMatt Woodson2017-05-101-1/+1
* Allow oc_ modules to pass unicode resultsRussell Teague2017-05-031-1/+1
* Removing resource version to remove object conflicts caused by race conditions.Kenny Woodson2017-04-211-0/+7
* Fixing a compatibility issue with python 2.7 to 3.5 when reading from subproc...Kenny Woodson2017-04-101-1/+1
* Fixed a bug when oc command fails.Kenny Woodson2017-04-061-1/+1
* Merge pull request #3840 from kwoodson/oc_obj_delete_selectorScott Dodson2017-04-061-17/+21
|\
| * Adding ability to delete by selector.Kenny Woodson2017-04-051-17/+21
* | Merge pull request #3821 from kwoodson/default_router_certOpenShift Bot2017-04-051-0/+3
|\ \ | |/ |/|
| * Adding signed router cert and fixing server_cert bug.Kenny Woodson2017-04-041-0/+3
* | Removing test coverage for shared code.Kenny Woodson2017-04-041-3/+3
|/
* Merge pull request #3628 from kwoodson/yedit_editsOpenShift Bot2017-03-301-77/+120
|\
| * Fixed a bug in oc_volume.Kenny Woodson2017-03-281-19/+18
| * Adding a few more test cases. Fixed a bug when key was empty. Safeguard agai...Kenny Woodson2017-03-281-63/+107
* | oc_adm_ca_server_cert.py: re-generate.Slava Semushin2017-03-291-0/+8
|/
* Fixing variable naming for 35 scoping.Kenny Woodson2017-03-161-3/+3
* Removing ordereddict. Replaced with sorted keys.Kenny Woodson2017-03-081-4/+4
* Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ...Kenny Woodson2017-03-071-1/+2
* Merge pull request #3527 from joelddiaz/yedit-path-exceptionsKenny Woodson2017-03-031-2/+9
|\
| * regenerate lib_openshift with yedit exception changesJoel Diaz2017-02-281-2/+9
* | Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ...Kenny Woodson2017-03-011-0/+3
* | Modified base debug statements. Fixed oc_secret debug/verbose flag. Added r...Kenny Woodson2017-02-281-2/+2
|/
* [oc_obj] Move namespace argument to end of command.Andrew Butcher2017-02-271-2/+2
* Fixing doc for oc_adm_ca_server_cert.Kenny Woodson2017-02-231-2/+2
* Re-generate lib_openshift and lib_utils librariesScott Dodson2017-02-231-5/+34
* Fixing the generate tox tests.Kenny Woodson2017-02-221-33/+56
* Moving import to local class.Kenny Woodson2017-02-221-2/+1
* Removing reference to oadm. Moved parameter under general params.Kenny Woodson2017-02-221-2/+2
* Added backup feature. Fixed a bug with reading the certificate and verifying...Kenny Woodson2017-02-211-12/+32
* Added copy support when modifying cert and key on existenceKenny Woodson2017-02-211-1/+19
* Small spacing fix.Kenny Woodson2017-02-211-0/+1
* Updated doc and defined defaults for signer_*Kenny Woodson2017-02-211-12/+10
* Removing cmd, fixed docs and comments.Kenny Woodson2017-02-201-84/+69
* Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ...Kenny Woodson2017-02-201-0/+1471