signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

Allow custom jinja filters to be used for parsing #205

Closed tedoc2000 closed 5 years ago

tedoc2000 commented 5 years ago

Added an optional "filters" argument to loader.load that allows callers to supply a dictionary of filter name -> filter methods. This allows clients to use their own custom jinja2 filters while parsing maestro templates

mpetazzoni commented 5 years ago

@tedoc2000 What's going on with your branch? Does this need to be rebased?

tedoc2000 commented 5 years ago

Let me try again..