Re: charm layers hooks/install, how are they "merged"?

2017-08-11 Thread fengxia
Make sense. Thank you Stuart. On 08/11/2017 06:31 AM, Stuart Bishop wrote: On 11 August 2017 at 09:02, fengxia wrote: Hi Juju, I'm building a charm by including two layers in layer.yaml: includes: - 'layer:basic' - 'layer:pylxca' Pylxca is a library I packaged into a "layer" format f

Kafka support for filebeat, topbeat and packetbeat

2017-08-11 Thread Tilman Baumann
I just added Kafka output to filebeat, topbeat and packetbeat. If anyone is interested... "charm test" is broken for me, apologies if I committed a broken test. I manually tested the filebeat changes, the rest is just copy-pasta. (same code everywhere) https://github.com/juju-solutions/layer-beat

Re: charm layers hooks/install, how are they "merged"?

2017-08-11 Thread Stuart Bishop
On 11 August 2017 at 09:02, fengxia wrote: > Hi Juju, > > I'm building a charm by including two layers in layer.yaml: > > includes: > - 'layer:basic' > - 'layer:pylxca' > > Pylxca is a library I packaged into a "layer" format for reuse. > > Both layers have a folder called "hooks", and each ha