Skip to content

Commit

Permalink
Agent role has additional options to specify session msg destination
Browse files Browse the repository at this point in the history
Two new options added to agent viz., SLO_DESTINATION and
SAMPLE_DESTINATION. Their default value will be collector.
To change it specify a space separated list of values.The destination
supported are syslog, file and collector.

Change-Id: I8953271f84ec250bfbc53e573424a23cf752ddec
Partial-Bug: 1729812
  • Loading branch information
arvindvis committed Jun 13, 2018
1 parent d358e76 commit b3b44c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrail_configuration.md
Expand Up @@ -204,4 +204,10 @@ QOS_QUEUE_ID=${QOS_QUEUE_ID:-""}
QOS_LOGICAL_QUEUES=${QOS_LOGICAL_QUEUES:-""}
QOS_DEF_HW_QUEUE=${QOS_DEF_HW_QUEUE:-False}
PRIORITY_TAGGING=${PRIORITY_TAGGING:-True}
# Session destination options, have to be space seperated strings
# The valid destinations are collector, syslog and file
# Multiple values can be specified by space seperating them
SLO_DESTINATION=${SLO_DESTINATION:-"collector"}
SAMPLE_DESTINATION=${SAMPLE_DESTINATION:-"collector"}
```

0 comments on commit b3b44c6

Please sign in to comment.