Include cell name in event filename template

For larger deployments, the region name should be parameterized too.

Change-Id: Iac7e589c4b58a74b5730a436a77cac31d7fc1fe1
This commit is contained in:
Sandy Walsh 2015-02-17 15:10:47 -08:00
parent 4cb647a7f3
commit 363dfd5966

@ -55,5 +55,5 @@ config_file = /etc/stv3/winchester.yaml
[shoebox]
working_directory=/etc/stv3/events
filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json.gz
filename_template=%Y%m%d-[[TIMESTAMP]]-region-{{item.cell}}-stv3-[[CRC]].json.gz
roll_manager=shoebox.roll_manager:WritingJSONRollManager