blob: af459b804224702ac9871606a49bcb6b7ce1d70e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
Koan CHANGELOG
* Fri Mar 23 2007 Michael DeHaan <mdehaan@redhat.com> - 0.2.8-1
- Remove redundant code for --virt-name handling.
* Wed Mar 14 2007 Michael DeHaan <mdehaan@redhat.com> - 0.2.7-1
- Use virtinst for installing Xen
* Thu Jan 24 2007 Michael DeHaan <mdehaan@redhat.com> - 0.2.6-1
- koan --list commands now sort output
- Added warning text when koan fails to import virtualization modules
* Fri Dec 08 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.5-1
- Now probes bootloader to determine what bootloader to edit, rather
than using the first installed package.
* Wed Oct 25 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.4-1
- To be more generic, koan uses --virt instead of --xen now. --xen
will continue to work for some time. Cobbler has updated it's YAML
to correspond with the Xen->Virt renaming, and koan will be backward
compatible. So, basically, users shouldn't be affected all that much.
* Tue Oct 24 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.3-1
- bugfixes related to missing kickstart and MAC info if not filled in
by the profile/system definition.
* Wed Oct 11 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.2-1
- Bundled subprocess to allow it's use under python 2.3 (RHEL4, etc)
- Hack to koan's main app to allow enchant to tolerate more distros
* Mon Oct 09 2006 Michael DeHaan <mdehaan@redhat.com> - 0.2.1-1
- Added --list-profiles and --list-systems option to show available
setups defined on the provisioning server. See manpage.
* Wed Sep 20 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-7
- When provisioning Xen, if --system is a MAC address, use that
as the Xen MAC address.
- Fixes to command line argument conflict resolution
- A few fixes (mainly along error paths)
* Thu Jul 20 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-4
- Fixed python import paths in yaml code, which errantly assumed yaml was installed as a module.
* Fri Jul 12 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.1-3
- allow installing with per-system cobbler data in addition to per-profile
* Wed Jun 28 2006 Michael DeHaan <mdehaan@redhat.com> - 0.1.0-1
- genesis
|