Selector Conference Controller (sel)
Description
Provides management of selector meetings.
Is an add-on to the conf role, giving it responsibility for the communication layer.
Does not synchronize data between sites serving the domain.
Reserved Active-Passive mode within the site.
Code |
|
Mode of operation |
|
Backup mode |
|
Types of sites |
|
Layer |
|
Placement |
|
Saving and restoring state on reboot |
|
appendix |
|
Own storage |
|
Limitations
-
Does not synchronize data between sites serving the domain.
-
Stores data on scheduled, active, and past selector meetings in an internal object store without storing it in the domain relational database.
Parameters
Configuration example
The configuration is managed in an application available to master domain administrators. The application hides the full content of the configuration, but it is nevertheless accessible via the API.
The configuration contains a section to describe all instances of all roles. Parameters are defined for each specific role instance.
{
"name": "sel1",
"roletype": "sel",
"iface": "eth0",
"group": 11060,
"order": 10
}