summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3837 from jarrpa/oc_configmap-checkOpenShift Bot2017-04-042-0/+8
|\ | | | | Merged by openshift-bot
| * oc_configmap: Add missing check for nameJose A. Rivera2017-04-032-0/+8
| | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Merge pull request #3832 from jarrpa/content-versionOpenShift Bot2017-04-041-1/+3
|\ \ | | | | | | Merged by openshift-bot
| * | openshift_facts: Allow examples_content_version to be set to v1.6Jose A. Rivera2017-04-031-1/+3
| |/ | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | Merge pull request #3831 from sdodson/firewalld-fixes-v2OpenShift Bot2017-04-041-0/+6
|\ \ | | | | | | Merged by openshift-bot
| * | Restart polkitd to workaround a bug in polkitdScott Dodson2017-04-031-0/+6
| |/
* | Merge pull request #3639 from ashcrow/otdebugOpenShift Bot2017-04-043-18/+100
|\ \ | | | | | | Merged by openshift-bot
| * | Add names to openshift_image_tag assertsSteve Milner2017-04-031-2/+4
| | |
| * | openshift_version now requires prepended version formatsSteve Milner2017-04-031-14/+0
| | | | | | | | | | | | | | | - openshift_image_tag must start with a v unless it's set to latest - openshift_pkg_version must start with a -
| * | Warn if openshift_image_tag is defined by hand for package installsSteve Milner2017-04-031-0/+12
| | |
| * | Verify openshift_image_tag is valid during openshift_version mainSteve Milner2017-04-031-0/+31
| | | | | | | | | | | | | | | - origin examples: v1.2.3, v1.2.3-alpha, v1.2.3-beta.1, v1.5.0-rc.0 - openshift-enterprise examples: v3.5, v3.5.3, v3.5.3.4, v3.5.3.4-1
| * | Add openshift_version fact fallback debug messagesSteve Milner2017-04-031-4/+14
| | |
| * | cleanup: when in openshift_version tasks are multilineSteve Milner2017-04-033-12/+53
| |/
* | Merge pull request #3818 from etsauer/openshift_logging_ansible_2.3OpenShift Bot2017-04-042-16/+23
|\ \ | | | | | | Merged by openshift-bot
| * | Addressing py27-yamllintEric Sauer2017-04-031-4/+4
| | |
| * | Compatibility updates to openshift_logging role for ansible 2.2.2.0+Eric Sauer2017-03-312-13/+20
| | |
* | | Merge pull request #3808 from mtnbikenc/unicode-decodeOpenShift Bot2017-04-041-7/+10
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Support unicode output when dumping yamlRussell Teague2017-04-031-7/+10
| | |/ | |/|
* | | Merge pull request #3519 from sdodson/registry-svc-signingOpenShift Bot2017-04-041-1/+2
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Add docker-registry.default.svc short name to registry service signingScott Dodson2017-04-031-1/+2
| |/ /
* / / Fixed a bug. Ansible requires a msg param when module.fail_json.Kenny Woodson2017-04-032-12/+12
|/ /
* | Merge pull request #3823 from sdodson/image-stream-syncOpenShift Bot2017-03-31136-12/+64322
|\ \ | | | | | | Merged by openshift-bot
| * | Update v1.5 contentScott Dodson2017-03-317-8/+58
| | |
| * | Add v1.6 contentScott Dodson2017-03-31129-4/+64264
| | |
* | | Merge pull request #3712 from wongma7/remove-kube-nfsOpenShift Bot2017-03-319-478/+0
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Remove kube-nfs-volumes roleMatthew Wong2017-03-209-478/+0
| | | |
* | | | Merge pull request #3554 from php-coder/install_python3_pkgOpenShift Bot2017-03-314-6/+18
|\ \ \ \ | |_|/ / |/| | | Merged by openshift-bot
| * | | openshift_facts: install python3-dbus package on Fedora nodes.Slava Semushin2017-03-244-6/+18
| | | |
* | | | Fix generated codeScott Dodson2017-03-311-77/+120
| | | |
* | | | Merge pull request #3777 from jcantrill/es_loggingOpenShift Bot2017-03-315-14/+38
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | bug 1432607. Allow configuration of ES log destinationJeff Cantrill2017-03-305-14/+38
| | | | |
* | | | | Merge pull request #3809 from stobias123/metrics-decode-syntaxOpenShift Bot2017-03-301-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Merged by openshift-bot
| * | | | | fixed decode switch so it works on OSXSteven Tobias2017-03-301-2/+2
| | | | | |
* | | | | | Merge pull request #3804 from sdodson/bz1436964OpenShift Bot2017-03-301-0/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Merged by openshift-bot
| * | | | | Wait for firewalld polkit policy to be definedScott Dodson2017-03-301-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1436964
* | | | | | Merge pull request #3786 from kwoodson/oc_clusterroleScott Dodson2017-03-309-0/+2463
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add oc_clusterrole to lib_openshift.
| * | | | | | Fixed spacing.Kenny Woodson2017-03-292-6/+6
| | | | | | |
| * | | | | | Fixed docs. Fixed add_resource.Kenny Woodson2017-03-293-10/+12
| | | | | | |
| * | | | | | Fixing linting for spaces.Kenny Woodson2017-03-293-9/+8
| | | | | | |
| * | | | | | Adding clusterrole to the toolbox.Kenny Woodson2017-03-289-0/+2462
| | | | | | |
* | | | | | | Merge pull request #3628 from kwoodson/yedit_editsOpenShift Bot2017-03-3034-2213/+3557
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Merged by openshift-bot
| * | | | | | Fixed a bug in oc_volume.Kenny Woodson2017-03-2831-764/+852
| | | | | | |
| * | | | | | Adding a few more test cases. Fixed a bug when key was empty. Safeguard ↵Kenny Woodson2017-03-2828-1468/+2593
| | | | | | | | | | | | | | | | | | | | | | | | | | | | against yedit module being passed an empty key
| * | | | | | Added the ability to do multiple editsKenny Woodson2017-03-285-111/+242
| |/ / / / /
* | | | | | Merge pull request #3770 from jcantrill/es_config_merge_fixOpenShift Bot2017-03-302-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | fix es config merge so template does not need quoting. gen then mergeJeff Cantrill2017-03-282-9/+9
| | | | | | |
* | | | | | | Merge pull request #3801 from mtnbikenc/fix-copyOpenShift Bot2017-03-301-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | Correct copy task to use remote sourceRussell Teague2017-03-291-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3734 from sosiouxme/20170322-deployment-typeOpenShift Bot2017-03-309-16/+85
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | validate and normalize inventory variablesLuke Meyer2017-03-299-16/+85
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In openshift_repos and everywhere, ensure deployment_type and openshift_deployment_type are defined and the same. We really want to set openshift_deployment_type, but users will likely still have just deployment_type, so accept both. And don't make every playbook default openshift_deployment_type to deployment_type. This introduces the openshift_sanitize_inventory role to run before anything else.