summaryrefslogtreecommitdiffstats
path: root/cobbler/action_enchant.py
Commit message (Collapse)AuthorAgeFilesLines
* removed deprecated enchant function/module (just use SSH!), config file cleanup.root2007-09-051-112/+0
|
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-2/+2
| | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
* String update.Michael DeHaan2007-05-301-1/+1
|
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-8/+8
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+2
|
* Remove xen package install, it should already be there. (libvirt-python ↵mdehaan@mdehaan.rdu.redhat.com2006-12-221-3/+4
| | | | | | should be too, but we're playing it safe).
* Allow "cobbler enchant" commands to also remotely install Xen on systems in ↵Michael DeHaan2006-12-221-6/+21
| | | | | | | the same way the command already supported destructive re-provisioning. Syntax is "cobbler enchant --address=foo --profile=foo --virt=yes" or "--system=foo" can replace "--profile" if you want to set the Xen mac address and so forth.
* Hack to deal with not caching SSH known hosts values.mdehaan@mdehaan.rdu.redhat.com2006-12-201-1/+15
|
* Disable strict host key checking for enchant/transmogrify.Michael DeHaan2006-12-201-1/+1
|
* Fix bug where koan_path can be blank or a directory.Michael DeHaan2006-10-231-1/+1
|
* Trailing whitespace.Michael DeHaan2006-10-181-1/+1
|
* Fixes to reboot code, upgrades to enchant, ready for release of RHEL4 ↵Michael DeHaan2006-10-171-1/+1
| | | | compatible version.
* Steps to remove pexpectMichael DeHaan2006-10-171-21/+27
|
* Working on removing the dependancy on pexpectMichael DeHaan2006-10-171-20/+16
|
* Clarify one warning message and one comment about depsMichael DeHaan2006-10-171-2/+2
|
* Pychecker.Michael DeHaan2006-10-161-1/+1
|
* Trailing whitespace.Michael DeHaan2006-10-161-1/+1
|
* Initial code behind an import feature for directory trees, i.e. to transform ↵Michael DeHaan2006-10-121-1/+3
| | | | | | something like /mnt/redhat (containing a lot of OS builds with trees) into distributions and profiles directly.
* Development error temporarily removed enchant from the CLI accessible ↵Michael DeHaan2006-10-121-5/+9
| | | | options. Putting it back and making it a part of the system subcommands to make it more consistant (parsing is better too this way).
* updated TODOMichael DeHaan2006-10-111-1/+3
|
* (1) initial work on a command to import build trees into cobbler inMichael DeHaan2006-10-111-1/+0
| | | | | a really fast, automated way (2) bundling 2.4's subprocess as sub_process (it's supposed to work) since subprocess isn't available on 2.3 and we want to support lots of 2.3 machines
* Cobbler should reboot the system after enchanting it.Michael DeHaan2006-10-101-0/+4
|
* Added some extra error checking to enchant.Michael DeHaan2006-09-291-1/+5
|
* Commiting the (working) enchant feature and associated changes to enableMichael DeHaan2006-09-291-10/+6
| | | | | it. Some error handling is needed but it's functional. See NEWS and manpage for documentation on enchant.
* - Interim checkin while working on "enchant" featureMichael DeHaan2006-09-281-0/+67
- Fixed changelogs to include user/email