aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-04-08 10:44:18 +0000
committerPeter Mikus <pmikus@cisco.com>2021-04-08 11:17:15 +0000
commitdf5672b3d9c29b51397f4770eb992c9f3f3955ce (patch)
treeadb4cf36c9b680ebbc44c953391a0d21b986d6b7 /resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
parent8018da98e0f362bc69fc9600fac222a86fd46b5e (diff)
Ansible git move
+ Better accessibility + Compliant with fdio.infra._function_ - function [pxe|terraform|ansible|vagrant] + dill==0.3.3 also applied on TBs - ci-man to follow today - Docs to be updated in separate patch Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: Iff9eaa29d63044188cc8160db2d9b44b7635782a
Diffstat (limited to 'resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml35
1 files changed, 0 insertions, 35 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml b/resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
deleted file mode 100644
index 9813d41afb..0000000000
--- a/resources/tools/testbed-setup/ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
+++ /dev/null
@@ -1,35 +0,0 @@
----
-# file: roles/jenkins_job_health_exporter/defaults/main.yaml
-
-# Conf - Jenkins Job Health Exporter.
-jenkins_host: "jenkins.fd.io"
-poll_interval_sec: 1800
-req_timeout_sec: 30
-bind_to: "0.0.0.0:9186"
-last_builds: 10
-jobs:
- - "vpp-csit-verify-api-crc-master"
- - "vpp-beta-verify-master-ubuntu2004-aarch64"
- - "vpp-verify-master-centos8-aarch64"
- - "vpp-verify-master-ubuntu1804-aarch64"
- - "vpp-gcc-verify-master-ubuntu2004-x86_64"
- - "vpp-verify-master-centos8-x86_64"
- - "vpp-verify-master-debian10-x86_64"
- - "vpp-verify-master-ubuntu2004-x86_64"
- - "vpp-verify-master-ubuntu1804-x86_64"
- - "vpp-debug-verify-master-ubuntu2004-x86_64"
- - "vpp-checkstyle-verify-master-ubuntu2004-x86_64"
- - "vpp-sphinx-docs-verify-master-ubuntu1804-x86_64"
- - "vpp-docs-verify-master-ubuntu1804-x86_64"
- - "vpp-make-test-docs-verify-master-ubuntu1804-x86_64"
- - "vpp-csit-verify-device-master-1n-skx"
- - "vpp-csit-verify-device-master-1n-tx2"
-
-# Conf - Service.
-jenkins_job_health_exporter_restart_handler_state: "restarted"
-
-# Inst - System paths.
-jenkins_job_health_exporter_target_dir: "/usr/bin"
-jenkins_job_health_exporter_conf_dir: "/etc"
-jenkins_job_health_exporter_url: "https://github.com/ayourtch/jenkins-job-health-exporter/releases/download"
-jenkins_job_health_exporter_version: "v0.0.3" \ No newline at end of file