summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint
diff options
context:
space:
mode:
authorZohar Galor <zgalor@redhat.com>2017-10-19 12:45:26 +0300
committerZohar Galor <zgalor@redhat.com>2017-10-19 12:49:18 +0300
commit76d69e29bd0dadfbda1de9d2a42274a234b3616c (patch)
tree3aa32569979b9c8baa338df1d54a973979a1c09a /roles/installer_checkpoint
parent64f452f9081e380db41acf588a28fe4bb79a4e9e (diff)
downloadopenshift-76d69e29bd0dadfbda1de9d2a42274a234b3616c.tar.gz
openshift-76d69e29bd0dadfbda1de9d2a42274a234b3616c.tar.bz2
openshift-76d69e29bd0dadfbda1de9d2a42274a234b3616c.tar.xz
openshift-76d69e29bd0dadfbda1de9d2a42274a234b3616c.zip
Add installer checkpoint for prometheus
Add checkpoint steps for full cluster install and individual entry point playbook.
Diffstat (limited to 'roles/installer_checkpoint')
-rw-r--r--roles/installer_checkpoint/callback_plugins/installer_checkpoint.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py
index 25f9405af..55c44bb84 100644
--- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py
+++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py
@@ -31,6 +31,7 @@ GlusterFS Install : Not Started
Hosted Install : Complete
Metrics Install : Not Started
Logging Install : Not Started
+Prometheus Install : Not Started
Service Catalog Install : Not Started
-----------------------------------------------------
@@ -49,6 +50,7 @@ GlusterFS Install : Not Started
Hosted Install : Not Started
Metrics Install : Not Started
Logging Install : Not Started
+Prometheus Install : Not Started
Service Catalog Install : Not Started
'''
@@ -80,6 +82,7 @@ class CallbackModule(CallbackBase):
'installer_phase_hosted',
'installer_phase_metrics',
'installer_phase_logging',
+ 'installer_phase_prometheus',
'installer_phase_servicecatalog',
'installer_phase_management',
]
@@ -130,6 +133,10 @@ class CallbackModule(CallbackBase):
'title': 'Logging Install',
'playbook': 'playbooks/byo/openshift-cluster/openshift-logging.yml'
},
+ 'installer_phase_prometheus': {
+ 'title': 'Prometheus Install',
+ 'playbook': 'playbooks/byo/openshift-cluster/openshift-prometheus.yml'
+ },
'installer_phase_servicecatalog': {
'title': 'Service Catalog Install',
'playbook': 'playbooks/byo/openshift-cluster/service-catalog.yml'