Add monitoring agents deployment to CI
This patch enables deployment of sensu-client service in scenario001. Depends-On: I4895e3b6d3d0e2c12c083133e423cafeecbafe88 Depends-On: Ibabd4688c00c6a12ea22055c95563d906716954d Change-Id: I377811878712b7615c38094ecbf55dcc67d9ddd5
This commit is contained in:
parent
3e1593759d
commit
0e858a28a4
@ -132,3 +132,5 @@ and should be executed according to the following table:
|
|||||||
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||||
| fluentd | X | | | | |
|
| fluentd | X | | | | |
|
||||||
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||||
|
| sensu-client | X | | | | |
|
||||||
|
+----------------+-------------+-------------+-------------+-------------+-----------------+
|
||||||
|
@ -19,6 +19,7 @@ resource_registry:
|
|||||||
OS::TripleO::Tasks::ControllerPostPuppet: ../../extraconfig/tasks/post_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::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
|
OS::TripleO::Services::FluentdClient: /usr/share/openstack-tripleo-heat-templates/puppet/services/logging/fluentd-client.yaml
|
||||||
|
OS::TripleO::Services::SensuClient: /usr/share/openstack-tripleo-heat-templates/puppet/services/monitoring/sensu-client.yaml
|
||||||
|
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
ControllerServices:
|
ControllerServices:
|
||||||
@ -81,6 +82,7 @@ parameter_defaults:
|
|||||||
- OS::TripleO::Services::TripleoPackages
|
- OS::TripleO::Services::TripleoPackages
|
||||||
- OS::TripleO::Services::TripleoFirewall
|
- OS::TripleO::Services::TripleoFirewall
|
||||||
- OS::TripleO::Services::FluentdClient
|
- OS::TripleO::Services::FluentdClient
|
||||||
|
- OS::TripleO::Services::SensuClient
|
||||||
|
|
||||||
ControllerExtraConfig:
|
ControllerExtraConfig:
|
||||||
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
||||||
@ -118,3 +120,6 @@ parameter_defaults:
|
|||||||
LoggingServers:
|
LoggingServers:
|
||||||
- host: 127.0.0.1
|
- host: 127.0.0.1
|
||||||
port: 24224
|
port: 24224
|
||||||
|
MonitoringRabbitHost: 127.0.0.1
|
||||||
|
MonitoringRabbitPort: 5676
|
||||||
|
MonitoringRabbitPassword: sensu
|
||||||
|
Loading…
Reference in New Issue
Block a user