Supports the new tarball style of WritingJSONRollManager.

Updates the ansible and local dev configs to archive
events to tarballs via shoebox.

Change-Id: I1952aea79f1021aae5094f6ca45e325eb9b43485
This commit is contained in:
Sandy Walsh 2015-02-24 11:29:25 -08:00
parent 73ef32b2b6
commit 74fd693f51
2 changed files with 7 additions and 3 deletions

View File

@ -54,6 +54,8 @@ config_class = .|oahu_config:Config
config_file = /etc/stv3/winchester.yaml config_file = /etc/stv3/winchester.yaml
[shoebox] [shoebox]
working_directory=/etc/stv3/events working_directory=/etc/stv3/{{item.cell}}/events
filename_template=%Y%m%d-[[TIMESTAMP]]-region-{{item.cell}}-stv3-[[CRC]].json.gz destination_folder=/etc/stv3/tarballs
filename_template=%Y%m%d-[[TIMESTAMP]]-region-{{item.cell}}-stv3-[[CRC]].json
roll_manager=shoebox.roll_manager:WritingJSONRollManager roll_manager=shoebox.roll_manager:WritingJSONRollManager
roll_size_mb=1000

View File

@ -37,5 +37,7 @@ config_file = winchester.yaml
[shoebox] [shoebox]
working_directory=data/events working_directory=data/events
filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json.gz destination_folder=data/output
filename_template=%Y%m%d-[[TIMESTAMP]]-stv3-[[CRC]].json
roll_manager=shoebox.roll_manager:WritingJSONRollManager roll_manager=shoebox.roll_manager:WritingJSONRollManager
roll_size_mb=20