Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7539 dpurdie 1
#   Blat configuration file for the S3 Manifest process
2
#
3
#       active          - Active link (Yes/1/y). (default = Yes)
4
#       piddir          - Path to where a pid file will be created (Mandatory) 
5
#       sleep           - Polling period of the main process loop (default = 5)
6
#       sleepLinkDown   - Polling period after S3 request failure (link down)
7
#       dpkg_archive    - Path to local package archive (Mandatory)   
8
#       wedgeTime       - Determine if main processing look is stuck
9
#                         Minutes of inactivity (Default 30m)
10
#  
11
#   
12
active          = 1   
13
piddir          = run
14
sleep           = 5
15
sleepLinkDown   = 1m
16
dpkg_archive    = /net/auawsaarc001/export/devl/dpkg_archive
17
 
18
#   Logging
19
#       verbose         - Enable verbose logging 0 .. 3
20
#       txdetail        - Log transfer detsils
21
#       logfile         - Path to basename of the log file
22
#       logfile.size    - Size in block of the log file
23
#       logfile.count   - Number of log files to keep
24
#   Debugging
25
#       noTransfers     - Do not transfer data to target machine
26
#                         Will not request packages not already in S3 to be transferred to S3
27
#       debug           - Log to screen
28
#       test            - Only used while developing. Effects may change.
29
 
30
 
31
logfile         = log/quarantine.log
32
logfile.size    = 20m
33
logfile.count   = 3
34
verbose         = 3
35
debug           = 1
36
noTransfers     = n
37
txdetail        = 1
38
test            = 1
39
 
40
#
41
#   Configure the s3Manifest processor
42
#       tagdir          - Directory in which RM will flag that package-versions
43
#                         need to be transferred. The user must create this
44
#                         dircetory. (Mandatory) 
45
#       workdir         - Directory used to create temp zip files  (Mandatory)
46
#       forcedirscan    - Period for running the quarantine scan scan (default 24h )
47
#       runTime         - Time after midnight to run the quarantine process
48
#       forces3update   - Periodic refresh metadata from S3 (default = 30m)
49
#                         Check bucket access
50
#
51
#   Target S3 Bucket
52
#       S3Profile - profile to use to access the bucket.( Mandatory)
53
#       S3Bucket  - Name of s3 bucket. May include prefix. (Mandatory)
54
#       S3Region  - Name of the region (optional)
55
#
56
tagdir          = tags/quarantine
57
forcedirscan    = 30
58
runTime         = 6h                            # 6 hours past midnight
59
forces3update   = 10m
60
 
61
S3Profile   = dpkgReader
62
S3Bucket    = vix-release-manifests
63
S3Region    = us-east-2
64
 
65
#
66
#   Maintain metadata in the 'tags' directory
67
#       tagListUpdate   - Time period to update metadata (default 1h)
68
tagListUpdate   = 1h
69
 
70
#
71
#   Quarantine specific
72
#      snapAge -    Process snapshots of less than this age (days) as if there were Open Releases (Default 1)
73
#      retainNoRm - Retain packages that are not in Release Manager database (Default 31d)
74
#      retain -     Retain packages that are no longer in use for this period of time (Default 10d)
75
#
76
#      explain -    Create a file ( in the tags area ) describing the disposition of packages    
77
#
78
snapAge = 1
79
retainNoRm = 31d
80
retain = 10d
81
explain = 1
82
 
83
#
84
#   Packages that are not to be quarantined
85
#   Known values:
86
#       KEEP - Do not quarantine any version of these packages
87
#
88
pkg.dpkg_archive_list.txt       = KEEP
89
pkg.dpkg_archive_pkg.txt        = KEEP
90
pkg..dpkg_archive               = KEEP
91
 
92
pkg.core_devl                   = KEEP                               
93
pkg.generate_release_notes      = KEEP
94
pkg.buildtool                   = KEEP
95
pkg.oracs                       = KEEP
96
pkg.rssqlsrv                    = KEEP
97
pkg.rsora                       = KEEP
98
pkg.dsora                       = KEEP
99
pkg.IVROra                      = KEEP
100
pkg.PivotalOra                  = KEEP
101
pkg.orabocw                     = KEEP
102
pkg.oradacw                     = KEEP
103
pkg.MetrixOra                   = KEEP
104
pkg.pulseSdk                    = KEEP
105
pkg.jats-installer              = KEEP
106
 
107
 
108
 
109
 
110
 
111