ASDPLNG-29: Update ncsa/puppet-profile_monitoring
Move parameters to control repo update module ncsa/profile_monitoring to tag v0.1.3
This commit is contained in:
parent
925925fa88
commit
044a9cee74
@ -16,7 +16,7 @@ mod 'ncsa/profile_allow_ssh_from_bastion', tag: 'v0.2.1', git: 'https://github.c
|
|||||||
# mod 'ncsa/profile_chrony', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_chrony'
|
# mod 'ncsa/profile_chrony', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_chrony'
|
||||||
# mod 'ncsa/profile_email', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_email'
|
# mod 'ncsa/profile_email', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_email'
|
||||||
# mod 'ncsa/profile_firewall', tag: 'v1.0.1', git: 'https://github.com/ncsa/puppet-profile_firewall'
|
# mod 'ncsa/profile_firewall', tag: 'v1.0.1', git: 'https://github.com/ncsa/puppet-profile_firewall'
|
||||||
mod 'ncsa/profile_monitoring', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_monitoring'
|
mod 'ncsa/profile_monitoring', tag: 'v0.1.3', git: 'https://github.com/ncsa/puppet-profile_monitoring'
|
||||||
mod 'ncsa/profile_motd', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_motd'
|
mod 'ncsa/profile_motd', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_motd'
|
||||||
mod 'ncsa/profile_pam_access', tag: 'v0.0.4', git: 'https://github.com/ncsa/puppet-profile_pam_access'
|
mod 'ncsa/profile_pam_access', tag: 'v0.0.4', git: 'https://github.com/ncsa/puppet-profile_pam_access'
|
||||||
# mod 'ncsa/profile_puppet_master', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_puppet_master'
|
# mod 'ncsa/profile_puppet_master', tag: 'v0.1.0', git: 'https://github.com/ncsa/puppet-profile_puppet_master'
|
||||||
|
@ -1,4 +1,18 @@
|
|||||||
---
|
---
|
||||||
|
lookup_options:
|
||||||
|
profile_monitoring::telegraf::outputs:
|
||||||
|
merge:
|
||||||
|
strategy: "deep"
|
||||||
|
merge_hash_arrays: true
|
||||||
|
|
||||||
|
anchors:
|
||||||
|
- &telegraf_outputs_influxdb_common
|
||||||
|
database: ""
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
insecure_skip_verify: false
|
||||||
|
skip_database_creation: true
|
||||||
|
|
||||||
message: "This node is using common data"
|
message: "This node is using common data"
|
||||||
|
|
||||||
profile::sssd::enablemkhomedir: true
|
profile::sssd::enablemkhomedir: true
|
||||||
@ -12,6 +26,18 @@ profile_allow_ssh_from_bastion::groups:
|
|||||||
- org_asd
|
- org_asd
|
||||||
- org_irst
|
- org_irst
|
||||||
|
|
||||||
|
profile_monitoring::telegraf::enabled: false
|
||||||
|
profile_monitoring::telegraf::outputs:
|
||||||
|
influxdb:
|
||||||
|
npcf-influxdb-collector:
|
||||||
|
<<: *telegraf_outputs_influxdb_common
|
||||||
|
urls:
|
||||||
|
- "https://npcf-influxdb.ncsa.illinois.edu:8086"
|
||||||
|
ncsa-influxdb-collector:
|
||||||
|
<<: *telegraf_outputs_influxdb_common
|
||||||
|
urls:
|
||||||
|
- "https://ncsa-influxdb.ncsa.illinois.edu:8086"
|
||||||
|
|
||||||
profile_sudo::configs:
|
profile_sudo::configs:
|
||||||
common_disabled_users:
|
common_disabled_users:
|
||||||
priority: 1
|
priority: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user