summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* Rsync mirrors shouldn't use SSH.Michael DeHaan2006-12-204-13/+9
|
* Fix problem where settings of xen_ variables if not present clobber virt_ ↵Michael DeHaan2006-12-201-9/+2
| | | | variables (backwards compatibility code problem).
* (1) Fixing apparent path creation problem, which might not be a problem.mdehaan@mdehaan.rdu.redhat.com2006-12-181-0/+1
| | | | | (2) Undocumenting dryrun, since it doesn't really need to exist as the output data isn't that useful as it doesn't offer full coverage (that, and it's unmaintained). The orphan scrub operation ("cobbler clobber"?) may get some of this functionality.
* Typo.mdehaan@mdehaan.rdu.redhat.com2006-12-181-2/+2
|
* Ensure repo type is converted to a list if not already a list.Michael DeHaan2006-12-181-2/+6
|
* Fix bug in import pathsMichael DeHaan2006-12-181-1/+1
|
* Lots of needed doc updates on the repo management hooks.mdehaan@mdehaan.rdu.redhat.com2006-12-153-16/+1
| | | | | | Accidentally clobbered some of the /usr/bin/reposync using code in "cobbler reposync", so it's back to just rsync for now. Will keep it this way (because it's much simpler) unless there are a decent amount of requests.
* Add some rudimentary ability for "cobbler import" to get kickstart trees ↵Michael DeHaan2006-12-141-17/+26
| | | | | | | | from http. This uses wget right now, and is rather lame. Wget gets confused and can easily end up mirroring all of the mirror, and with --no-parent on, usually mirrors hardly anything. Repo mirroring, should we also support http, will not do it this way.
* Remaining parts of integrating yum.repos.d file configuration with repo ↵Michael DeHaan2006-12-132-3/+20
| | | | mirroring.
* Adding createrepo calls to "cobbler reposync" ... working on auto-generating ↵Michael DeHaan2006-12-134-13/+60
| | | | | | yum configs and allowing them to be installable for mirrored repos.
* Fix update script, though replacing the update script with reposync (and ↵Michael DeHaan2006-12-131-2/+4
| | | | | | generalized code) seems to be the best route.
* Several changes related to cobbler import.mdehaan@mdehaan.rdu.redhat.com2006-12-131-10/+31
| | | | | | | | First, fixed an import bug in orphan detection. Other features are related to running createrepo after a partial rsync to create nicer repos, and shipping a more strict rsync.excludes file by default. Note that the createrepo change still needs to be applied to the "cobbler reposync" command, which works outside of import.
* Fix print code.Michael DeHaan2006-12-121-1/+1
|
* Fix mirror URLMichael DeHaan2006-12-121-1/+1
|
* Preliminary support for repo mirroring.Michael DeHaan2006-12-1210-15/+382
|
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-051-1/+1
|
* Cobbler import should skip ISO's (they are not useful in a kickstart tree) andMichael DeHaan2006-12-041-1/+1
| | | | PPC code (not supported, for now anyway) to save space.
* Minor fix to /tftpboot codeMichael DeHaan2006-11-141-4/+6
|
* During "cobbler sync" only delete certain directories in /tftpboot to ↵Michael DeHaan2006-11-141-8/+11
| | | | | | preserve /tftpboot for other potential uses.
* Slight tweak to dlutter's upgrade to the default pxe behavior -- use the ↵Michael DeHaan2006-10-301-2/+8
| | | | default.pxe file unless a system has been provided named default -- so this allows "local boot" as the default behavior but allows setting boot-to-profile as a global policy if someone wants to do that.
* Add support for default PXE boots via /etc/cobbler/default.pxe; wrapDavid Lutterkort2006-10-272-3/+22
| | | | | service reloads/restarts so they don't happen in dryrun mode; allow '-n' as an alias for '--dryrun' when syncing.
* Add support for restricting the listing to systems/profiles/distrosDavid Lutterkort2006-10-271-2/+16
|
* Merge 247:06e34f3b1f36David Lutterkort2006-10-262-3/+3
|
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-257-128/+129
|
* Merge latestDavid Lutterkort2006-10-237-131/+130
|\
| * Enable --pxe-address command line optionDavid Lutterkort2006-10-191-0/+1
| |
* | Remove the vga line from the default kernel params, add "text". No reason ↵Michael DeHaan2006-10-261-1/+1
| | | | | | | | to encounter video issues during install if we don't have to...
* | Fix per-system templating work for PXE (reported by Tim Foreman).Michael DeHaan2006-10-251-2/+2
| |
* | Fix bug with kickstart templating (found by Tim Foreman)Michael DeHaan2006-10-251-1/+2
| |
* | Change "Xen" to "virt" to make it more generic.mdehaan@mdehaan.rdu.redhat.com2006-10-256-88/+85
| |
* | Add "virt" aliases to xen commands.mdehaan@mdehaan.rdu.redhat.com2006-10-251-1/+13
| |
* | Add "virt" aliases for commands.Michael DeHaan2006-10-251-2/+3
| |
* | Allow default kickstart to be modified by the user (say they wanted to useMichael DeHaan2006-10-242-19/+28
| | | | | | | | a http url that responded to the source IP, an existing NFS file, ex)
* | Cobbler now assigns a default.ks file (which is by default blank) toMichael DeHaan2006-10-241-1/+1
| | | | | | | | | | | | | | | | all profiles created without a kickstart file. This allows kickstarts to be auto-assigned during import if the kickstart guessing code fails, and usually an admin can (if desired) create a good default kickstart. To avoid making the wrong decisions about hard drives, the default.ks file is originally blank.
* | Reload httpd during syncMichael DeHaan2006-10-241-0/+1
| |
* | Import now creates the directory it needs if it's not there, misc fixMichael DeHaan2006-10-241-2/+2
| | | | | | | | to rsync import code.
* | Support ssh:// as well as rsync:// for rsync importMichael DeHaan2006-10-241-3/+4
| |
* | Removing some output from sync, still more to go, will do that later.Michael DeHaan2006-10-231-28/+7
| |
* | Fix bug where koan_path can be blank or a directory.Michael DeHaan2006-10-231-1/+1
| |
* | Restriction code wrong. pxe-address is an IP or a hostname, not an IP or a MAC.Michael DeHaan2006-10-231-2/+0
| |
* | bugfix: --pxe-address wasn't surfaced in the CLIMichael DeHaan2006-10-231-5/+6
|/
* bugfix to revert a previous change -- paths DO need to have "/"'s in them, ↵Michael DeHaan2006-10-181-5/+4
| | | | because slashes cause obvious problems.
* Trailing whitespace.Michael DeHaan2006-10-182-2/+2
|
* Added some directory pruning to the "import --path" command. import is nowMichael DeHaan2006-10-181-22/+39
| | | | roughly 3x faster over NFS.
* Serialize changes during imports, since NFS traversal is very slow.Michael DeHaan2006-10-182-5/+5
|
* Fixes to reboot code, upgrades to enchant, ready for release of RHEL4 ↵Michael DeHaan2006-10-171-1/+1
| | | | compatible version.
* Steps to remove pexpectMichael DeHaan2006-10-171-21/+27
|
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-174-54/+57
|
* Fixed output messageMichael DeHaan2006-10-171-2/+0
|
* Bumping rev for no-Cheetah build.Michael DeHaan2006-10-171-1/+1
|