summaryrefslogtreecommitdiffstats
path: root/cobbler/action_litesync.py
Commit message (Expand)AuthorAgeFilesLines
* Swap dhcp and dns module referencesMichael DeHaan2008-05-061-2/+2
* Various DNS/DHCP work.Michael DeHaan2008-05-021-4/+6
* Add some missing files and do some more work on dns/dhcp refactoringMichael DeHaan2008-05-021-2/+2
* Working on moving DNS/DHCP management to cobbler/modules (uses modules.conf)Michael DeHaan2008-05-021-3/+21
* Abstract out sync code into it's constituent parts, plus some packaging chang...Michael DeHaan2008-04-181-7/+7
* Fix some things found by the tests and also update the testsMichael DeHaan2008-04-181-9/+1
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-12/+1
* Now possible to override snippets on a per-profile or per-system basis, as di...Michael DeHaan2008-04-111-10/+10
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Add a --owner to all the objects, plus associated API calls and backend stuff...Michael DeHaan2008-03-261-3/+5
* Recursive deletes are now possible with --recursive. Web UI still needs to t...Michael DeHaan2008-01-311-0/+11
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-1/+7
* Work on getting the repos to be templated, largely complete, pending more tes...Michael DeHaan2007-11-021-4/+4
* In the process of making all repositories templates so we can apply the value...Michael DeHaan2007-11-021-1/+5
* More work to ensure interfaces remain strings, even though they look a lot li...Michael DeHaan2007-10-091-3/+1
* Storing NICs in a hash for easier access + some refactoring + modifications t...Michael DeHaan2007-10-091-5/+5
* More work on the new multi-NIC code. Largely working at this point, sync hasMichael DeHaan2007-10-081-3/+6
* In process of making NICs seperate data structures in cobbler, which requires...Michael DeHaan2007-10-081-0/+2
* Bugfixing for deleting systems that are not named after MAC addresses.Michael DeHaan2007-08-211-5/+7
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-7/+7
* Use get_config_filename from utilsMichael DeHaan2007-06-221-1/+1
* Add code for generation of object downlinks during config parsing.Michael DeHaan2007-06-121-1/+1
* WIP: Allow system names to be anything, and gather mac address and IP fromMichael DeHaan2007-05-301-2/+4
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-6/+4
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
* Change cobbler code to use /etc/ethers and /var/lib/cobbler/cobbler_hostsMichael DeHaan2007-05-241-0/+2
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the kernel-p...Michael DeHaan2007-03-221-0/+2
* Adding disable_netboot option for cobbler, which can be programatically exerc...Michael DeHaan2007-02-201-3/+14
* Fixes to work with older versions of Cheetah, small fix to system delete code...Michael DeHaan2007-02-191-2/+2
* merge with myselfMichael DeHaan2007-02-091-1/+0
|\
| * Added an optional --breed parameter for "distro add" that supports usage of a...Michael DeHaan2007-02-091-1/+0
* | Account for potential of per-system kickstart metadata variance.Michael DeHaan2007-02-021-1/+3
|/
* Removing a few other glitches related to the nosync code.Michael DeHaan2007-02-021-0/+1
* Work towards implementation of optional integrated "light" sync support, whic...Michael DeHaan2007-02-011-14/+34
* Skeleton code (currently does exactly what it used to do) for cobbler add/rem...Michael DeHaan2007-02-011-7/+7
* Added skeleton file (with notes) of how to do partial sync operationsMichael DeHaan2007-02-011-0/+93