tree: bbf97229e768fa5354024704900d5e051b264b5e [path history] [tgz]
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. templates/
  6. README.md
infrastructure/ansible/roles/influxdb_relay/README.md

Influxdb-relay

When using the Traffic Stats component of Apache Traffic Control, InfluxDB is required. This playbook deploys an additional project influx-relay between Traffic Stats and InfluxDB to provide basic HA capabilities to the open-source InfluxDB project.

Requirements

A valid RPM in an available yum repository.

Role Variables

Refer to the defaults/main.yml for most information and the influx-relay project.

influxdb_relay_version: This is an optional string that can be provided to specify a particular version of ORT to install. It should be something like adaa2ea-1. The absense of this variable entails automatically using the latest version available to yum at the time of initial installation.

additional_yum_repos: An optional list of additional yum repositories to enable specifically when installing this component. This could be used to enable non-production ready rpms in a separate repository and not supplying the specific RPM version to automatically use the latest available.

Dependencies

None

Example Playbook

See the sample playbook.

License

Apache 2.0

Author Information

Apache Traffic Control