Skip to content

Commit 0b40fed

Browse files
authored
Merge pull request #312 from lsst-it/IT-5176/tidy-ayekan-exporters
(ayekan) rm manual exporter deploys which have already been migrated to fleet
2 parents 3d9101c + a53a3c5 commit 0b40fed

File tree

12 files changed

+9
-2739
lines changed

12 files changed

+9
-2739
lines changed

ayekan/exporters/blackbox-exporter/helm-values.yaml

Lines changed: 0 additions & 70 deletions
This file was deleted.

ayekan/exporters/deploy-exporters.sh

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,8 @@ set -euxo pipefail
44

55
NAMESPACE="monitoring"
66

7-
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
8-
helm repo add kminion https://raw.githubusercontent.com/cloudhut/kminion/master/charts/archives
9-
helm repo update
107

118
kubectl create ns ${NAMESPACE} --dry-run=client -oyaml | kubectl apply -f -
129

13-
# SNMP configuration
14-
kubectl --namespace ${NAMESPACE} apply -f snmp-exporter/configmap.yaml
15-
kubectl --namespace ${NAMESPACE} apply -f snmp-exporter/xups-configmap.yaml
16-
kubectl --namespace ${NAMESPACE} apply -f snmp-exporter/schneider-configmap.yaml
17-
kubectl --namespace ${NAMESPACE} apply -f snmp-exporter/externalsecret.yaml
18-
helm upgrade --install snmp-exporter prometheus-community/prometheus-snmp-exporter \
19-
--create-namespace --namespace ${NAMESPACE=} \
20-
--atomic --timeout 15m \
21-
--version "1.8.1" \
22-
-f ./snmp-exporter/helm-values.yaml
23-
24-
# Blackbox configuration
25-
helm upgrade --install blackbox-exporter prometheus-community/prometheus-blackbox-exporter \
26-
--create-namespace --namespace ${NAMESPACE=} \
27-
--atomic --timeout 15m \
28-
--version "8.4.0" \
29-
-f ./blackbox-exporter/helm-values.yaml
30-
3110
# puppetdb exporter
3211
kubectl --namespace ${NAMESPACE=} apply -f puppetdb-exporter/deployment.yaml

ayekan/exporters/deploy-target-configmap.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)