* clixon_restconf daemon is installed in /usr/local/sbin (as clixon_backend), instead of /www-data
* `configure --with-wwwdir=<dir>` remains but only applies to fcgi socket and log
* New option `CLICON_RESTCONF_INSTALL_DIR` is set to where clixon_restconf is installed, with default `/usr/local/sbin/`
* Restconf drop privileges user is defined by `CLICON_RESTCONF_USER`
* `configure --with-wwwuser=<user>` is removed
* clixon_restconf drop of privileges is defined by `CLICON_RESTCONF_PRIVILEGES` option
* New clixon-restconf@2020-05-20.yang revision
* Added: restconf `log-destination`
|
||
|---|---|---|
| .. | ||
| cicd.sh | ||
| cligen-mk.sh | ||
| clixon-config.sh | ||
| clixon-mk.sh | ||
| coverage.sh | ||
| Makefile.in | ||
| README.md | ||
Hosts scripts
Manual scripts for running committed code on a set of remote hosts accessible with ssh.
The script then uses a Makefile and logs in to each host, pulls from
git, configure, makes and runs through the tests. Make is used to get
concurrency, eg with make -j 10
The Makefile contains a configurable HOSTS variable, which is defined in a "site.mk" file. You must add such a file, eg:
HOSTS += vandal.hagsand.com # i86_32 ubuntu
Logs appear in : .log.