summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3308 from mtnbikenc/oc_labelRussell Teague2017-02-143-62/+10
|\ | | | | Modify playbooks to use oc_label module
| * Modify playbooks to use oc_label moduleRussell Teague2017-02-143-74/+10
| |
* | Modify playbooks to use oc_obj moduleRussell Teague2017-02-144-100/+127
|/
* Merge pull request #3321 from ashcrow/oc-serviceaccount-moduleJan Chaloupka2017-02-111-5/+5
|\ | | | | WIP: oc serviceaccount now done via oc_serviceaccount module
| * oc serviceaccount now done via oc_serviceaccount moduleSteve Milner2017-02-101-5/+5
| |
* | bug 1420425. Allow setting of public facing certs for kibana in ↵Jeff Cantrill2017-02-101-1/+19
| | | | | | | | openshift_logging role
* | make sure cluster_size is an int for arith. opsRich Megginson2017-02-093-8/+8
|/
* bug 1420684. On logging upgrade use the correct value for namespaceJeff Cantrill2017-02-091-1/+1
|
* Ensure python2-ruamel-yaml is installedScott Dodson2017-02-031-4/+0
| | | | | | need to revisit this, currently python2-ruamel-yaml doesn't provide 'python-ruamel-yaml'. It probably should and that should be what we're installing.
* openshift_logging link pull secret to serviceaccountsJeff Cantrill2017-02-032-0/+29
| | | | fix unlabel when undeploying
* Updating oc_apply to use command instead of shellewolinetz2017-02-011-5/+7
|
* Updating oc_apply changed_when conditions, fixing filter usage for ↵ewolinetz2017-02-011-13/+14
| | | | openshift_hosted_logging playbook
* Adding bool filter to when openshift_logging_use_ops evals and updating ↵ewolinetz2017-01-318-19/+39
| | | | oc_apply to handle trying to update immutable fields
* Adding bool filter to ensure that we correctly set ops host for fluentdewolinetz2017-01-311-2/+2
|
* Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-303-0/+13
|\ | | | | Updating openshift_logging role to add kibana public url to loggingPu…
| * Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-302-6/+8
| | | | | | | | other masters
| * ensuring ruamel.yaml is on target for oc_scaleewolinetz2017-01-271-0/+4
| |
| * Updating openshift_logging role to add kibana public url to loggingPublicURL ↵ewolinetz2017-01-271-0/+7
| | | | | | | | in master-config
* | fix negative stride encountered from openshift_loggingJeff Cantrill2017-01-301-4/+4
| |
* | Merge pull request #3202 from ewolinetz/logging_fix_generating_es_dcScott Dodson2017-01-272-19/+35
|\ \ | |/ |/| Updating to reuse previous ES DC names and always generate DCs
| * Only manual scale down being allowed nowewolinetz2017-01-272-4/+8
| |
| * Updating to reuse previous ES DC names and always generate DCsewolinetz2017-01-261-17/+29
| |
* | adopt oc_scale module for openshift_logging roleJeff Cantrill2017-01-274-67/+77
| |
* | Fixing fluentd node labellingewolinetz2017-01-263-5/+11
|/
* Merge pull request #3169 from jcantrill/logging_node_selectorScott Dodson2017-01-253-0/+6
|\ | | | | allow openshift_logging role to specify nodeSelectors
| * allow openshift_logging role to specify nodeSelectorsJeff Cantrill2017-01-243-0/+6
| |
* | fixes jks generation, node labeling, and rerunning for oauth secretsewolinetz2017-01-243-68/+34
|/
* Merge branch 'master' into fix_logging_jks_genEric Wolinetz2017-01-231-7/+14
|\
| * fix oc_apply to allow running on any control nodeJeff Cantrill2017-01-191-7/+14
| |
* | Adding to ansible spec and changing logging jks generation to be a local_actionewolinetz2017-01-203-35/+113
| |
* | Removing docker run strategy and make java a requirement for control hostewolinetz2017-01-201-12/+4
| |
* | Updating to use docker run instead of scheduling jks gen podewolinetz2017-01-201-47/+13
|/
* Addressing found issues with logging roleewolinetz2017-01-181-1/+1
|
* Addressing Travis errorsewolinetz2017-01-173-14/+14
|
* delete idempotentewolinetz2017-01-132-0/+22
|
* additional comments addressedewolinetz2017-01-131-9/+4
|
* Updating upgrade_logging to be more idempotentewolinetz2017-01-134-15/+27
|
* Using oc_apply task for idempotentewolinetz2017-01-134-11/+87
|
* Removing shell module calls and cleaning up changedewolinetz2017-01-1321-68/+166
|
* addressing commentsewolinetz2017-01-1212-163/+96
|
* Updating to use deployer pod to generate JKS chain insteadewolinetz2016-12-151-53/+49
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-1428-0/+1494
deployer image