summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-24Merge pull request #3486 from tbielawa/bz1421053Andrew Butcher
Fix Quick Installer failed due to a Python method failure
2017-02-24Merge pull request #3487 from sdodson/drop-centos-paas-sig-commonScott Dodson
Revert "Add centos paas sig common"
2017-02-24Revert "Add centos paas sig common"Scott Dodson
This reverts commit 7a16f20b936546f47df87662c78f7fe12e75fe85.
2017-02-24Fix Quick Installer failed due to a Python method failureTim Bielawa
Fixes issues dumping various objects to YAML. This change updates the quick installer fact caching callback to use the improved AnsibleDumper when writing out the facts to storage. * https://bugzilla.redhat.com/show_bug.cgi?id=1421053 * https://bugzilla.redhat.com/show_bug.cgi?id=1421061 * https://bugzilla.redhat.com/show_bug.cgi?id=1421059
2017-02-24Merge pull request #3457 from sdodson/1414276Scott Dodson
BZ1414276 - Quote ansible_ssh_user when determining group id
2017-02-24Merge pull request #3430 from jcantrill/bz_1417261_quote_secretScott Dodson
bug 1417261. Quote name and secrets in logging templates
2017-02-24Merge pull request #3483 from ingvagabund/fix-symlink-to-lookups-in-spec-fileScott Dodson
Fix symlink to lookup_plugins/oo_option.py
2017-02-24Fix symlink to lookup_plugins/oo_option.pyJan Chaloupka
Bug 1426030
2017-02-24Merge pull request #3471 from giuseppe/run_disable_excluder_on_configGiuseppe Scrivano
initialize_openshift_version: handle excluder packages
2017-02-23Merge pull request #3406 from sdodson/openshift_reposScott Dodson
Install repos on containerized hosts for python dependencies
2017-02-23Merge pull request #3474 from sdodson/image-stream-syncScott Dodson
Image stream sync
2017-02-23Use 2 and 3 friendly urlparse in oo_filtersSteve Milner
2017-02-23Merge pull request #3470 from wshearn/logging_insecureedgeterminationpolicyJeff Cantrill
Add insecure edge termination policy for kibana.
2017-02-23Update v1.5 contentScott Dodson
2017-02-23Update v1.4 contentScott Dodson
2017-02-23xPaaS ose-v1.3.6Scott Dodson
2017-02-23initialize_openshift_version: handle excluder packagesGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1423447 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-23Add insecure edge termination policy for kibana.Wesley Hearn
2017-02-23Merge pull request #3462 from richm/put-curator-config-in-etcScott Dodson
curator config must be in /etc/curator not /usr/curator
2017-02-23Merge pull request #3465 from mtnbikenc/task-waitRussell Teague
BZ 1425688: Convert selectattr tests to use 'match'
2017-02-23Merge pull request #3466 from kwoodson/doc_fix_ca_server_certScott Dodson
Doc fix for oc_adm_ca_server_cert.
2017-02-23Fixing doc for oc_adm_ca_server_cert.Kenny Woodson
2017-02-23Convert selectattr tests to use 'match'Russell Teague
2017-02-23Merge pull request #3464 from sdodson/fix-generated-codeScott Dodson
Re-generate lib_openshift and lib_utils libraries
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-22curator config must be in /etc/curator not /usr/curatorRich Megginson
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-22BZ1414276 - Quote ansible_ssh_user when determining group idScott Dodson
So that domain users of the format 'dom\user' may be used for ansible_ssh_user
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