summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Have to run --bootloader-probe as a seperate command to determine what ↵Michael DeHaan2006-12-074-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | loader to modify.
| * | | | | Detect correct bootloader to modify (thanks: pjones@redhat.com)Michael DeHaan2006-12-071-1/+3
| | | | | |
| * | | | | Add html manpage targetMichael DeHaan2006-11-141-0/+1
| | | | | |
| * | | | | Updated TODOMichael DeHaan2006-11-061-0/+1
| | | | | |
| * | | | | Updated TODOMichael DeHaan2006-11-061-0/+2
| | | | | |
| * | | | | Make koan more tolerant of invalid data in cobbler profile info.Michael DeHaan2006-10-251-4/+4
| | | | | |
| * | | | | Pychecker + load koan variables in a more backward compatible way.Michael DeHaan2006-10-252-26/+38
| | | | | |
| * | | | | Change from Xen to Virt in some places to make things more generic.Michael DeHaan2006-10-256-5/+19
| | | | | |
| * | | | | Change "Xen" to "Virt" to make things more generic.mdehaan@mdehaan.rdu.redhat.com2006-10-254-66/+71
| | | | | |
| * | | | | Preparing for releaseMichael DeHaan2006-10-242-2/+2
| | | | | |
| * | | | | mergingMichael DeHaan2006-10-242-6/+2
| |\ \ \ \ \
| | * | | | | Bugfixes related to not having certain elements filled out in the cobblermdehaan@mdehaan.rdu.redhat.com2006-10-243-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | profile. Backing out interactive change as xm console is currently needed to know when the install is "finished"...
| * | | | | | Backing out non-interactive changes as they are needed to wait for the xen ↵Michael DeHaan2006-10-242-13/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | install to finish (will come up with something better?). Also fixing a few bugs related to potentially null fields.
| * | | | | Make koan work when no kickstart is setMichael DeHaan2006-10-232-1/+6
| | | | | |
| * | | | | Bumping revisions for later release (no plan on that yet).Michael DeHaan2006-10-233-3/+11
| | | | | |
| * | | | | Don't spawn xm console by default (needs testing).Michael DeHaan2006-10-233-8/+16
| | | | | |
| * | | | | TODO updateMichael DeHaan2006-10-231-0/+2
| | | | | |
| * | | | | Updated sys.path comment to make it make better sense.Michael DeHaan2006-10-181-2/+8
| | | | | |
| * | | | | Minor fixes to spec file, updated URLs, bumping rev for future releaseMichael DeHaan2006-10-183-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | though not planning to release.
| * | | | | Updated TODOMichael DeHaan2006-10-172-4/+5
| | | | | |
| * | | | | Change koan to use urllib2 less cleverly, since urlgrabber isn't available ↵Michael DeHaan2006-10-111-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | on RHEL4.
| * | | | | Remove extra newline in "list" commands and add a hack to allow koan to be ↵Michael DeHaan2006-10-112-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | installed (and work) in places where the python version may not be the same as the rpm. This is only relevant for the "cobbler enchant" command in the cobbler package -- ordinarily one would hope that the koan RPM was correctly compiled for the architecture in question.
| * | | | | Somewhat ugly hack to allow the "cobbler enchant" feature to forcibly ↵Michael DeHaan2006-10-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | install koan on systems that only have python2.3 for the purpose of replacing their operating system. Since it's the last command the system will ever see, it's remotely tolerable :)
| * | | | | Preparing for new release buildMichael DeHaan2006-10-113-2/+8
| | | | | |
| * | | | | Bundle subprocess to play nice with python 2.3Michael DeHaan2006-10-111-1/+0
| | | | | |
| * | | | | Bundle subprocess to make koan play nice with python 2.3Michael DeHaan2006-10-112-3/+1152
| | | | | |
| * | | | | Add koan --list-profiles and --list-systems feature which allowsMichael DeHaan2006-10-095-27/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the user to see what they can provision from koan. Bumped the release info, updated manpage, CHANGELOG, etc. Releasing soon.
| * | | | | URL updateMichael DeHaan2006-09-291-2/+2
| | | | | |
| * | | | | #fedora-extras wanted names in the changelog.Michael DeHaan2006-09-281-8/+8
| | | | | |
| * | | | | Building build revision to match FC-E fixMichael DeHaan2006-09-281-1/+6
| | | | | |
| * | | | | Added %doc files yesterday but didn't add %doc to RPM, fix typo,Michael DeHaan2006-09-213-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | remove INSTALLED_FILES bits
| * | | | | Changed TODOMichael DeHaan2006-09-201-0/+2
| | | | | |
| * | | | | Fix changelogMichael DeHaan2006-09-201-1/+1
| | | | | |
| * | | | | Fix to MAC detection/usage codeMichael DeHaan2006-09-201-2/+2
| | | | | |
| * | | | | Updated TODOMichael DeHaan2006-09-201-0/+2
| | | | | |
| * | | | | Rearrange RPM, add documentation filesMichael DeHaan2006-09-206-4/+44
| | | | | |
| * | | | | add CHANGELOGMichael DeHaan2006-09-202-3/+6
| | | | | |
| * | | | | When --xen is specified, use the system name (if MAC address) as the Xen MAC ↵Michael DeHaan2006-09-192-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | address.
| * | | | | RPM fixes per FC packaging instructionsMichael DeHaan2006-09-153-7/+355
| | | | | |
| * | | | | Allow koan to "do the right thing" when a per-system kickstart cannotMichael DeHaan2006-07-211-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be downloaded but a system is specified. Also enable downloading the default PXE profile, even though 'default' isn't a system name.
| * | | | | Apply yaml fixes from cobbler to koanMichael DeHaan2006-07-204-6/+10
| | | | | |
| * | | | | Fix setup.pyMichael DeHaan2006-07-131-1/+1
| | | | | |
| * | | | | Allowing koan to (optionally) fetch system-specific profiles, whichMichael DeHaan2006-07-137-37/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enables the templating features to work for auto-ks in the same way that they already work for PXE.
| * | | | | Add yaml directory to setup.pyMichael DeHaan2006-07-111-1/+1
| | | | | |
| * | | | | Fix URL.Michael DeHaan2006-07-101-1/+1
| | | | | |
| * | | | | Updates for Fedora ExtrasMichael DeHaan2006-07-101-9/+10
| | | | | |
| * | | | | Fix dist fieldMichael DeHaan2006-06-281-1/+2
| | | | | |
| * | | | | Fix rpmlint errorsMichael DeHaan2006-06-283-7/+8
| | | | | |
| * | | | | Merging with ... somethingMichael DeHaan2006-06-2814-4/+1726
| |\ \ \ \ \
| | * | | | | Move to Howell-Evans YAML parserMichael DeHaan2006-06-2813-3/+1725
| | | | | | |