commit | 8736b2fa1cac7b0ca2397c43de65d15563ead9c2 | [log] [tgz] |
---|---|---|
author | Ildar Svetlov <isvetlov@mirantis.com> | Thu Jan 28 16:05:49 2021 +0400 |
committer | Ildar Svetlov <isvetlov@mirantis.com> | Thu Jan 28 12:07:39 2021 +0000 |
tree | 4884fc3be4ccf53b708bb19b4b127a8f94998bee | |
parent | 01b3aed62c1088f7402b86fb3f2a49d231a882b1 [diff] |
Add gainsight to the prometheus init state Change-Id: I17f5e52871cdf8a3bbb99847654520e87dfbac34 Related-To: PROD-35929
diff --git a/prometheus/init.sls b/prometheus/init.sls index 08f7654..67ecf0e 100644 --- a/prometheus/init.sls +++ b/prometheus/init.sls
@@ -27,4 +27,7 @@ {%- if pillar.prometheus.exporters is defined %} - prometheus.exporters {%- endif %} + {%- if pillar.prometheus.gainsight is defined %} + - prometheus.gainsight + {%- endif %} {%- endif %}