summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix manpage typoMichael DeHaan2008-06-061-1/+1
|
* Make manpage reference correct settings file path for 1.0, which is ↵Michael DeHaan2008-05-301-7/+7
| | | | /etc/cobbler, not /var/lib/cobbler
* doc itemMichael DeHaan2008-05-271-1/+1
|
* doc itemMichael DeHaan2008-05-271-1/+1
|
* doc itemMichael DeHaan2008-05-271-1/+1
|
* Checked in architecture diagram source, run "make graphviz" to build it.Michael DeHaan2008-05-151-0/+118
|
* Patch for replicate error handling + docsMichael DeHaan2008-05-121-0/+8
|
* Apply patch to rework bind zone handling.Michael DeHaan2008-05-091-1/+1
|
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-1/+5
| | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
* Apply jeckersb's patch to allow per-zone templatesMichael DeHaan2008-05-051-1/+1
|
* Changelog and doc cleanup (note: manpages reference future behavior WRT ↵Michael DeHaan2008-05-021-21/+19
| | | | dns/dhcp behavior, to be implemented soon).
* Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-021-2/+12
|
* (A) The Python-yaml open source code that we had been using apparently ↵Michael DeHaan2008-04-171-0/+78
| | | | | | didn't have copyright headers (not sure why, we absolutely positively want them there) so I'm adding them now. Similarly, I have included a copy of the license of the library in the docs directory. (B) This checkin also includes some work on the status command.
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-5/+7
| | | | best practices in naming.
* 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.