# 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 = 1 piddir = run sleep = 5 sleepLinkDown = 1m dpkg_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 file logfile = log/s3Manifest.log logfile.size = 20m logfile.count = 3 verbose = 3 debug = 1 noTransfers = n txdetail = 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/s3Manifest workdir = tags/s3ManifestWork forcedirscan = 30 forces3update = 10m waitTime = 1m S3Profile = dpkgWriter S3Bucket = vix-release-manifests S3Region = 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:RELEASEM RM_USERNAME_RW = BUILD_USER RM_PASSWORD_RW = frog123 #RM_USERNAME_RW = RELEASE_MANAGER #RM_PASSWORD_RW = ske2k0se