lp://staging/~freyes/charms/xenial/rsyslog/lp1694270
Created by
Felipe Reyes
and last modified
- Get this branch:
- bzr branch lp://staging/~freyes/charms/xenial/rsyslog/lp1694270
Only
Felipe Reyes
can upload to this branch. If you are
Felipe Reyes
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/~bigdata-dev/charms/xenial/rsyslog/trunk
- Jorge Niedbalski: Pending requested
- Juju Big Data Development: Pending requested
-
Diff: 1728 lines (+1013/-147)17 files modifiedhooks/charmhelpers/__init__.py (+61/-0)
hooks/charmhelpers/contrib/charmsupport/nrpe.py (+29/-10)
hooks/charmhelpers/core/hookenv.py (+47/-0)
hooks/charmhelpers/core/host.py (+225/-35)
hooks/charmhelpers/core/host_factory/centos.py (+16/-0)
hooks/charmhelpers/core/host_factory/ubuntu.py (+33/-0)
hooks/charmhelpers/core/kernel_factory/ubuntu.py (+1/-1)
hooks/charmhelpers/core/strutils.py (+53/-0)
hooks/charmhelpers/fetch/__init__.py (+17/-9)
hooks/charmhelpers/fetch/centos.py (+1/-1)
hooks/charmhelpers/fetch/snap.py (+122/-0)
hooks/charmhelpers/fetch/ubuntu.py (+314/-82)
hooks/charmhelpers/osplatform.py (+6/-0)
hooks/hooks.py (+8/-0)
templates/rsyslog.conf (+13/-0)
tox.ini (+1/-1)
unit_tests/test_hooks.py (+66/-8)
Branch information
- Owner:
- Felipe Reyes
- Status:
- Development
Recent revisions
- 38. By Felipe Reyes
-
Add py27 to tox
This will prevent regressions with python2.7 needed to run in trusty
- 35. By Felipe Reyes
-
Use 'rotate' action from /etc/init.d/rsyslog
'reload' command does not exist in Xenial, the rsyslog package uses the
'rotate' functionality implemented in the sysvinit script to close all
open file descriptors.Closes-Bug: 1694270
- 32. By Kevin W Monroe
-
use sentry.ssh instead of sentry.run (the latter waits for all hooks to finish and we aint got time for that)
- 31. By Kevin W Monroe
-
remove sitepackages=True (it is not needed, and can cause conflicts if user has py2 flake8 installed)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/rsyslog