]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
add tcp connection validators
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 12 Sep 2017 08:23:01 +0000 (10:23 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 12 Sep 2017 08:23:01 +0000 (10:23 +0200)
common.yaml

index 59d86c851601d3bad1928e4fd958f2608aa4b690..ef87fd6acb16d2197a760e409db058f00434acb2 100644 (file)
@@ -1,6 +1,25 @@
 ---
 infra::role: base_for_old_systems
+infra::additional_classes:
+  - infra::profile::tcp_validator
 
+infra::profile::tcp_validator::tcp_conn_validators:
+  'tcp repo 443':
+    host: 217.66.55.77
+    port: 443
+    timeout: 10
+  'tcp puppetmaster02':
+    host: 93.188.104.38
+    port: 8140
+    timeout: 10
+  'tcp puppetca01':
+    host: 93.188.104.39
+    port: 8140
+    timeout: 10
+  'tcp messageq01':
+    host: 93.188.104.47
+    port: 61614
+    timeout: 10
 # workaround fuer https://tickets.puppetlabs.com/browse/PDB-170
 infra::profile::icinga2::client::host_template:
   - 'generic-host'