Elukey has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/342825 )
Change subject: Update prometheus jmx_exporter path in deployment-prep ...................................................................... Update prometheus jmx_exporter path in deployment-prep Cassandra fails to start in deployment-prep due to the absence of the jmx_prometheus_javaagent-0.8-*.jar. Bug: T155120 Change-Id: Ibe5fe1dcf6744cccf1746966f91023137ccb3bea --- M hieradata/labs/deployment-prep/common.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Elukey: Verified; Looks good to me, approved diff --git a/hieradata/labs/deployment-prep/common.yaml b/hieradata/labs/deployment-prep/common.yaml index 2b9e6f7..676ede4 100644 --- a/hieradata/labs/deployment-prep/common.yaml +++ b/hieradata/labs/deployment-prep/common.yaml @@ -97,7 +97,7 @@ cassandra::target_version: '2.2' cassandra::metrics::graphite_host: labmon1001.eqiad.wmnet cassandra::additional_jvm_opts: - - '-javaagent:/srv/deployment/cassandra/jmx_exporter/lib/jmx_prometheus_javaagent-0.8-SNAPSHOT.jar=7800:/etc/cassandra/jmx_exporter.yaml' + - '-javaagent:/srv/deployment/prometheus/jmx_exporter/lib/jmx_prometheus_javaagent-0.8-20170117.190412-1.jar=7800:/etc/cassandra/jmx_exporter.yaml' restbase::seeds: - 10.68.16.128 # deployment-restbase01 - 10.68.17.189 # deployment-restbase02 -- To view, visit https://gerrit.wikimedia.org/r/342825 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibe5fe1dcf6744cccf1746966f91023137ccb3bea Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> Gerrit-Reviewer: Eevans <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Filippo Giunchedi <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
