Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

RFC: Support multiple versions of the same service in the TT file #41

@piojo-zz

Description

@piojo-zz

So, if we have a service whose configuration format changes dramatically (say, logstash from 1.0 to 1.2), we need to be able to generate the different formats.

@stdweird proposes to have, inside each service that has this issue, a sub-directory per version. For those services that exist already, we'd have a top-level main.tt file that just includes the main.tt for that version.

For instance, in Logstash:

logstash/main.tt -> logastash/1.0/main.tt
logasth/1.0/main.tt
logasth/1.4/main.tt

this allows for ever-changing file formats and yet to keep backwards compatibility.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions