~bigdata-dev/charms/trusty/apache-flume-syslog/trunk

1 by Kevin W. Monroe
initial flume-syslog push
1
# This file contains values that are likely to change per distribution.
2
# The aim is to make it easier to update / extend the charms with
3
# minimal changes to the shared code in charmhelpers.
4
packages:
5
    - 'openjdk-7-jre'
6
groups:
7
    - 'hadoop'
8
users:
9
    flume:
10
        groups: ['hadoop']
11
dirs:
12
    flume:
6 by Kevin W. Monroe
made source type and port configurable; removed protocol from config (that comes from the relation); added logs dir in dist.yaml; tweaked restart function in callbacks; README tweaks and testing section
13
        path: '/usr/lib/flume-syslog'
14
    flume_conf:
15
        path: '/etc/flume-syslog/conf'
16
    flume_logs:
17
        path: '/var/log/flume-syslog'
1 by Kevin W. Monroe
initial flume-syslog push
18
        owner: 'flume'