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

Traffic_monitor

Traffic monitor is the component of Apache Traffic Control which constantly evaluates the health of the CDN and provides information to Traffic Router to move requests away from unhealthy automatically. This role handles the installation or upgrade of Traffic Monitor.

Requirements

  • A valid RPM in an available yum repository.

Role Variables

Refer to the defaults/main.yml for most information.

tm_version: This is an optional string that can be provided to specify a particular version of Traffic Monitor to install. It should be something like 3.0.0-10063.5db80eca.el7. 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

  - name: Deploy Traffic Monitor
    include_role:
      name: traffic-monitor
    vars:
      install_traffic_monitor: true

License

Apache 2.0

Author Information

Apache Traffic Control