X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fsupervisor.conf;h=49310d430207f2d5c8910f80a923ca780eda2d1e;hb=354afd448cefc348f185b9adc4b5e6d38f96a3b0;hp=0c22077933a1f7b919387b63f0f8eb53c0de7429;hpb=3303f3d2aa25726b8a6826df7b4dfc697a11d50a;p=releng.git diff --git a/utils/test/reporting/docker/supervisor.conf b/utils/test/reporting/docker/supervisor.conf index 0c2207793..49310d430 100644 --- a/utils/test/reporting/docker/supervisor.conf +++ b/utils/test/reporting/docker/supervisor.conf @@ -1,16 +1,19 @@ [supervisord] nodaemon = true -[program:reporting_tornado] +[program:tornado] user = root -directory = /home/opnfv/utils/test/reporting/api +directory = /home/opnfv/releng/utils/test/reporting/api command = python server.py --port=800%(process_num)d process_name=%(program_name)s%(process_num)d numprocs=4 numprocs_start=1 -autorestart = true -[program:reporting_nginx] +[program:nginx] user = root command = service nginx restart -autorestart = true + +[program:configuration] +user = root +directory = /home/opnfv/releng/utils/test/reporting/pages +command = bash config.sh