aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-17 18:50:51 +0000
committerGerrit Code Review <review@openstack.org>2016-09-17 18:50:51 +0000
commitdc9c4c2ad9f8ee08d3b97f09641f580bb32c1592 (patch)
tree940c3fa289dd1856d7b8e78f51f606eb3286a605 /puppet/compute.yaml
parent4a504411a9c63eda4c16c1cdbff486453a60a5ba (diff)
parent0d9298bb8fc9903ff42e3d2402cd44e765f4c822 (diff)
Merge "Add fluentd client service"
Diffstat (limited to 'puppet/compute.yaml')
-rw-r--r--puppet/compute.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/compute.yaml b/puppet/compute.yaml
index 05b8d065..0205d0a6 100644
--- a/puppet/compute.yaml
+++ b/puppet/compute.yaml
@@ -114,6 +114,12 @@ parameters:
type: string
description: Command which will be run whenever configuration data changes
default: os-refresh-config --timeout 14400
+ LoggingSources:
+ type: json
+ default: []
+ LoggingGroups:
+ type: comma_delimited_list
+ default: []
resources:
@@ -289,6 +295,8 @@ resources:
compute:
mapped_data:
tripleo::packages::enable_upgrade: {get_input: enable_package_upgrade}
+ tripleo::profile::base::logging::fluentd::fluentd_sources: {get_param: LoggingSources}
+ tripleo::profile::base::logging::fluentd::fluentd_groups: {get_param: LoggingGroups}
NovaComputeDeployment:
type: OS::TripleO::SoftwareDeployment