~ubuntu-branches/ubuntu/saucy/maas/saucy-updates

« back to all changes in this revision

Viewing changes to etc/maas/pserv.yaml

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-10-14 13:10:21 UTC
  • Revision ID: package-import@ubuntu.com-20131014131021-04gheaycbatpz67e
Tags: 1.4+bzr1693+dfsg-0ubuntu2
* debian/patches:
  - 99_fix_wsgi_app_group_lp1237463.patch: Import wsgi into the %{GLOBAL}
    application group, to avoid bson encoding issues. (LP: #1237463)
  - 99_ephemeral_backward_compat_lp1238376.patch: Maintain import_ephemerals
    config compatibility to allow maas-import-ephemerals to inherit the
    config used for maas-import-pxe-files, otherwise it will always download
    all releases even when set to a particular one. (LP: #1238376)
  - 99_split_config_arch_rel_lp1238681.patch: arches/releases are a list
    of characters that need to be split. (LP: #1238681)
  - 99_handle_ephemeral_archs_correctly.patch: Allow maas-import-ephemerals
    to use arches correctly coming from the legacy config (LP: #1240215)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
## Boot configuration.
40
40
boot:
41
 
  # ephemeral:
42
41
  ## Directory containing ephemeral boot images, etc.
43
42
  #   images_directory: /var/lib/maas/ephemeral
 
43
  ## CPU architectures for which boot images should be downloaded from the
 
44
  ## server, e.g. ['i386/generic', 'amd64/generic'].  MAAS needs these images
 
45
  ## in order to boot nodes up.
 
46
  ##
 
47
  ## Leave this option out to download images for all architectures.
 
48
  #
 
49
  # architectures:
 
50
 
 
51
  ## Settings for ephemeral boot images.  These images are used when
 
52
  ## commissioning nodes, and during fast-path installation.
 
53
  #
 
54
  ephemeral:
 
55
 
 
56
    ## Directory where ephemeral boot images and related state should be
 
57
    ## stored.
 
58
    #
 
59
    #   images_directory: /var/lib/maas/ephemeral
 
60
    images_directory: /var/lib/maas/ephemeral
 
61
 
 
62
    ## Releases for which ephemeral images should be downloaded.
 
63
    ## These images are quite large (about a quarter GB each), so you may want
 
64
    ## to restrict these separately even if you do want the regular install
 
65
    ## images for all releases.  Leave this out to download all currently
 
66
    ## supported releases.
 
67
    #
 
68
    # releases: