~ltrager/maas/lp1603563_2.0

« back to all changes in this revision

Viewing changes to etc/pserv.example.yaml

  • Committer: Gavin Panella
  • Date: 2012-02-15 16:16:58 UTC
  • mto: (130.3.9 use-real-cobbler)
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: gavin.panella@canonical.com-20120215161658-fcoihossxg1o2a75
Config class for the provisioning server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Example Provisioning Server configuration.
 
2
 
 
3
# The port on which the Provisioning API will be made available.
 
4
port: 1123
 
5
# Where to log. This log can be rotated by sending SIGUSR1 to the
 
6
# running server.
 
7
logfile: "/tmp/ironfist.log"
 
8
 
 
9
# OOPS configuration (optional).
 
10
oops:
 
11
  # Where to store OOPS reports (optional).
 
12
  directory: "/tmp/killed/by"
 
13
  # The OOPS reporter name (optional, but must be specified if an OOPS
 
14
  # directory is configured).
 
15
  reporter: "death"
 
16
 
 
17
# Message broker configuration (optional, not currently used).
 
18
broker:
 
19
  host: "localhost"
 
20
  port: 1543
 
21
  username: "lemmy"
 
22
  password: "overkill"
 
23
  vhost: "/hammersmith"