tripleo-heat-templates/environments/monitoring-environment.yaml
Emilien Macchi 72aa2dfc0a Create deployment/deprecated directory
It's not easy to find which services are deprecated, so let's create a
directory: deployment/deprecated and put the services in there.

This patch:
- creates the directory and a README
- moves already deprecated services into that directory
- update all references to these services to point to the right files

Change-Id: Id6c927d9c0db024875032f04228047d029c0696d
2019-02-20 16:57:58 -05:00

19 lines
591 B
YAML

## DEPRECATED
## Sensu service is deprecated and will be removed in future releases.
## A Heat environment file which can be used to set up monitoring agents
resource_registry:
OS::TripleO::Services::SensuClient: ../deployment/deprecated/monitoring/sensu-client-container-puppet.yaml
#parameter_defaults:
# MonitoringRabbitHost: 10.10.10.10
# MonitoringRabbitPort: 5672
# MonitoringRabbitUserName: sensu
# MonitoringRabbitPassword: sensu
# MonitoringRabbitUseSSL: false
# MonitoringRabbitVhost: "/sensu"
# SensuClientCustomConfig:
# api:
# warning: 10
# critical: 20