~niedbalski/charms/precise/rsyslog/lp-1310793

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Jorge Niedbalski R.
  • Date: 2014-04-21 21:03:13 UTC
  • Revision ID: jorge.niedbalski@canonical.com-20140421210313-wx3f06qyyvtf92h9
- This resolves issue lp:1310793 , exposing the http://docs.openstack.org/trunk/openstack-ops/content/logging_monitoring.html#rsyslog_server_config options.
- Exposes the configuration option nova_split_logging_templates
- Replaces the default install script with a python charmhelpers based installation.
- Adds a Makefile for build/lint
- Moves files/ to templates/

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    type: int
8
8
    default: 4
9
9
    description: "Number of days to rotate /var/log/messages and other associated files"
 
10
  nova_split_logging_templates:
 
11
    type: boolean
 
12
    default: false
 
13
    description: "Have an individual log file for each compute node as well as an aggregated log that contains nova logs from all nodes"