When clustering, the first step is to create a trust relationship between all devices in the cluster. This is done through a pre-built device service group called 'device_trust_group' and it is only used for peering. The TrustDomain module needs to be aware of this group and how to manage it. It needs to be able to sync to the group and check the status. This is accomplished in the multi_device/device_group module. So it either needs to instantiate that to manage the group or have it passed in.
When clustering, the first step is to create a trust relationship between all devices in the cluster. This is done through a pre-built device service group called 'device_trust_group' and it is only used for peering. The TrustDomain module needs to be aware of this group and how to manage it. It needs to be able to sync to the group and check the status. This is accomplished in the multi_device/device_group module. So it either needs to instantiate that to manage the group or have it passed in.