Skip to content

Commit

Permalink
Normalize logging entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Woodson committed Jul 24, 2017
1 parent 0883acb commit 3ae0f1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playbooks/byo/openshift-cluster/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
tags:
- always

- include: ../../common/openshift-cluster/std_include.yml
tags:
- always

- include: ../../common/openshift-cluster/config.yml
vars:
openshift_cluster_id: "{{ cluster_id | default('default') }}"
Expand Down
4 changes: 4 additions & 0 deletions playbooks/common/openshift-cluster/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- include: std_include.yml
tags:
- always

# TODO: refactor this into its own include
# and pass a variable for ctx
- name: Verify Requirements
Expand Down
2 changes: 2 additions & 0 deletions playbooks/common/openshift-cluster/openshift_logging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
- include: evaluate_groups.yml

- include: std_include.yml

- name: OpenShift Aggregated Logging
hosts: oo_first_master
roles:
Expand Down

0 comments on commit 3ae0f1c

Please sign in to comment.