forked from SUNET/soc-ops
Deploy vuln-dashboard using cosmos
This commit is contained in:
parent
f4616d86c9
commit
a7ee2e862a
2 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,7 @@
|
||||||
satosa_certbot: false
|
satosa_certbot: false
|
||||||
proxy: 'https://test-sso-proxy1.cert.sunet.se/idp'
|
proxy: 'https://test-sso-proxy1.cert.sunet.se/idp'
|
||||||
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
|
entityID: 'https://test-sso-proxy.cert.sunet.se/idp'
|
||||||
|
soc::vuln-dashboard:
|
||||||
|
|
||||||
test-sso-proxy1.cert.sunet.se:
|
test-sso-proxy1.cert.sunet.se:
|
||||||
sunet::dockerhost2:
|
sunet::dockerhost2:
|
||||||
|
|
|
@ -3,8 +3,7 @@ class soc::vuln-dashboard(
|
||||||
String $tag = 'latest',
|
String $tag = 'latest',
|
||||||
String $db_datadir = '/opt/vuln-dashboard/dbdata',
|
String $db_datadir = '/opt/vuln-dashboard/dbdata',
|
||||||
String $pocs_storage_dir = '/opt/vuln-dashboard/pocsdata',
|
String $pocs_storage_dir = '/opt/vuln-dashboard/pocsdata',
|
||||||
)
|
) {
|
||||||
{
|
|
||||||
|
|
||||||
$db_name=lookup('vuln-dashboard.dn_name', undef, undef, 'sunet')
|
$db_name=lookup('vuln-dashboard.dn_name', undef, undef, 'sunet')
|
||||||
$db_user=lookup('vuln-dashboard.db_user', undef, undef, 'playground')
|
$db_user=lookup('vuln-dashboard.db_user', undef, undef, 'playground')
|
||||||
|
|
Loading…
Add table
Reference in a new issue