summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/class
Commit message (Collapse)AuthorAgeFilesLines
* Fix to OpenshiftCLIConfig to support an ordereddict. This was breaking test ↵Kenny Woodson2017-03-071-2/+2
| | | | cases.
* Make generic OCObjectValidator from OCSDNValidatorMonis Khan2017-03-062-58/+77
| | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* Fixed the none namespace. Fixed tests with latest loc_oc_binary call.Kenny Woodson2017-03-061-2/+2
|
* Updating the namespace param to None.Kenny Woodson2017-03-061-1/+1
|
* Fixed docs. Added check for delete failures. Updated namespace to None.Kenny Woodson2017-03-061-2/+4
|
* Adding integration test. Fixed issue with node_selector.Kenny Woodson2017-03-061-4/+7
|
* Adding oc_project to lib_openshift.Kenny Woodson2017-03-061-0/+180
|
* Fixing checkout for bindings with -binding suffixjupierce2017-03-022-2/+2
|
* oadm_policy_group/adm_policy_user modulejupierce2017-03-022-0/+389
|
* Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ↵Kenny Woodson2017-03-011-0/+3
| | | | error in secure.
* Fixed failures on create when objects exist.Kenny Woodson2017-02-282-48/+82
|
* Updating delete/recreate with replace --force.Kenny Woodson2017-02-281-8/+4
|
* Fixed logic error. Ensure both svc and dc exist.Kenny Woodson2017-02-281-1/+1
|
* Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson2017-02-283-4/+9
| | | | reencrypt for route.
* Adding support for a route with certs and reencrypt.Kenny Woodson2017-02-281-1/+7
|
* Merge pull request #3387 from enj/enj/f/sdn_moduleScott Dodson2017-02-271-0/+58
|\ | | | | Add SDNValidator Module
| * Add SDNValidator ModuleMonis Khan2017-02-211-0/+58
| | | | | | | | Signed-off-by: Monis Khan <mkhan@redhat.com>
* | Adding get_env_var to deploymentconfig.Kenny Woodson2017-02-241-3/+4
| |
* | Fixed default variables. Added a fix to generated secret in env var.Kenny Woodson2017-02-241-0/+7
| |
* | Updated for pylint. Fixed create doc.Kenny Woodson2017-02-221-4/+12
| |
* | Attempt to handle router preparation errors.Kenny Woodson2017-02-221-3/+8
| |
* | Merge pull request #3378 from kwoodson/oadm_caKenny Woodson2017-02-221-0/+135
|\ \ | | | | | | Adding oc_adm_ca_server_cert to lib_openshift
| * | Moving import to local class.Kenny Woodson2017-02-221-0/+1
| | |
| * | Added backup feature. Fixed a bug with reading the certificate and ↵Kenny Woodson2017-02-211-9/+27
| | | | | | | | | | | | verifying names. Added force option.
| * | Added copy support when modifying cert and key on existenceKenny Woodson2017-02-211-0/+12
| | |
| * | Small spacing fix.Kenny Woodson2017-02-211-0/+2
| | |
| * | Updated doc and defined defaults for signer_*Kenny Woodson2017-02-211-4/+3
| | |
| * | Removing cmd, fixed docs and comments.Kenny Woodson2017-02-201-9/+8
| | |
| * | Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ↵Kenny Woodson2017-02-201-27/+21
| | | | | | | | | | | | server_cert.
| * | Adding oadm_ca to lib_openshift.Kenny Woodson2017-02-201-0/+110
| | |
* | | Merge pull request #3429 from ashcrow/remove-no-memberScott Dodson2017-02-221-1/+0
|\ \ \ | | | | | | | | Removed unrequired no-members
| * | | fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus2017-02-221-1/+0
| | |/ | |/|
* | | Added required_together. Added two minor bug fixes for when data is not passed.Kenny Woodson2017-02-222-6/+9
| | |
* | | if no key, cert, cacert, or default_cert is passed then do not pass to ocKenny Woodson2017-02-211-2/+10
|/ /
* | Removed unused code. Made tests executable.Kenny Woodson2017-02-211-25/+6
| |
* | Fixing docs. Fixed default_cert suggestion.Kenny Woodson2017-02-202-28/+60
| |
* | Renamed modules, fixed docs, renamed variables, and cleaned up logic.Kenny Woodson2017-02-202-104/+118
| |
* | Renaming registry and router roles to oc_adm_Kenny Woodson2017-02-202-0/+0
| |
* | Fixing registry doc and suggestions.Kenny Woodson2017-02-201-11/+5
| |
* | Adding router and registry to lib_openshift.Kenny Woodson2017-02-202-0/+831
|/
* Replace has_key in new modulesSteve Milner2017-02-201-1/+1
| | | | | | | The dict.has_key has been removed in Python 3. However, both Python 2 and 3 support: if needle in dict
* Fixing a bug by removing default debugKenny Woodson2017-02-171-1/+1
|
* Fix cases where child classes override OpenShiftCLI valuesJason DeTiberus2017-02-1311-33/+11
|
* Merge pull request #3299 from kwoodson/oc_envScott Dodson2017-02-131-0/+145
|\ | | | | Adding oc_env to lib_openshift.
| * Fixing docs, linting, and comments.Kenny Woodson2017-02-101-7/+5
| |
| * Pleasing the linting bot.Kenny Woodson2017-02-081-0/+3
| |
| * Adding integration tests.Kenny Woodson2017-02-081-3/+3
| |
| * Adding oc_env to lib_openshift.Kenny Woodson2017-02-081-0/+144
| |
* | Fixing for linters.Kenny Woodson2017-02-091-8/+11
| |
* | Adding test cases.Kenny Woodson2017-02-091-11/+10
| |