wazo-platform / wazo-sysconfd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wazo-sysconfd

Build Status

wazo-sysconfd is a daemon for configuring system parameters on a Wazo server. It is used to execute commands requiring special privileges on the host (e.g. root privileges, asterisk commands). It shims Wazo and the installed host together. Its usage is mandatory for a all-in-one installations of Wazo, but should be unnecessary for container installations.

Running unit tests

tox --recreate -e py39

Running integration tests

tox --recreate -e integration

Development

Request handlers architecture

Architecture diagram Architecture diagram source

About


Languages

Language:Python 99.0%Language:Dockerfile 0.7%Language:Makefile 0.2%