summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Show friendly error message if user does not have sync permissions, also updateMichael DeHaan2008-04-031-10/+15
| | | | WebUI "docs" page that points to other public docs.
* Add a --owner to all the objects, plus associated API calls and backend ↵Michael DeHaan2008-03-261-0/+4
| | | | | | | | stuff, for use with the (pending real soon now) authz_ownership module. Also updated docs. Incidentally, self.settings.tftpboot is now utils.tftpboot_location() -- which is required because tftpboot moves around. Previously this was masked to still look like a settings variable but I decided to remove the hack. All code using that location has been updated appropriately.
* Fix WebUI documentation URLMichael DeHaan2008-03-101-2/+2
|
* Doc fixMichael DeHaan2008-02-251-3/+2
|
* Manpage updatesMichael DeHaan2008-02-191-2/+0
|
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-1/+3
|
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-11/+4
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-0/+2
|
* Fix Manpage indent.Michael DeHaan2007-12-191-2/+2
|
* Manpage typoMichael DeHaan2007-12-191-1/+1
|
* Revise webui docs on manpage.Michael DeHaan2007-12-051-18/+2
|
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵Michael DeHaan2007-11-291-1/+5
| | | | default to 99, not 200.
* 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
|