summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | openshift_hosted: add openshift_hosted_registry_cert_expire_days parameter.Slava Semushin2017-03-293-0/+3
| | | | |
* | | | | oc_adm_ca_server_cert.py: re-generate.Slava Semushin2017-03-291-0/+8
| | | | |
* | | | | oc_adm_ca_server_cert: add expire_days parameter.Slava Semushin2017-03-293-0/+8
| | | | |
* | | | | openshift_ca: add openshift_ca_cert_expire_days and ↵Slava Semushin2017-03-293-1/+10
| | | | | | | | | | | | | | | | | | | | openshift_master_cert_expire_days parameters.
* | | | | openshift_master_certificates: add openshift_master_cert_expire_days parameter.Slava Semushin2017-03-293-0/+9
| | | | |
* | | | | openshift_node_certificates: add openshift_node_cert_expire_days parameter.Slava Semushin2017-03-293-0/+9
| |/ / / |/| | |
* | | | Merge pull request #3782 from sdodson/etcd_debugOpenShift Bot2017-03-281-0/+6
|\ \ \ \ | | | | | | | | | | Merged by openshift-bot
| * | | | Add etcd_debug and etcd_log_package_levels variablesScott Dodson2017-03-281-0/+6
| |/ / /
* | | | Merge pull request #3781 from ↵OpenShift Bot2017-03-282-3/+29
|\ \ \ \ | |/ / / |/| | | | | | | | | | | ingvagabund/make-the-ocp-version-detection-excluder-free Merged by openshift-bot
| * | | Make the OCP available version detection excluder freeJan Chaloupka2017-03-282-3/+29
| |/ / | | | | | | | | | | | | | | | When detecting available OCP version via repoquery, use yum.conf file with exclude= set to an empty array. So the detection is independent of the OCP excluder.
* | | Add test scaffold for docker_image_availability.pyRodolfo Carvalho2017-03-282-0/+39
| | | | | | | | | | | | | | | The intention is to set a starting point and let another team member work on the code to gain experience with tests.
* | | Add unit tests for package_version.pyRodolfo Carvalho2017-03-281-0/+21
| | |
* | | Add unit tests for package_update.pyRodolfo Carvalho2017-03-281-0/+16
| | |
* | | Add unit tests for package_availability.pyRodolfo Carvalho2017-03-281-0/+49
| | |
* | | Add unit tests for mixins.pyRodolfo Carvalho2017-03-281-0/+23
| | |
* | | Test recursively finding subclassesRodolfo Carvalho2017-03-281-0/+17
| | |
* | | Test OpenShift health check loaderRodolfo Carvalho2017-03-283-14/+26
| | |
* | | Rename module_executor -> execute_moduleRodolfo Carvalho2017-03-286-7/+47
|/ / | | | | | | | | | | | | | | It is a function/callable, the name should imply action, should be a verb and not a noun. Keep supporting the old name while we have PRs in-flight that use the old name.
* | Merge pull request #3752 from mtnbikenc/openshift_node_updateOpenShift Bot2017-03-287-16/+3
|\ \ | | | | | | Merged by openshift-bot
| * | Use meta/main.yml for role dependenciesRussell Teague2017-03-277-16/+3
| | |
* | | Merge pull request #3038 from djosborne/calicoOpenShift Bot2017-03-2717-3/+416
|\ \ \ | |/ / |/| | Merged by openshift-bot
| * | Add calico.Dan Osborne2017-03-2315-0/+413
| | |
| * | Fix etcd cert generationDan Osborne2017-03-102-3/+3
| | |
* | | Merge pull request #3758 from kwoodson/ocimageOpenShift Bot2017-03-276-0/+1977
|\ \ \ | | | | | | | | Merged by openshift-bot
| * | | Adding namespace to doc.Kenny Woodson2017-03-232-2/+14
| | | |
| * | | Fixing up test cases, linting, and added a return.Kenny Woodson2017-03-235-266/+309
| | | |
| * | | first step in ocimageIvan Horvath2017-03-235-0/+1911
| | | |
| * | | ocimageIvan Horvath2017-03-231-0/+11
| | | |
* | | | Merge pull request #3746 from kwoodson/openshift_hosted_fix_defaultsOpenShift Bot2017-03-271-3/+3
|\ \ \ \ | |_|_|/ |/| | | Merged by openshift-bot