copr-backend: employ cleanup_vm_nova only on production machine

This commit is contained in:
clime 2017-04-07 09:21:18 +02:00
parent 8c2d3b5a9d
commit 6dd2d7a2bc

View file

@ -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