leosac / access-control

Leosac Access Control - Open Source Physical Access Control System
https://leosac.com
GNU Affero General Public License v3.0
240 stars 40 forks source link

Remote Configuration #45

Closed xaqq closed 9 years ago

xaqq commented 9 years ago

Related to #13, a remote configuration infrastructure must be in place. One shall be able to edit the configuration of any device from a single place. In case the configuration change has impact over multiple devices, propagation shall take place automatically.

In other words, we need device discovery and a way to replicate / dispatch configuration.

xaqq commented 9 years ago

We need more granularity about what gets synchronized or not.

Adding a configuration option to let source and destination chose what they apply or send make sense.

xaqq commented 9 years ago

a sync_source and sync_dest xml tag now exist. Those allows to chose what general configuration tag to synchronize (log, remote, network...).

This should help with #59.

xaqq commented 9 years ago

Also added a no_import xml tag to prevent module configuration from being overwritten.

xaqq commented 9 years ago

For the 0.5 milestone the module will not change and is deemed complete enough. More precise tickets will be opened when addind specific features to the remote control facility.