fuel-library/deployment/puppet/umm/files/umm-tr.conf
Peter Zhurba f99f7755b8 Maintenace Mode
Change-Id: Iea6c60943b0fd611b87a5c2ba9bd7a73c91fc91d
Related-Blueprint: Controller-maintenance-mode
2015-03-05 11:42:21 +02: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