summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finish removing mac from new install trackingMichael DeHaan2008-04-184-16/+50
|
* kssendmac does not make this information available at the time of this wgetMichael DeHaan2008-04-184-19/+11
|
* Fix install trigger back since the modifications also were not pulling in ↵Michael DeHaan2008-04-171-2/+2
| | | | the MAC in F9.
* (A) The Python-yaml open source code that we had been using apparently ↵Michael DeHaan2008-04-1714-40/+198
| | | | | | 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.
* This is the new status engine in progress. I still need to do some things ↵Michael DeHaan2008-04-166-194/+119
| | | | | | | | to parse out times and indicate how long installs have been active (so there is an easier way to grep for last installs). Technically this will also provide ways of looking at an install history which is probably something we could add if it was interesting. Lots of options.
* Fix if clauseMichael DeHaan2008-04-161-2/+2
|
* Change settings.Michael DeHaan2008-04-161-1/+1
|
* To make things easier to understand, enable RW-xmlrpc by default, just ↵Michael DeHaan2008-04-165-4/+48
| | | | change the authentication modes to deny_all in the config file (by default)
* Fix manifest.in to add missing file, remove one file no longer used.Michael DeHaan2008-04-152-16/+25
|
* logrotate should not send emails to root when restarting services.Michael DeHaan2008-04-152-2/+3
|
* Add missing fileMichael DeHaan2008-04-151-0/+55
|
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-1515-49/+142
| | | | more flexible model that (for each system) passes in the following. First arg: the word "system" or "profile", Second arg: the name of the said system or profile, Third: the MAC if available, Fourth: the IP. This is all logged by a default "status" trigger to /var/log/cobbler/install.log, for being read by the soon-to-be-revamped cobbler check. The check system logs all of this in order, followed by the word "start" or "stop", followed by the number of seconds since Epoch.
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-1412-150/+111
|
* F8/9 kickstart format supportMichael DeHaan2008-04-144-9/+12
|
* Now possible to override snippets on a per-profile or per-system basis, as ↵Michael DeHaan2008-04-115-232/+312
| | | | discussed on the mailing list for usage for doing disk/package config, etc
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-119-60/+110
| | | | best practices in naming.
* update changelogMichael DeHaan2008-04-091-0/+1
|
* Add Ronald to AUTHORSMichael DeHaan2008-04-091-0/+1
|
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-0944-77/+69
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* Apply iranzo's memtest patchMichael DeHaan2008-04-092-4/+51
|
* update templates to invoke menu.c32 automatically w/ timeout, skipping the ↵Michael DeHaan2008-04-082-2/+8
| | | | step of having to type "menu" at the PXE prompt, which is occasionally a source of user confusion. We can now also do submenus if we want to, now that menu.c32 is updated.
* Update menu.c32 so timeouts work in the PXE menusMichael DeHaan2008-04-081-0/+0
|
* mergeroot2008-04-082-6/+2
|
* Allow underscores.Michael DeHaan2008-04-082-2/+2
|
* fix changelogMichael DeHaan2008-04-082-1/+2
|
* Merge branch 'master' into develMichael DeHaan2008-04-085-12/+18
|\ | | | | | | | | | | | | Conflicts: cobbler.spec cobbler/webui/master.py
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-085-14/+16
| |
* | Merge.Michael DeHaan2008-04-082-13/+2
| |
* | Merge branch 'master' into develMichael DeHaan2008-04-084-2/+19
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/webui/master.py
| * Checking in changes to make merge possible.Michael DeHaan2008-04-081-2/+2
| |
| * Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-083-2/+7
| |
| * Apply dnsmasq change to masterMichael DeHaan2008-04-042-2/+3
| |
* | Added a "--clobber" option to all add commands that allows the add to ↵Michael DeHaan2008-04-046-3/+30
| | | | | | | | function in an "add or edit" mode. Before in Cobbler, add and edit were largely aliases so this was not needed -- now it is. Using --clobber the object will be created if it does not exist, or it will overwrite the existing one (as "edit" does) when it is there. If --clobber is left off, add will refuse to overwrite an existing object. This is a minor break to scripts that are calling cobbler directly but not those to API users -- scripts /should/ be checking return codes.
* | remove FIXMEs as things have been tested and work WRT the duplication ↵Michael DeHaan2008-04-041-11/+1
| | | | | | | | prevention feature.
* | Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-046-13/+36
| | | | | | | | now that command line/local-API is done.
* | Remove check from this area of the command line.root2008-04-041-4/+0
| |
* | add dnsmasq change to changelogMichael DeHaan2008-04-041-0/+1
| |
* | changelog editsroot2008-04-041-0/+2
| |
* | Working on adding checks for duplicate names/ips/macs to cobblerroot2008-04-048-15/+238
| |
* | Show friendly error message if user does not have sync permissions, also updateMichael DeHaan2008-04-032-10/+22
| | | | | | | | WebUI "docs" page that points to other public docs.
* | Add friendlier messaging to users who do not have permission to createMichael DeHaan2008-04-031-0/+23
| | | | | | | | new objects.
* | If logging in with token and not a new login, grab the username fromMichael DeHaan2008-04-031-0/+1
| | | | | | | | the token for use in filling in form data.
* | Fix default ownership on cobbler owned objects to come from the settingsMichael DeHaan2008-04-039-8/+24
| | | | | | | | | | file (who's default is "admin" through the CLI) ... the webui will prepopulate the field with the name of the logged in user.
* | Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-0211-8/+22
| | | | | | | | objects. Also, ownership field for new objects in the WebUI is prepopulated with the username of the logged in user, to prevent accidental lockouts. All of this is untested at this point -- will be polished up soon.
* | Deletion from the WebUI now has a checkbox for distros/profiles to decideMichael DeHaan2008-04-022-4/+12
| | | | | | | | | | | | whether you want them to delete recursively or not. The default is not, and if you own a parent object you /are/ allowed to delete the children following the ownership model at this point in time.
* | Some fixes to the ownership module.Michael DeHaan2008-04-024-8/+10
| |
* | Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-026-10/+44
| | | | | | | | | | | | web content if cleared past the authentication layer. Also make changes to the kickstart editor to indicate to users when they don't have permission to edit kickstarts -- and to show possible causes.
* | Implementated authorization logic around shared kickstart templates.Michael DeHaan2008-04-023-20/+85
| |
* | Apply vlaurenz's LDAP patch to allow non-anonymous bind and other magic ↵Michael DeHaan2008-04-013-14/+32
| | | | | | | | | | | | | | neccessary in some configurations. Wiki has/will be updated to explain usage for those who need it. For those that don't the defaults should be sufficient for the new parameters.
* | Move the authentication error messages in the WebUI to a common template ↵Michael DeHaan2008-04-016-26/+40
| | | | | | | | | | | | file so they can be reused, in those messages, explain who is in the access control list. Also make the system "remove" buttons for NICs change to "hide" buttons in non-editable modes.