~gandelman-a/ubuntu/precise/cobbler/lp900977

« back to all changes in this revision

Viewing changes to config/settings

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2011-06-29 12:07:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110629120723-9sek7uqhw9dpx9w5
Tags: 2.1.0+git20110602-0ubuntu12
* config/settings:
  - default kernel options on install to en_US and priority=critical,
    to prevent interactive remote installs
  - default virt settings to kvm-friendly virbr0 and qemu
  - default power management to ether_wake
  - default preseed to an Ubuntu preseed
  - default to pxe boot just once to prevent boot loops
* debian/cobbler.install, debian/cobbler.links,
  debian/ubuntu-server.preseed:
  - create and install an ubuntu-server.preseeed

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
createrepo_flags: "-c cache -s sha"
62
62
 
63
63
# if no kickstart is specified to profile add, use this template
64
 
default_kickstart: /var/lib/cobbler/kickstarts/default.ks
 
64
default_kickstart: /var/lib/cobbler/kickstarts/ubuntu-server.preseed
65
65
 
66
66
# configure all installed systems to use these nameservers by default
67
67
# unless defined differently in the profile.  For DHCP configurations
88
88
# "virbr0".  This can be overriden on a per-profile
89
89
# basis or at the koan command line though this saves
90
90
# typing to just set it here to the most common option.
91
 
default_virt_bridge: xenbr0
 
91
default_virt_bridge: virbr0
92
92
 
93
93
# use this as the default disk size for virt guests (GB)
94
94
default_virt_file_size: 5
100
100
# is set on the profile/system, what virtualization type
101
101
# should be assumed?  Values: xenpv, xenfv, qemu, vmware
102
102
# (NOTE: this does not change what virt_type is chosen by import)
103
 
default_virt_type: xenpv
 
103
default_virt_type: qemu
104
104
 
105
105
# controls whether cobbler will add each new profile entry to the default
106
106
# PXE boot menu.  This can be over-ridden on a per-profile
133
133
    ksdevice: bootif
134
134
    lang: ' '
135
135
    text: ~
 
136
    locale: en_US
 
137
    priority: critical
136
138
 
137
139
# s390 systems require additional kernel options in addition to the
138
140
# above defaults
213
215
# choices:
214
216
#    bullpap wti apc apc_snmp ether-wake ipmilan
215
217
#    drac ipmitool ilo rsa lpar bladecenter virsh
216
 
power_management_default_type: 'ipmitool'
 
218
power_management_default_type: 'ether_wake'
217
219
 
218
220
# the commands used by the power management module are sourced
219
221
# from what directory?
226
228
# first in it's BIOS order.  Enable this if PXE is first in your BIOS
227
229
# boot order, otherwise leave this disabled.   See the manpage
228
230
# for --netboot-enabled.
229
 
pxe_just_once: 0
 
231
pxe_just_once: 1
230
232
 
231
233
# the templates used for PXE config generation are sourced
232
234
# from what directory?