Add new proxy class for proxy-test-sto3-1
This commit is contained in:
parent
6e5733cce9
commit
4706f8c3b6
2 changed files with 14 additions and 1 deletions
|
@ -1352,3 +1352,10 @@ connector-test-sto3-3.komreg.net:
|
|||
- 'fe-fre-1.test.komreg.net'
|
||||
- 'fe-tug-1.test.komreg.net'
|
||||
port: '443'
|
||||
|
||||
proxy-test-sto3-1.komreg.net:
|
||||
autoupdate:
|
||||
sunet::dockerhost2:
|
||||
eid::proxy:
|
||||
version: 3.0.8_hsm2
|
||||
service_name: test.proxy.eidas.swedenconnect.se
|
||||
|
|
|
@ -10,7 +10,7 @@ class eid::proxy (
|
|||
String $service_name = '',
|
||||
String $server_fqdn = $facts['networking']['fqdn'],
|
||||
String $proxy_directory = '/opt/eidas-proxy',
|
||||
String $spring_config_param = "SPRING_CONFIG_ADDITIONAL_LOCATION",
|
||||
String $spring_config_param = 'SPRING_CONFIG_ADDITIONAL_LOCATION',
|
||||
String $country = 'se',
|
||||
) {
|
||||
|
||||
|
@ -69,5 +69,11 @@ class eid::proxy (
|
|||
compose_filename => 'docker-compose.yml',
|
||||
description => 'eidas proxy'
|
||||
}
|
||||
|
||||
sunet::nagios::nrpe_check_fileage {'proxy_eidas_metadata_cache':
|
||||
filename => '/etc/eidas-proxy/se/ps-mdcache/metadata-cache.xml',
|
||||
warning_age => '600',
|
||||
critical_age => '172800'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue