summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/delete_logging.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add logging es prometheus endpointJeff Cantrill2017-10-031-0/+1
|
* logging: introducing event routerJan Wozniak2017-09-261-0/+6
| | | | | | | | - eventrouter has its own role 'openshift_logging_eventrouter' written as a template - 'openshift_logging_install_eventrouter' controls whether it gets included in the playbook or not - deployed by default to 'default' namespace
* Bug 1467265 - logging: add 'purge' option with uninstallJan Wozniak2017-08-241-0/+10
| | | | | | | | | | | The common uninstall would keep PVC around to prevent unwanted data loss during reinstalls. There is a scenario where the user may want complete removal of EFK stack including PVC. This change adds an optional `openshift_logging_purge_logging` variable to completely remove the EFK stack. By default, this is set to 'False' and only works if user sets `openshift_logging_install_logging` to 'False' to initiate the uninstallation process.
* Updating Kibana-proxy secret key name, fixing deleting secrets, fixed extra ↵ewolinetz2017-05-311-2/+1
| | | | ES dc creation
* updating delete_logging to use modulesewolinetz2017-05-221-62/+47
|
* Pulling in changes from masterewolinetz2017-05-221-3/+0
|
* Decomposing openshift_logging role into subcomponent rolesewolinetz2017-05-221-4/+5
|
* mux does not require privileged, only hostmount-anyuidRich Megginson2017-04-191-0/+2
|
* Modify playbooks to use oc_obj moduleRussell Teague2017-02-141-1/+0
|
* oc serviceaccount now done via oc_serviceaccount moduleSteve Milner2017-02-101-5/+5
|
* delete idempotentewolinetz2017-01-131-0/+21
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+93
deployer image