summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
* need to sort before first iteration of _compactHEADnetworkJohn Eckersberg2009-03-131-2/+6
|
* store used_addresses as a dict, makes things way more simple and efficient tooJohn Eckersberg2009-03-131-24/+21
|
* Leaving a network now worksJohn Eckersberg2009-03-132-9/+40
|
* add docstrings to Network methodsJohn Eckersberg2009-03-131-2/+31
|
* system report now reports IP from network objectJohn Eckersberg2009-03-132-10/+21
|
* fix serializationJohn Eckersberg2009-03-131-8/+19
|
* Adding a system to a network actually kinda works at this pointJohn Eckersberg2009-03-132-14/+39
|
* good stopping pointJohn Eckersberg2009-03-133-69/+70
|
* works...John Eckersberg2009-03-134-10/+16
|
* namespace fixJohn Eckersberg2009-03-131-1/+1
|
* broken state!John Eckersberg2009-03-134-8/+75
|
* Fill out all the hooks for network operations in new-world APIJohn Eckersberg2009-03-131-1/+26
|
* remove debugging loopJohn Eckersberg2009-03-131-2/+0
|
* committing and pushing cause paul told us to go home and stop hacking :)John Eckersberg2009-03-132-12/+52
|
* Whole bunch of network work, good time to throw a commit out.John Eckersberg2009-03-139-12/+286
| | | | | At this point I can manipulate network objects via the CLI. Nothing intelligent is going on under the hood yet.
* Initial fleshing out of network objectJohn Eckersberg2009-03-131-0/+145
|
* Update the ctime field when copying objects.Michael DeHaan2009-03-131-0/+1
|
* Merge commit 'jamesc/ris-devel' into develMichael DeHaan2009-03-124-166/+30
|\
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into ris-develJames Cammarata2009-03-103-22/+27
| |\
| * | Removed check for tftpd rules file existance.James Cammarata2009-03-093-16/+24
| | | | | | | | | | | | | | | | | | | | | Added settings to allow for management of the ris-linux daemon. Added restart of ris-linuxd to the post trigger. Changed default location of tftpd_rules to /var/lib/cobbler/cobbler-tftpd.rules Corrected comment in tftpd-rules.template (removed reference to winos, everything gets capitalized for simplicity)
| * | Corrections to use self.bootloc instead of the hardcoded path for tftpJames Cammarata2009-03-091-150/+6
| | | | | | | | | | | | Also removed duplicated functions for windows file generation
* | | Updates to SCM tracker.Michael DeHaan2009-03-112-0/+64
| | |
* | | Add in a mechanism for a generic "on change" trigger, that is called on all ↵Michael DeHaan2009-03-117-1/+15
| | | | | | | | | | | | adds/edits/removes and syncs. To be used later by our SCM integration feature, among other things.
* | | Surface hardlink command remotely.Michael DeHaan2009-03-111-0/+11
| | |
* | | A very simple "cobbler hardlink" command to optimize space in /var/www/cobblerMichael DeHaan2009-03-113-1/+77
| |/ |/|
* | Upgrade webui search forms for all object types, filling in the default ↵Michael DeHaan2009-03-091-14/+22
| | | | | | | | options, and extending the search so 5 fields can be searched (AND critieria) at once.
* | Some minor string changes for the check code.Michael DeHaan2009-03-091-3/+3
| |
* | Merge commit 'jamesc/ris-devel' into develMichael DeHaan2009-03-092-0/+86
|\|
| * Added cobbler check items for the following:James Cammarata2009-03-081-0/+41
| | | | | | | | | | | | | | | | - cabextract - samba server installed and running - correct samba share setup - correct tftp config (using rules, etc) - ris-linux installed and running
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into ris-develJames Cammarata2009-03-0767-2870/+2694
| |\ | | | | | | | | | | | | | | | Conflicts: cobbler/utils.py
| * | Added functionsJames Cammarata2009-02-051-0/+45
| | |
* | | Fix xmlrpc cleanup codeBill Peck2009-03-091-3/+0
| | |
* | | Add default values for the redhatmanagement serverRob Lazzurs2009-03-091-3/+3
| |/ |/|
* | Fix settings transmission over XMLRPCBill Peck2009-03-061-4/+2
| |
* | Merge commit 'jlaska/devel' into develMichael DeHaan2009-03-061-1/+1
|\ \
| * | Only write pxe targets for x86-based distrosJames Laska2009-03-061-1/+1
| | |
* | | Merge commit 'lazzurs/lazzurs-devel' into develMichael DeHaan2009-03-061-1/+1
|\ \ \ | |/ / |/| |
| * | Change check from rsai to the correct name of rsaRob Lazzurs2009-03-061-1/+1
| | |
* | | Merge commit 'lazzurs/lazzurs-devel' into develMichael DeHaan2009-03-0610-311/+358
|\| |
| * | Add check for yum-utils version if -l flag is defined for yumreposyncRob Lazzurs2009-03-061-0/+5
| | |
| * | Adding option to define a Spacewalk management server at the ↵Rob Lazzurs2009-03-069-311/+353
| | | | | | | | | | | | distro/profile/system level
* | | Make CLI repo find command search proper object typesMichael DeHaan2009-03-061-1/+1
| | |
* | | Package a snippet, and some paranoid checks to make sure XMLRPC doesn't send ↵Michael DeHaan2009-03-061-12/+4
| | | | | | | | | | | | a none.
* | | XMLRPC hack, add missing snippetMichael DeHaan2009-03-061-1/+13
|/ /
* | Add search to the webapp. Currently all areas are implemented on the ↵Michael DeHaan2009-03-053-6/+133
| | | | | | | | backend though we need to tweak out the search forms to allow searching on simulatenous fields and prepopulate the options with fields folks will want to search against.
* | Add XMLRPC functions for object search, just like the Python API has.Michael DeHaan2009-03-051-0/+36
| |
* | Remove a stray old-YAML-library referenceMichael DeHaan2009-03-051-1/+1
| |
* | Some changes to cobbler registrationMichael DeHaan2009-03-041-34/+65
| |
* | Add registration snippet to cobbler. (XMLRPC backend code for this still ↵Michael DeHaan2009-03-041-162/+0
| | | | | | | | pending)
* | Add zPXE support for 'local' boot target.James Laska2009-03-031-2/+4
| |