summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-23Re-generate lib_openshift and lib_utils librariesScott Dodson
2017-02-23Merge pull request #3416 from detiber/combinedTestScott Dodson
lib_openshift - handle cases where oc binary is not in path
2017-02-23Merge pull request #3460 from kwoodson/handle_router_prepRussell Teague
Handle router preparation errors. Also added a second sleep timer for creating openshift objects.
2017-02-22Updated for pylint. Fixed create doc.Kenny Woodson
2017-02-22Attempt to handle router preparation errors.Kenny Woodson
2017-02-22Merge pull request #3458 from kwoodson/generate_tox_fixKenny Woodson
Fixing tox test.
2017-02-22Fixing the generate tox tests.Kenny Woodson
2017-02-22Merge pull request #3378 from kwoodson/oadm_caKenny Woodson
Adding oc_adm_ca_server_cert to lib_openshift
2017-02-22Merge pull request #3429 from ashcrow/remove-no-memberScott Dodson
Removed unrequired no-members
2017-02-22Moving import to local class.Kenny Woodson
2017-02-22Merge pull request #3447 from kwoodson/router_no_default_certKenny Woodson
Fix for no default_cert or cert, key, cacert files
2017-02-22Added required_together. Added two minor bug fixes for when data is not passed.Kenny Woodson
2017-02-22fix up ruamel.yaml/pyyaml no-member lint errorsJason DeTiberus
2017-02-22Renamed NotContainerized to NotContainerizedMixin and dropped no-memberSteve Milner
2017-02-22Removed unrequired no-members from yedit and generated codeSteve Milner
2017-02-22Removing reference to oadm. Moved parameter under general params.Kenny Woodson
2017-02-22Merge pull request #3454 from ewolinetz/logging_tag_master_configScott Dodson
adding tag to update_master_config
2017-02-22adding tag to update_master_configewolinetz
2017-02-22CloudFront oc_secret contents should be a listSteve Milner
Fixes "argument contents is of type <type 'dict'> and we were unable to convert to list"
2017-02-21lib_openshift oc file lookup improvementsJason 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-21roles/lib_openshift: Handle /usr/local/bin/oc with sudoColin 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-21if no key, cert, cacert, or default_cert is passed then do not pass to ocKenny Woodson
2017-02-21Added backup feature. Fixed a bug with reading the certificate and ↵Kenny Woodson
verifying names. Added force option.
2017-02-21Merge pull request #3438 from jcantrill/bz_1425321_default_api_portScott Dodson
Bz 1425321 default api port
2017-02-21Merge pull request #3444 from richm/bug-1420219Scott Dodson
Bug 1420219 - No log entry can be found in Kibana UI after deploying logging stacks with ansible
2017-02-21Merge pull request #3436 from tbielawa/hacky_cert_parsingTim Bielawa
Implement fake openssl cert classes
2017-02-21bug 1425321. Default the master api port based on the factsJeff Cantrill
2017-02-21Bug 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-21Address cert expiry parsing review commentsTim Bielawa
2017-02-21Merge pull request #3377 from kwoodson/router_registryRussell Teague
Adding oc_adm_router and oc_adm_registry to lib_openshift
2017-02-21Merge pull request #3440 from rhcarvalho/update-homepageScott Dodson
Update homepage and fix typo
2017-02-21Fix typoRodolfo Carvalho
2017-02-21Update link to project homepageRodolfo Carvalho
2017-02-21Implement fake openssl cert classesTim Bielawa
2017-02-21Merge pull request #3421 from jhadvig/registred-cmdRussell Teague
rename registered mktemp command
2017-02-21Merge pull request #3431 from jcantrill/bz_1420256_ops_reusing_non_ops_prefixJeff Cantrill
Bz 1420256 ops reusing non ops prefix
2017-02-21Merge pull request #3437 from rhcarvalho/fix-setup-depsScott Dodson
Remove pytest-related dependencies from setup.py
2017-02-21Removed oadm_ references in doc.Kenny Woodson
2017-02-21Remove unused playsjhadvig
2017-02-21Remove pytest-related dependencies from setup.pyRodolfo 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-21Added copy support when modifying cert and key on existenceKenny Woodson
2017-02-21Small spacing fix.Kenny Woodson
2017-02-21Merge pull request #3428 from giuseppe/do-not-parse-latestScott Dodson
openshift_facts: handle 'latest' version
2017-02-21Updated doc and defined defaults for signer_*Kenny Woodson
2017-02-21Removed unused code. Made tests executable.Kenny Woodson
2017-02-20Removing cmd, fixed docs and comments.Kenny Woodson
2017-02-20Rename of oadm_ca to oc_adm_ca. Decided to whittle down to the direct call, ↵Kenny Woodson
server_cert.
2017-02-20Fixing doc.Kenny Woodson
2017-02-20Adding oadm_ca to lib_openshift.Kenny Woodson
2017-02-20Fixing docs. Fixed default_cert suggestion.Kenny Woodson