X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fsupervisor.conf;h=49310d430207f2d5c8910f80a923ca780eda2d1e;hb=c8ba060756ea33769b536d6ecef74a53c96db8fb;hp=0c22077933a1f7b919387b63f0f8eb53c0de7429;hpb=0505449a387df820e765cb0f52028ac5d0ba2e8c;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