Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NITEMAN opened this issue Apr 27, 2023 · 0 comments

Comments

@NITEMAN
Copy link
Member

NITEMAN commented Apr 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant