From 76d69e29bd0dadfbda1de9d2a42274a234b3616c Mon Sep 17 00:00:00 2001 From: Zohar Galor Date: Thu, 19 Oct 2017 12:45:26 +0300 Subject: Add installer checkpoint for prometheus Add checkpoint steps for full cluster install and individual entry point playbook. --- .../openshift-cluster/openshift_prometheus.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'playbooks') diff --git a/playbooks/common/openshift-cluster/openshift_prometheus.yml b/playbooks/common/openshift-cluster/openshift_prometheus.yml index ac2d250a3..a73b294a5 100644 --- a/playbooks/common/openshift-cluster/openshift_prometheus.yml +++ b/playbooks/common/openshift-cluster/openshift_prometheus.yml @@ -1,5 +1,25 @@ --- +- name: Prometheus Install Checkpoint Start + hosts: oo_all_hosts + gather_facts: false + tasks: + - name: Set Prometheus install 'In Progress' + set_stats: + data: + installer_phase_prometheus: "In Progress" + aggregate: false + - name: Create Hosted Resources - openshift_prometheus hosts: oo_first_master roles: - role: openshift_prometheus + +- name: Prometheus Install Checkpoint End + hosts: oo_all_hosts + gather_facts: false + tasks: + - name: Set Prometheus install 'Complete' + set_stats: + data: + installer_phase_prometheus: "Complete" + aggregate: false -- cgit v1.2.3