You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass "dropins" variable to a template being rendered containing a list of
*.yaml files in a directory named after the template being rendered with
".d" appended. For example when rendering /etc/labgrid/configuration.yaml
a list of files matching /etc/labgrid/configuration.yaml.d/*.yaml will be
available. Then configuration.yaml may be as simple as
{% for f in drop_ins %}
{% include f %}
{% endfor %}
And adding a target is possible by simply creating a file in
/etc/labgrid/configuration.yaml.d directory.
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
0 commit comments