# Cloud-agnostic FIRS templates

# SCOPE: HOST, AI type/AI parent pattern to suffer failure
# MAX_SIMULTANEOUS_FAULTS: Maximum number of faults generated by this Fault Injection Request Submitter that can be present at a given time.
# MAX_TOTAL_FAULTS: Maximum number of faults generated by this ult Injection Request Submitter.
# MIN_FAULT_AGE: Minimum lifetime to consider a VM/Host as eligible to be faulted. 
# IFAT: Random distributions specifying inter-fault arrival time
#       randomly distributed values : <distribution name>I<average>I<std dev>I<max>I<min>
#           example: IVMCAT = uniformIXIXI60I90
#       for fixed values :
#           example: IVMCAT = 73
#       monotonically growing/decreasing values <initial value>(+,-,*,/)<factor>
#           example: IVMCAT = 0+10
# FTL : Random distribution specifying fault time length

[FIRS_TEMPLATES : SFINW]
SCOPE = nullworkload
MAX_SIMULTANEOUS_FAULTS = 3
MAX_TOTAL_FAULTS = 5
MIN_FAULT_AGE = 20
IFAT = 20
FTL = 100