Rev 7413 | Blame | Last modification | View Log | RSS feed
# Blat configuration file for the S3 SYNC process## active - Active link (Yes/1/y). (default = Yes)# piddir - Path to where a pid file will be created (Mandatory)# sleep - Polling period of the main process loop (default = 5)# sleepLinkDown - Polling period after S3 request failure (link down)# dpkg_archive - Path to local package archive (Mandatory)# wedgeTime - Determine if main processing look is stuck# Minutes of inactivity (Default 30m)##active = 1piddir = runsleep = 1sleepLinkDown = 1mdpkg_archive = /net/auawsaarc001/export/devl/dpkg_archive# Logging# verbose - Enable verbose logging 0 .. 3# txdetail - Log transfer detsils# logfile - Path to basename of the log file# logfile.size - Size in block of the log file# logfile.count - Number of log files to keep# Debugging# noTransfers - Do not transfer data to target machine# debug - Log to screen# s3File - s3Transfer.json filelogfile = log/s3Sync.loglogfile.size = 20mlogfile.count = 3verbose = 2debug = 1noTransfers = ntxdetail = 1## Configure the s3Sync processor# tagdir - Directory in which RM will flag that package-versions# need to be transferred. The user must create this# dircetory. (Mandatory)# workdir - Directory used to create temp zip files (Mandatory)# forcedirscan - Period for retry and safety scan (default 100 )# forces3update - Periodic refresh metadata from S3 (default = 30m)## Target S3 Bucket# S3Profile - profile to use to access the bucket.( Mandatory)# S3Bucket - Name of s3 bucket. May include prefix. (Mandatory)# S3Region - Name of the region (optional)#tagdir = tags/s3Syncworkdir = tags/s3SyncWorkforcedirscan = 30forces3update = 10mS3Profile = s3txTestS3Bucket = aupera-dpurdie-test/s3SyncS3Region = us-east-2## Configure the fast package transfer# tagListUpdate - Time period to update fast package transfer config# file for blatPopulate. Will pick up new releases added# to projects. (default 1h)tagListUpdate = 1h