diff options
author | pmikus <pmikus@cisco.com> | 2021-02-04 13:03:12 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-02-04 14:25:53 +0000 |
commit | cfceaf325c290fc3a07f6c7cbefc1fc4af6dde1e (patch) | |
tree | ab955c24748e3e945f8876e96a996d9891ee6e14 /terraform-ci-infra/1n_nmd/main.tf | |
parent | 879b31f02fb4df52016d7465e21377121dfbb515 (diff) |
Infra: Move probes under ansible instead of terraform
+ More stable probe handling.
+ Naming cleanup due to errors.
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I3bb1237af20636919f869f2eee53597202d00792
Diffstat (limited to 'terraform-ci-infra/1n_nmd/main.tf')
-rw-r--r-- | terraform-ci-infra/1n_nmd/main.tf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/terraform-ci-infra/1n_nmd/main.tf b/terraform-ci-infra/1n_nmd/main.tf index fdf3801a35..985f9ae7c6 100644 --- a/terraform-ci-infra/1n_nmd/main.tf +++ b/terraform-ci-infra/1n_nmd/main.tf @@ -32,32 +32,6 @@ module "alertmanager" { alertmanager_slack_channel = "fdio-infra-monitoring" } -module "exporter" { - source = "./exporter" - providers = { - nomad = nomad.yul1 - } - - # nomad - nomad_datacenters = [ "yul1" ] - - # exporter - exporter_job_name = "prod-exporter" - exporter_use_canary = false - - # node - node_version = "1.0.1" - node_port = 9100 - - # blackbox - blackbox_version = "0.18.0" - blackbox_port = 9115 - - # cadvisor - cadvisor_image = "gcr.io/cadvisor/cadvisor:latest" - cadvisor_port = 8080 -} - module "grafana" { source = "./grafana" providers = { |