summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/tasks/delete_logging.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Only perform console configmap ops when >= 3.9Scott Dodson2018-01-311-1/+3
|
* Remove old console asset configSamuel Padgett2018-01-191-1/+1
| | | | Stop writing deprecated config to the console config map.
* Bug 1535947: Fix missing task in metrics, logging uninstall playbooksSamuel Padgett2018-01-181-4/+4
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1535947
* Merge pull request #6359 from spadgett/web-console-serverScott Dodson2018-01-061-0/+11
|\ | | | | Install web console server
| * Install web console serverSamuel Padgett2018-01-051-0/+11
| |
* | 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.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-2/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* fix 1519808. Only annotate ops projects when openshift_logging_use_ops=truejcantrill2017-12-121-0/+18
|
* 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