Initiate packetization of Testing reporting
[releng.git] / utils / test / reporting / docker / supervisor.conf
1 [supervisord]
2 nodaemon = true
3
4 [program:tornado]
5 user = root
6 directory = /home/opnfv/releng/utils/test/reporting/api
7 command = python server.py --port=800%(process_num)d
8 process_name=%(program_name)s%(process_num)d
9 numprocs=4
10 numprocs_start=1
11
12 [program:nginx]
13 user = root
14 command = service nginx restart
15
16 [program:configuration]
17 user = root
18 directory = /home/opnfv/releng/utils/test/reporting/pages
19 command = bash config.sh