summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_logging.yml
Commit message (Collapse)AuthorAgeFilesLines
* Playbook Consolidation - openshift-loggingRussell Teague2017-11-301-37/+0
|
* Add execution times to checkpoint statusRussell Teague2017-10-311-6/+10
|
* Allow checkpoint status to work across all groupsRussell Teague2017-10-041-4/+2
|
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-1/+22
| | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
* Standardize usage of std_include in byoRussell Teague2017-08-151-2/+0
|
* Normalize logging entry.Kenny Woodson2017-07-241-1/+1
|
* Refactor initialize groups tasksRussell Teague2017-04-121-1/+3
| | | | | | | | | | | | Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments.
* Adding include_role to block to resolve when evalewolinetz2017-02-011-3/+4
|
* Resolving yamllint issues from logging playbooksewolinetz2017-01-301-4/+4
|
* Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-301-0/+1
|
* Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-301-0/+7
| | | | other masters
* Addressing Travis errorsewolinetz2017-01-171-0/+1
|
* Creating openshift_logging role for deploying Aggregated Logging without a ↵ewolinetz2016-12-141-0/+4
deployer image