fuel-library/files/fuel-umm/umm-tr.conf
Peter Zhurba 8d138e0e0d Move umm from puppet to a package
Move umm related file from puppet to a package and change deploing process

Change-Id: I466d89158fab523981ea002e83933696284a11ac
Closes-bug:#1508274
2015-11-20 15:12:12 +00:00

13 lines
278 B
Plaintext

# umm-tr - UMM time reset.
#
description "Openstack maintenance mode - time reset"
author "pzhurba@mirantis.com"
script
sleep 10
. /usr/lib/umm/umm_vars
sleep $(($COUNTER_RESET_TIME*60))
[ -f $UMM_DATA/UMM_DRC.var ] && rm $UMM_DATA/UMM_DRC.var
end script