summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/openshift_hosted_logging_efk.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Remove playbooks/adhoc/openshift_hosted_logging_efk.yamlScott Dodson2018-01-311-18/+0
|
* Don't update master-config.yaml with logging/metrics urls >= 3.9Scott Dodson2018-01-311-1/+3
|
* Migrate to import_role for static role inclusionScott Dodson2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | In Ansible 2.2, the include_role directive came into existence as a Tech Preview. It is still a Tech Preview through Ansible 2.4 (and in current devel branch), but with a noteable change. The default behavior switched from static: true to static: false because that functionality moved to the newly introduced import_role directive (in order to stay consistent with include* being dynamic in nature and `import* being static in nature). The dynamic include is considerably more memory intensive as it will dynamically create a role import for every host in the inventory list to be used. (Also worth noting, there is at the time of this writing an object allocation inefficiency in the dynamic include that can in certain situations amplify this effect considerably) This change is meant to mitigate the pressure on memory for the Ansible control host. We need to evaluate where it makes sense to dynamically include roles and revert back to dynamic inclusion if and where it makes sense to do so.
* Fix hosted varsMichael Gugino2017-12-051-1/+1
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Updating defaults to pull from previously defined variable names used in ↵ewolinetz2017-02-081-3/+3
| | | | playbooks
* Reverting commit 3257 and renaming master_url to openshift_logging_master_urlewolinetz2017-02-071-2/+2
|
* fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill2017-02-021-2/+2
|
* Resolving yamllint issues from logging playbooksewolinetz2017-01-301-6/+6
|
* Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-301-0/+11
|
* YAML LintingRussell Teague2016-12-121-2/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* adding playbookJohn Kwiatkoski2016-03-231-0/+6