~rvb/maas/bug-1234853-1.3

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
##
## Provisioning Server (pserv) configuration.
##

## Where to log. This log can be rotated by sending SIGUSR1 to the
## running server.
#
# logfile: "pserv.log"
logfile: "/dev/null"

## OOPS configuration (optional).
#
oops:
  ## Directory in which to place OOPS reports.  Must not contain any files
  # or directories other than what the oops machinery creates there.
  #
  # directory:
  directory: "logs/oops"
  # reporter:
  reporter: "maas-pserv"

## Message broker configuration (optional, not currently used).
#
broker:
  # host: "localhost"
  # port: 5673
  # username: <current user>
  # password: "test"
  # vhost: "/"

## TFTP configuration.
#
tftp:
  # root: /var/lib/maas/tftp
  # port: 69
  port: 5244
  ## The URL to be contacted to generate PXE configurations.
  # generator: http://localhost/MAAS/api/1.0/pxeconfig/
  generator: http://localhost:5243/api/1.0/pxeconfig/

## Boot configuration.
boot:
  # ephemeral:
  ## Directory containing ephemeral boot images, etc.
  #   directory: /var/lib/maas/ephemeral