Add logging agents deployment to CI
authorMartin Mágr <mmagr@redhat.com>
Tue, 13 Dec 2016 13:02:22 +0000 (14:02 +0100)
committerMartin Mágr <mmagr@redhat.com>
Thu, 30 Mar 2017 19:56:15 +0000 (21:56 +0200)
This patch enables deployment of fluentd service in scenario001.

Depends-On: Ibabd4688c00c6a12ea22055c95563d906716954d
Change-Id: Ib24a67f9068efb60b754590503a503344ab1f1df

README.rst
ci/environments/scenario001-multinode.yaml

index e2b59c5..6097ca8 100644 (file)
@@ -128,3 +128,7 @@ and should be executed according to the following table:
 +----------------+-------------+-------------+-------------+-------------+-----------------+
 | manila         |             |             |             |      X      |                 |
 +----------------+-------------+-------------+-------------+-------------+-----------------+
+| collectd       |      X      |             |             |             |                 |
++----------------+-------------+-------------+-------------+-------------+-----------------+
+| fluentd        |      X      |             |             |             |                 |
++----------------+-------------+-------------+-------------+-------------+-----------------+
index 2203665..19e70f6 100644 (file)
@@ -18,6 +18,7 @@ resource_registry:
   OS::TripleO::Tasks::ControllerPrePuppet: ../../extraconfig/tasks/pre_puppet_pacemaker.yaml
   OS::TripleO::Tasks::ControllerPostPuppet: ../../extraconfig/tasks/post_puppet_pacemaker.yaml
   OS::TripleO::Tasks::ControllerPostPuppetRestart: ../../extraconfig/tasks/post_puppet_pacemaker_restart.yaml
+  OS::TripleO::Services::FluentdClient: /usr/share/openstack-tripleo-heat-templates/puppet/services/logging/fluentd-client.yaml
 
 parameter_defaults:
   ControllerServices:
@@ -79,6 +80,8 @@ parameter_defaults:
     - OS::TripleO::Services::Congress
     - OS::TripleO::Services::TripleoPackages
     - OS::TripleO::Services::TripleoFirewall
+    - OS::TripleO::Services::FluentdClient
+
   ControllerExtraConfig:
     nova::compute::libvirt::services::libvirt_virt_type: qemu
     nova::compute::libvirt::libvirt_virt_type: qemu
@@ -112,3 +115,6 @@ parameter_defaults:
     ******************************************************************
   CollectdExtraPlugins:
     - rrdtool
+  LoggingServers:
+    - host: 127.0.0.1
+      port: 24224