summaryrefslogtreecommitdiffstats
path: root/docs
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
|
* Work on an shelve-based external storage, for performance testing. SqliteMichael DeHaan2007-10-151-1/+1
| | | | is just as likely at this point.
* 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.
* Added some "about" documentation to the WebUI and also placed a copy of the ↵Michael DeHaan2007-09-191-1/+83
| | | | | | current manpage (as built) in the web directory for easy reference.
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-0/+2
| | | | docstring in action_sync.py
* Add sync support to WUIMichael DeHaan2007-09-181-3/+0
|
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ↵Michael DeHaan2007-09-181-3/+1
| | | | | | deletes properly.
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-171-1/+0
|
* Added notes on what's left with the WUIMichael DeHaan2007-09-141-0/+15
|
* 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.