copr-backend: employ cleanup_vm_nova only on production machine
This commit is contained in:
parent
8c2d3b5a9d
commit
6dd2d7a2bc
1 changed files with 3 additions and 1 deletions
|
@ -196,9 +196,11 @@
|
|||
- copr-backend
|
||||
|
||||
- copy: src="cleanup_vm_nova.py" dest=/home/copr/ mode=755
|
||||
- copy: src="cleanup_vms.sh" dest=/etc/cron.hourly/copr_cleanup_vms.sh mode=755
|
||||
- copy: src="cron/restart_logstash.sh" dest=/etc/cron.hourly/restart_logstash.sh mode=755
|
||||
|
||||
- copy: src="cleanup_vms.sh" dest=/etc/cron.hourly/copr_cleanup_vms.sh mode=755
|
||||
when: not devel
|
||||
|
||||
#- name: copy delete-forgotten-instances.pl
|
||||
# copy: src="delete-forgotten-instances.pl" dest=/home/copr/delete-forgotten-instances.pl mode=755
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue