| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-23 | Re-generate lib_openshift and lib_utils libraries | Scott Dodson | |
| 2017-02-23 | Merge pull request #3416 from detiber/combinedTest | Scott Dodson | |
| lib_openshift - handle cases where oc binary is not in path | |||
| 2017-02-23 | Merge pull request #3460 from kwoodson/handle_router_prep | Russell Teague | |
| Handle router preparation errors. Also added a second sleep timer for creating openshift objects. | |||
| 2017-02-22 | Updated for pylint. Fixed create doc. | Kenny Woodson | |
| 2017-02-22 | Attempt to handle router preparation errors. | Kenny Woodson | |
| 2017-02-22 | Merge pull request #3458 from kwoodson/generate_tox_fix | Kenny Woodson | |
| Fixing tox test. | |||
| 2017-02-22 | Fixing the generate tox tests. | Kenny Woodson | |
| 2017-02-22 | Merge pull request #3378 from kwoodson/oadm_ca | Kenny Woodson | |
| Adding oc_adm_ca_server_cert to lib_openshift | |||
| 2017-02-22 | Merge pull request #3429 from ashcrow/remove-no-member | Scott Dodson | |
| Removed unrequired no-members | |||
| 2017-02-22 | Moving import to local class. | Kenny Woodson | |
| 2017-02-22 | Merge pull request #3447 from kwoodson/router_no_default_cert | Kenny Woodson | |
| Fix for no default_cert or cert, key, cacert files | |||
| 2017-02-22 | Added required_together. Added two minor bug fixes for when data is not passed. | Kenny Woodson | |
| 2017-02-22 | fix up ruamel.yaml/pyyaml no-member lint errors | Jason DeTiberus | |
| 2017-02-22 | Renamed NotContainerized to NotContainerizedMixin and dropped no-member | Steve Milner | |
| 2017-02-22 | Removed unrequired no-members from yedit and generated code | Steve Milner | |
| 2017-02-22 | Removing reference to oadm. Moved parameter under general params. | Kenny Woodson | |
| 2017-02-22 | Merge pull request #3454 from ewolinetz/logging_tag_master_config | Scott Dodson | |
| adding tag to update_master_config | |||
| 2017-02-22 | adding tag to update_master_config | ewolinetz | |
| 2017-02-22 | CloudFront oc_secret contents should be a list | Steve Milner | |
| Fixes "argument contents is of type <type 'dict'> and we were unable to convert to list" | |||
| 2017-02-21 | lib_openshift oc file lookup improvements | Jason DeTiberus | |
| - 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 | |||
| 2017-02-21 | roles/lib_openshift: Handle /usr/local/bin/oc with sudo | Colin Walters | |
| The real changes here are in `src/lib/{base,import}.py` remember, the rest is committed to git rather than built for some reason. This is tested on CentOS AH (python2), I haven't yet tested the Python 3 path here. I tried the suggestion in the PR for using Ansible's `module` but AFAICS that would require passing down the `module` variable pretty far down into this code. This implementation seems OK too. Closes: https://github.com/openshift/openshift-ansible/issues/3410 | |||
| 2017-02-21 | if no key, cert, cacert, or default_cert is passed then do not pass to oc | Kenny Woodson | |
| 2017-02-21 | Added backup feature. Fixed a bug with reading the certificate and ↵ | Kenny Woodson | |
| verifying names. Added force option. | |||
| 2017-02-21 | Merge pull request #3438 from jcantrill/bz_1425321_default_api_port | Scott Dodson | |
| Bz 1425321 default api port | |||
| 2017-02-21 | Merge pull request #3444 from richm/bug-1420219 | Scott Dodson | |
| Bug 1420219 - No log entry can be found in Kibana UI after deploying logging stacks with ansible | |||
| 2017-02-21 | Merge pull request #3436 from tbielawa/hacky_cert_parsing | Tim Bielawa | |
| Implement fake openssl cert classes | |||
| 2017-02-21 | bug 1425321. Default the master api port based on the facts | Jeff Cantrill | |
| 2017-02-21 | Bug 1420219 - No log entry can be found in Kibana UI after deploying logging ↵ | Rich Megginson | |
| stacks with ansible https://bugzilla.redhat.com/show_bug.cgi?id=1420219 The elasticsearch config was missing the common data model stanza | |||
| 2017-02-21 | Address cert expiry parsing review comments | Tim Bielawa | |
| 2017-02-21 | Merge pull request #3377 from kwoodson/router_registry | Russell Teague | |
| Adding oc_adm_router and oc_adm_registry to lib_openshift | |||
| 2017-02-21 | Merge pull request #3440 from rhcarvalho/update-homepage | Scott Dodson | |
| Update homepage and fix typo | |||
| 2017-02-21 | Fix typo | Rodolfo Carvalho | |
| 2017-02-21 | Update link to project homepage | Rodolfo Carvalho | |
| 2017-02-21 | Implement fake openssl cert classes | Tim Bielawa | |
| 2017-02-21 | Merge pull request #3421 from jhadvig/registred-cmd | Russell Teague | |
| rename registered mktemp command | |||
| 2017-02-21 | Merge pull request #3431 from jcantrill/bz_1420256_ops_reusing_non_ops_prefix | Jeff Cantrill | |
| Bz 1420256 ops reusing non ops prefix | |||
| 2017-02-21 | Merge pull request #3437 from rhcarvalho/fix-setup-deps | Scott Dodson | |
| Remove pytest-related dependencies from setup.py | |||
| 2017-02-21 | Removed oadm_ references in doc. | Kenny Woodson | |
| 2017-02-21 | Remove unused plays | jhadvig | |
| 2017-02-21 | Remove pytest-related dependencies from setup.py | Rodolfo Carvalho | |
| The `setup_requires` line prevents builds in internal environments without Internet access / pythonX-pytest-runner RPM installed. In fact, we're running tests with `pytest`, outside of `setup.py`, so we don't need those dependencies there. Note: we decided not to run tests through `python setup.py pytest` because pytest-runner was limited in how we can pass arguments to pytest / enable plugins. E.g., I could not get the coverage plugin working when running `python setup.py pytest`. | |||
| 2017-02-21 | Added copy support when modifying cert and key on existence | Kenny Woodson | |
| 2017-02-21 | Small spacing fix. | Kenny Woodson | |
| 2017-02-21 | Merge pull request #3428 from giuseppe/do-not-parse-latest | Scott Dodson | |
| openshift_facts: handle 'latest' version | |||
| 2017-02-21 | Updated doc and defined defaults for signer_* | Kenny Woodson | |
| 2017-02-21 | Removed unused code. Made tests executable. | Kenny Woodson | |
| 2017-02-20 | Removing cmd, fixed docs and comments. | Kenny Woodson | |
| 2017-02-20 | Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ↵ | Kenny Woodson | |
| server_cert. | |||
| 2017-02-20 | Fixing doc. | Kenny Woodson | |
| 2017-02-20 | Adding oadm_ca to lib_openshift. | Kenny Woodson | |
| 2017-02-20 | Fixing docs. Fixed default_cert suggestion. | Kenny Woodson | |
