summaryrefslogtreecommitdiffstats
path: root/docs/cobbler.pod
Commit message (Collapse)AuthorAgeFilesLines
* All cobbler objects are now stubbed in as CLI modules, still needs testing. ↵Michael DeHaan2007-11-191-11/+13
| | | | | | Next step is to add the CLI functions that are not object-manipulation based. These will be much shorter.
* Add cgi permissions config to cobbler.confMichael DeHaan2007-11-091-2/+0
|
* Release bump + start new changelogs.Michael DeHaan2007-11-081-0/+2
|
* Fix typo in manpage.Michael DeHaan2007-11-061-1/+1
|
* Removing docs on yum_core_mirror_from_server (off by default), now ↵Michael DeHaan2007-11-021-2/+3
| | | | explaining yum_post_install_mirror (which is on by default, and only slightly different).
* Work on getting the repos to be templated, largely complete, pending more ↵Michael DeHaan2007-11-021-4/+4
| | | | testing.
* Since some versions of yumdownloader don't support --resolve, allow people ↵Michael DeHaan2007-11-011-1/+1
| | | | | | | | | to remove it by moving it to the configuration file. By default, it will be there, but this provides a fix for those running OS's with an old version of yum/yumdownloader. If -resolve is not in settings, --rpmlist on "cobbler repo add" needs to include all dependencies for the packages listed, which could be a rather long list.
* Added a --server-override parameter, which will be used to specify a ↵Michael DeHaan2007-11-011-2/+6
| | | | | | | | | | different server address for when the server may need to provision boxen on different subnets that therefore need different source URLs and so on. This means cobbler will now be able to represent more than one server address for the same cobbler machine. WUI parts and backend changes to utilize this TBA shortly.
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-1/+1
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-4/+15
|
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-1/+5
|
* Fix up manpage.Michael DeHaan2007-10-231-2/+2
|
* Support for setting virt-cpu number in cobbler + tests.Michael DeHaan2007-10-101-1/+5
|
* Manpage cleanup. Add some new fields, update some things that have changed, ↵Michael DeHaan2007-10-101-143/+87
| | | | improve explanations in a few places, and remove some weird line breaks.
* Working on making --virt-bridge a profile setting also, manpage cleanup.Michael DeHaan2007-10-101-11/+18
|
* Remove arch from manpage for repo, as it's not implemented (lost a patch ↵Michael DeHaan2007-10-091-4/+0
| | | | somewhere?).
* In process of making NICs seperate data structures in cobbler, which ↵Michael DeHaan2007-10-081-0/+18
| | | | | | | requires seperate accessors and templating. This is all to allow multiple NICs in koan. Stil needs changes in sync code and possibly other places.
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-1/+5
|
* Update manpage documentation to mention the WebUI, and also external web ↵Michael DeHaan2007-09-191-1/+21
| | | | documentation resources.
* Kickstart listing is back in the WUI, with a backend method to get the ↵Michael DeHaan2007-09-141-1/+4
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* Added --dhcp-tag for multi-subnet configurationMichael DeHaan2007-09-071-0/+6
|
* Added new reposync option information to the man page.root2007-09-061-4/+8
|
* changelog + docsroot2007-09-041-0/+4
|
* Added "cobbler repo auto-add" feature which can discover all the reposMichael DeHaan2007-08-311-0/+5
| | | | | the cobbler server has configured in yum and set them up to be mirrored automagically.
* Fix typo in manpage.Michael DeHaan2007-08-281-1/+1
|
* Added Avahi docsMichael DeHaan2007-08-171-19/+4
|
* Implement PXE boot loop prevention feature using a CGI script that speaks to ↵Michael DeHaan2007-08-031-0/+10
| | | | | | a special function in cobblerd.
* Fix typos in manpageMichael DeHaan2007-08-031-3/+3
|
* Added feature where a network install location can be given to do cobbler ↵Michael DeHaan2007-08-011-5/+14
| | | | | | imports without mirroring. This is explained in the manpage and online docs.
* Changelog + documentation on the new snippet feature.Michael DeHaan2007-07-271-1/+3
|
* Added kickstart validation code to cobbler + documentation.Michael DeHaan2007-07-261-0/+4
|
* Documentation for new --virt-typeMichael DeHaan2007-07-251-2/+2
|
* Cleanup virt-path docs in cobbler.Michael DeHaan2007-07-161-3/+4
|
* Adding plumbing in cobbler for --virt-path and --virt-type options.Michael DeHaan2007-07-121-2/+12
|
* Add docs on --netboot-enabledMichael DeHaan2007-07-121-3/+6
|
* Experimental support for provisioning Debian.Michael DeHaan2007-06-211-2/+2
|
* Optional override of --kickstart on a per-system basis.Michael DeHaan2007-06-151-0/+14
|
* Perry Myers docs for --arch on "cobbler repo add", + minor tweaksMichael DeHaan2007-06-071-0/+4
|
* Add --createrepo-flags (in "cobbler repo add") to the manpage, also add "-cMichael DeHaan2007-06-071-1/+6
| | | | cache" as a default value.
* Ongoing work on making system --names descriptive, plus manpage andMichael DeHaan2007-05-301-64/+89
| | | | CHANGELOG changes.
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-24/+34
| | | | | Also add --hostname option to "cobbler system add" for dnsmasq DNS control features.
* (no commit message)Michael DeHaan2007-04-231-9/+7
|
* This commit overhauls the main cobbler CLI module and adds support forMichael DeHaan2007-04-201-6/+26
| | | | | | | | | | | | object renaming, copying, and editing -- previously only addition and removal were supported. This frees uses (hopefully) from the need to hack YAML and risk damaging their configurations by rendering the config unparseable. It also makes "cobbler list" print out a simple tree representation that shows the association between objects. This also relaxes the requirements for what constitutes a kernel and initrd filename, just in case they are named something different. They still have to exist.
* Implemented trigger support for tying in with other software.Michael DeHaan2007-04-161-0/+5
|
* Turning off core-repo mirror feature by default, as most enterpriseMichael DeHaan2007-04-161-3/+3
| | | | | | | | deployments may not want this behavior, and it is not ideal with RHN setups. Changed manpage docs appropriately. Also fixing bug where source_repo detection went up one directory to high...
* This commit adds a --rpm-list parameter to "cobbler repo add". --rpm-listMichael DeHaan2007-04-101-0/+12
| | | | | | | | | | | | | | | | | allows for partial mirroring of RPM content from a yum repository using yumdownloader. An example of this would be wanting to have a local mirror of useful tools from FC6 Extras (cobbler and koan, possibly?) while not pulling down content that just takes up time/space (like 3D games). This will work for http:// and ftp:// repositories, but not RHN at this point. Incidentally this feature doesn't resolve dependencies at this point because yumdownloader is currently broken. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232183 So, for now, give all dependencies for --rpm-list and when yumdownloader gets fixed, the "--resolve" argument can be reinserted and this will be a lot more useful.
* Doc cleanup.Michael DeHaan2007-04-051-30/+31
|
* Remove redundant cobbler.pod from repository (official copy nowMichael DeHaan2007-04-041-46/+72
| | | | docs/cobbler.pod) and continue working on import/reposync.
* This is 0.4.5Michael DeHaan2007-03-231-6/+1
|
* This is release 0.4.4. I mean it this time :)Michael DeHaan2007-03-231-21/+15
|