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 /resources/tools/testbed-setup/ansible/nomad.yaml | |
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 'resources/tools/testbed-setup/ansible/nomad.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/nomad.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/ansible/nomad.yaml b/resources/tools/testbed-setup/ansible/nomad.yaml index 653215651a..134fffcb33 100644 --- a/resources/tools/testbed-setup/ansible/nomad.yaml +++ b/resources/tools/testbed-setup/ansible/nomad.yaml @@ -15,4 +15,8 @@ - role: nomad tags: nomad - role: consul - tags: consul
\ No newline at end of file + tags: consul + - role: prometheus_exporter + tags: prometheus_exporter + - role: cadvisor + tags: cadvisor
\ No newline at end of file |