Add docker templates for octavia services
[apex-tripleo-heat-templates.git] / puppet / services / logging / fluentd-base.yaml
index 583dca3..21049a9 100644 (file)
@@ -1,4 +1,4 @@
-heat_template_version: 2016-04-08
+heat_template_version: pike
 
 description: Fluentd base service
 
@@ -12,6 +12,14 @@ parameters:
   DefaultPasswords:
     default: {}
     type: json
+  RoleName:
+    default: ''
+    description: Role name on which the service is applied
+    type: string
+  RoleParameters:
+    default: {}
+    description: Parameters specific to the role
+    type: json
   EndpointMap:
     default: {}
     description: >
@@ -33,4 +41,5 @@ outputs:
         fluentd::config_group: fluentd
         fluentd::config_path: /etc/fluentd/config.d
         fluentd::plugin_provider: yum
+        fluentd::service_provider: systemd
         fluentd::repo_install: false