/[adm]/puppet/modules/icecream/templates/sysconfig
ViewVC logotype

Contents of /puppet/modules/icecream/templates/sysconfig

Parent Directory Parent Directory | Revision Log Revision Log


Revision 926 - (show annotations) (download)
Tue Feb 1 00:33:34 2011 UTC (12 years, 10 months ago) by misc
File size: 1850 byte(s)
add icecream module
1 #
2 ## Type: integer(0:19)
3 ## Path: Applications/icecream
4 ## Description: Icecream settings
5 ## ServiceRestart: icecream
6 ## Default: 5
7 #
8 # Nice level of running compilers
9 #
10 ICECREAM_NICE_LEVEL="5"
11
12 #
13 ## Type: string
14 ## Path: Applications/icecream
15 ## Defaut: /var/log/iceccd
16 #
17 # icecream daemon log file
18 #
19 ICECREAM_LOG_FILE="/var/log/icecream.log"
20
21 #
22 ## Type: string
23 ## Path: Applications/icecream
24 ## Defaut: no
25 #
26 # Start also the scheduler?
27 #
28 ICECREAM_RUN_SCHEDULER="no"
29
30 #
31 ## Type: string
32 ## Path: Applications/icecream
33 ## Defaut: /var/log/icecc_scheduler
34 #
35 # icecream scheduler log file
36 #
37 ICECREAM_SCHEDULER_LOG_FILE="/var/log/scheduler.log"
38
39 #
40 ## Type: string
41 ## Path: Applications/icecream
42 ## Defaut: ""
43 #
44 # Identification for the network the scheduler and daemon run on.
45 # You can have several distinct icecream networks in the same LAN
46 # for whatever reason.
47 #
48 ICECREAM_NETNAME=""
49
50 #
51 ## Type: string
52 ## Path: Applications/icecream
53 ## Defaut: ""
54 #
55 # If the daemon can't find the scheduler by broadcast (e.g. because
56 # of a firewall) you can specify it.
57 #
58 ICECREAM_SCHEDULER_HOST="<%= host %>"
59
60 #
61 ## Type: string
62 ## Path: Applications/icecream
63 ## Defaut: ""
64 ## Type: integer
65 #
66 # You can overwrite here the number of jobs to run in parallel. Per
67 # default this depends on the number of (virtual) CPUs installed.
68 #
69 ICECREAM_MAX_JOBS=""
70
71 #
72 ## Type: string
73 ## Path: Applications/icecream
74 ## Default: "/var/cache/icecream"
75 #
76 # This is the directory where the icecream daemon stores the environments
77 # it compiles in. In a big network this can grow quite a bit, so use some
78 # path if your /tmp is small - but the user icecream has to write to it.
79 #
80 ICECREAM_BASEDIR="/var/cache/icecream"
81
82 #
83 ## Type: string
84 ## Path: Applications/icecream
85 # Default: ""
86 #
87 # Just set the environment var to enable DEBUG
88 ICECREAM_DEBUG="1"
89 ICECREAM_SCHEDULER_DEBUG="1"

  ViewVC Help
Powered by ViewVC 1.1.28