summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Sort interfaces to preserve order.Michael DeHaan2007-11-302-2/+11
| | | | | |
| * | | | | Because the install is unlikely to be as desired if the kernel args are ↵Michael DeHaan2007-11-292-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | truncated, fail the install before attempting something where the kernel command line exceeds 255 chars (which is something we already warn about in cobbler, but --autonet adds some more things that aren't in cobbler).
| * | | | | Don't require newer libvirt.Michael DeHaan2007-11-292-1/+7
| | | | | |
| * | | | | Applying Al's autonet patch.Michael DeHaan2007-11-292-3/+261
| | | | | |
| * | | | | Changelog update.Michael DeHaan2007-11-291-0/+2
| | | | | |
| * | | | | Permit Xen virtual machines to be constructed without disks (set virt file ↵Michael DeHaan2007-11-293-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | size to 0), but this does not work for qemu/KVM, so show a friendly warning there instead.
| * | | | | Relax kickstart data checking and only enforce when we need the install treeMichael DeHaan2007-11-282-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | information.
| * | | | | Add Xen (fullvirt) PXE support for F8 and later.Michael DeHaan2007-11-283-19/+33
| | | | | |
| * | | | | Release bump.Michael DeHaan2007-11-273-3/+9
| | | | | |
| * | | | | Reinstate --nogfx option (previously --virt-graphics for enabling) to allow ↵Michael DeHaan2007-11-274-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | Xen creation without VNC for better use in batch context.
| * | | | | Disable logging setup error message when it's just noise.Michael DeHaan2007-11-152-2/+3
| | | | | |
| * | | | | Fixing RPM versionMichael DeHaan2007-11-152-2/+2
| | | | | |
| * | | | | Incremental release to make RHEL3 --replace-self compatible again.Michael DeHaan2007-11-154-5/+9
| | | | | |
| * | | | | Packaging textwrap in koan package because it's not available in RHEL3 and ↵Michael DeHaan2007-11-152-1/+355
| | | | | | | | | | | | | | | | | | | | | | | | we want to run there.
| * | | | | Release bump.Michael DeHaan2007-11-083-4/+14
| | | | | |
| * | | | | reverting last commit, it was wrong.Michael DeHaan2007-11-062-2/+2
| | | | | |
| * | | | | Make koan use the default virt_bridge setting if not specified in the interfacesMichael DeHaan2007-11-062-2/+2
| | | | | |
| * | | | | Add checks in livecd builder script to ensure required tools are present.Michael DeHaan2007-11-061-7/+13
| | | | | |
| * | | | | Fix autodetect_systems patch so that it works with the new way of storing ↵Michael DeHaan2007-10-231-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | MAC addresses.
| * | | | | fix to mapper names.Michael DeHaan2007-10-161-1/+1
| | | | | |
| * | | | | Changing version checking constantMichael DeHaan2007-10-151-1/+1
| | | | | |
| * | | | | Changelog updateMichael DeHaan2007-10-101-0/+1
| | | | | |
| * | | | | --virt-cpus from cobbler is now honored.Michael DeHaan2007-10-103-17/+6
| | | | | |
| * | | | | When the kickstart file cannot be downloaded, give an appropriate error ↵Michael DeHaan2007-10-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | message that explains what the user can do to fix it.
| * | | | | Working on koan changes to make --virt-bridge come entirely from cobbler, ↵Michael DeHaan2007-10-104-103/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which means adding it as a field in the profiles. Removed autodetection code, as well as --virt-graphics, which most people should want anyway.
| * | | | | When creating a virtual system, fix the name that it prints out that it ↵Michael DeHaan2007-10-103-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uses. Also, if no name is available, use a readable version of the time, rather than an int version or the MAC (which is no longer valid because we have more than one, potentially).
| * | | | | Multiple NIC provisioning (for systems) now tested with KVM and works. More ↵Michael DeHaan2007-10-092-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | testing (KVM and Xen alike, and various combinations of options) still need to be tested.
| * | | | | Preliminary work on making koan understand multiple NICs. This is not yet ↵Michael DeHaan2007-10-096-70/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | complete or tested, some parameters and autodetection may not work correctly.
| * | | | | Fix regex to tolerate a space versus an equal sign in the url line of a ↵Michael DeHaan2007-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | kickstart.
| * | | | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/koanMichael DeHaan2007-09-072-0/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/koanroot2007-09-062-20/+2
| | |\ \ \ \ \
| | * | | | | | Fix virt-size bug in disk calculations.root2007-09-062-0/+3
| | | | | | | |
| * | | | | | | Try connections on port 80 before trying other ports.root2007-09-072-5/+14
| | | | | | | |
| * | | | | | | "bridge" not "bridged" for Xen.Michael DeHaan2007-09-071-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Remove sys.path hackMichael DeHaan2007-09-052-20/+2
| |/ / / / /
| * | | | | Modify koan such that relative path locations will result in disk files of ↵root2007-09-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple names when using multiple disks.
| * | | | | Documentation on --virt-path changesroot2007-09-041-2/+4
| | | | | |
| * | | | | Make multiple VM disks work with volume groups.root2007-09-041-2/+4
| | | | | |
| * | | | | release stuffroot2007-09-042-3/+6
| | | | | |
| * | | | | changelogroot2007-09-041-0/+5
| | | | | |
| * | | | | Lots of koan cleanup, plus the ability to specify multiple virt install ↵root2007-09-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | locations and file sizes.
| * | | | | Allow multiple disks as options to --virt-path and also allow multiple file ↵root2007-09-043-90/+146
| | | | | | | | | | | | | | | | | | | | | | | | sizes.
| * | | | | Not using news file anymore.Michael DeHaan2007-08-304-6/+5
| | | | | |
| * | | | | Removing spurious warning message and also ensuring qemu archMichael DeHaan2007-08-283-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | gets sent down correctly.
| * | | | | Two things: (a) do not allow autodetection of mac with --virt, (b) allow ↵Michael DeHaan2007-08-282-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | "xen" as alias for "xenpv" for --virt-type
| * | | | | Feed cobbler arch parameter down to koan, where it is currently needed only ↵Michael DeHaan2007-08-213-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | for qemu installs.
| * | | | | Avahi optimization.Michael DeHaan2007-08-171-2/+4
| | | | | |
| * | | | | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/koanMichael DeHaan2007-08-171-0/+14
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of ssh://mdehaan@git.fedoraproject.org/git/hosted/koanMichael DeHaan2007-08-154-11/+76
| | |\ \ \ \ \
| | * | | | | | Add srpm build targetMichael DeHaan2007-08-151-0/+14
| | | | | | | |