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"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jun 7, 2021
2 parents 8569ec9 + 66c964b commit 31eba7e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion 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 @@ -535,7 +542,7 @@ outputs:
tripleo::profile::base::metrics::collectd::collectd_securitylevel:
get_param: CollectdSecurityLevel
- if:
- {get_param: EnableSQLAlchemyCollectd}
- {get_param: EnableSQLAlchemyCollectd}
- tripleo::profile::base::metrics::collectd::enable_sqlalchemy_collectd:
true
tripleo::profile::base::metrics::collectd::sqlalchemy_collectd_bind_host:
Expand Down Expand Up @@ -660,6 +667,9 @@ 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:
- {get_param: CollectdEnableLibpodstats}
- tripleo::profile::base::metrics::collectd::enable_libpodstats:
Expand Down

0 comments on commit 31eba7e

Please sign in to comment.