Skip to content

[idea] Simplify data/common.yaml leveraging yaml anchors for lookup_options #98

Open
@NITEMAN

Description

@NITEMAN

A big bunch of lookup_options are WET.

Maybe we can rewrite the file using something like:

deep_merge_w_ko: &DEEP_MERGE_WITH_KNOCKOUT
  merge:
    strategy: deep
    knockout_prefix: --KOP_

lookup_options:
  ducktape::apache::confs: *DEEP_MERGE_WITH_KNOCKOUT
  ducktape::apache::shield_vhost::port:
    merge: unique
  ducktape::archive::archives: *DEEP_MERGE_WITH_KNOCKOUT
...

/cc @jonhattan

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