Blame | Last modification | View Log | RSS feed
# Blat configuration file for the S3 Manifest 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 = 5sleepLinkDown = 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/s3Manifest.loglogfile.size = 20mlogfile.count = 3verbose = 3debug = 1noTransfers = ntxdetail = 1## Configure the s3Manifest 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)# Check bucket access# waitTime - Warn of slow manifest generation if not created# within this time. (default 60m)## 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/s3Manifestworkdir = tags/s3ManifestWorkforcedirscan = 30forces3update = 10mwaitTime = 1mS3Profile = dpkgWriterS3Bucket = vix-release-manifestsS3Region = 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## Need write access to Release Manager#RM_LOCATION = jdbc:oracle:thin:@auawsards001:1521:RELEASEMRM_USERNAME_RW = BUILD_USERRM_PASSWORD_RW = frog123#RM_USERNAME_RW = RELEASE_MANAGER#RM_PASSWORD_RW = ske2k0se