Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Pass scripts list for download for sensubility" into stable/wa…
Browse files Browse the repository at this point in the history
…llaby
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 1, 2021
2 parents ba7d5b6 + 94d9949 commit d7f5654
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deployment/metrics/collectd-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,13 @@ parameters:
type: string
description: AMQP1 channel address
default: collectd/notify
CollectdSensubilityScripts:
type: json
description: |
Hash of scripts for download for sensubility usage. The hash has to be in following format:
{"script-name": {"source": "<http URI to download script>", "checksum": "<md5sum of the script file>",
"create_bin_link": true/false <creates /usr/bin/sensubility_script-name if true which is default>}}
default: {}
CollectdEnableContainerHealthCheck:
type: boolean
description: >
Expand Down Expand Up @@ -679,6 +686,8 @@ outputs:
get_param: CollectdSensubilityTransport
tripleo::profile::base::metrics::collectd::sensubility::amqp_port:
get_param: CollectdAmqpPort
tripleo::profile::base::metrics::collectd::sensubility::scripts:
get_param: CollectdSensubilityScripts
- {}
- if:
- enable_libpodstats
Expand Down

0 comments on commit d7f5654

Please sign in to comment.