the packages required for opstools support (fluentd, sensu, and related) were duplicated across all the overcloud elements. this consolidates the opstools packages into a single overcloud-opstools element and makes it a dependency of the overcloud-* elements. It also adds the missing fluentd secure-forward plugin package. Change-Id: I4df1bb0c4fdc3211ef32aaa112d1c46063c85309
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
{
|
|
"default": {
|
|
"fluentd_package": "fluentd",
|
|
"fluent_plugin_add_package": "rubygem-fluent-plugin-add",
|
|
"fluent_plugin_secure_forward_package": "rubygem-fluent-plugin-secure-forward",
|
|
"oschecks_package": "osops-tools-monitoring-oschecks",
|
|
"sensu_package": "sensu"
|
|
}
|
|
}
|