X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Freporting%2Fdocker%2Fsupervisor.conf;h=49310d430207f2d5c8910f80a923ca780eda2d1e;hb=75ad867556d9475c7881863dfb44ccdcc154228b;hp=1e0eed9c81011247312e391eb330fd83f24596c1;hpb=5a681846dd3c0ef0dd290384bbbcfe678683d923;p=releng.git diff --git a/utils/test/reporting/docker/supervisor.conf b/utils/test/reporting/docker/supervisor.conf index 1e0eed9c8..49310d430 100644 --- a/utils/test/reporting/docker/supervisor.conf +++ b/utils/test/reporting/docker/supervisor.conf @@ -1,22 +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:reporting_angular] +[program:configuration] user = root -directory = /home/opnfv/utils/test/reporting/pages -command = bash angular.sh -autorestart = true +directory = /home/opnfv/releng/utils/test/reporting/pages +command = bash config.sh