[arvados] updated: 2.5.0-318-g4e26d30a7
git repository hosting
git at public.arvados.org
Tue Mar 28 18:08:53 UTC 2023
Summary of changes:
.../config_examples/multi_host/aws/pillars/prometheus_server.sls | 6 ------
1 file changed, 6 deletions(-)
via 4e26d30a7cb1b788c117f983e133e303c08c780f (commit)
from 682cdfb3298d5184c7999251c48aae661bca2797 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4e26d30a7cb1b788c117f983e133e303c08c780f
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Mar 28 15:08:15 2023 -0300
16379: Removes prometheus config for keep1 & keepproxy nodes.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls
index 3988f3c12..e84e1e64e 100644
--- a/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/pillars/prometheus_server.sls
@@ -54,10 +54,6 @@ prometheus:
labels:
instance: keep0.__CLUSTER__
cluster: __CLUSTER__
- - targets: ['__KEEPSTORE1_INT_IP__:25107']
- labels:
- instance: keep1.__CLUSTER__
- cluster: __CLUSTER__
- job_name: arvados_dispatch_cloud
bearer_token: __MANAGEMENT_TOKEN__
static_configs:
@@ -83,8 +79,6 @@ prometheus:
{% for node in [
'controller',
'keep0',
- 'keep1',
- 'keep',
'workbench',
'shell',
] %}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list