mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-25 02:31:51 +00:00
automated integration tests for cloudstack (#20552)
This commit is contained in:
parent
b58cf0d23a
commit
aaf4f04574
92 changed files with 1248 additions and 193 deletions
28
test/utils/docker/cloudstack-simulator/supervisord.conf
Normal file
28
test/utils/docker/cloudstack-simulator/supervisord.conf
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:mysqld]
|
||||
command=/usr/bin/mysqld_safe
|
||||
autostart=true
|
||||
autorestart=true
|
||||
user=root
|
||||
|
||||
[program:cloudstack]
|
||||
command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120"
|
||||
directory=/opt/cloudstack
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
user=root
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx
|
||||
autostart=true
|
||||
autorestart=false
|
||||
user=root
|
||||
|
||||
[program:deploy-zones]
|
||||
command = /opt/run.sh
|
||||
startsecs = 0
|
||||
autorestart = false
|
||||
startretries = 1
|
||||
user=root
|
||||
Loading…
Add table
Add a link
Reference in a new issue