summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_logging.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-16 15:53:54 -0500
committerRussell Teague <rteague@redhat.com>2017-11-30 15:10:13 -0500
commit2f76a594258e3ccdf55101c7266c65bd99c59abc (patch)
treea89012888958ded2748b547ee56ce792bc91b0af /playbooks/common/openshift-cluster/openshift_logging.yml
parent6b6b422245be79dd3eec0c93a58875c646bbfba7 (diff)
downloadopenshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.tar.gz
openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.tar.bz2
openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.tar.xz
openshift-2f76a594258e3ccdf55101c7266c65bd99c59abc.zip
Playbook Consolidation - openshift-logging
Diffstat (limited to 'playbooks/common/openshift-cluster/openshift_logging.yml')
-rw-r--r--playbooks/common/openshift-cluster/openshift_logging.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/playbooks/common/openshift-cluster/openshift_logging.yml b/playbooks/common/openshift-cluster/openshift_logging.yml
deleted file mode 100644
index bc59bd95a..000000000
--- a/playbooks/common/openshift-cluster/openshift_logging.yml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-- name: Logging Install Checkpoint Start
- hosts: all
- gather_facts: false
- tasks:
- - name: Set Logging install 'In Progress'
- run_once: true
- set_stats:
- data:
- installer_phase_logging:
- status: "In Progress"
- start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
-
-- name: OpenShift Aggregated Logging
- hosts: oo_first_master
- roles:
- - openshift_logging
-
-- name: Update Master configs
- hosts: oo_masters:!oo_first_master
- tasks:
- - block:
- - include_role:
- name: openshift_logging
- tasks_from: update_master_config
-
-- name: Logging Install Checkpoint End
- hosts: all
- gather_facts: false
- tasks:
- - name: Set Logging install 'Complete'
- run_once: true
- set_stats:
- data:
- installer_phase_logging:
- status: "Complete"
- end: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"