Skip to content

BeaconObject: Create a list of ref

Valentin Valls requested to merge create-list-of-ref into master

This MR introduce a list of object ref as Beacon object property.

  • This can be defined from the configuration as a list of properties
  • And it is shared to other sessions as list of object name
- name: foo
  devices:
    - $foo1
    - $foo2
    - $foo3

Another similar implementation is used in EBS tomo.

Edited by Valentin Valls

Merge request reports