-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Koan-V3.0.1 is not compatible with Cobbler-V3.2.2 #84
Comments
First of all, thank you for your excellent work. |
Hi @wy-z! Thanks for reporting this. Yes, Koan needs some work to work with newer Cobbler versions. |
Hi @nodeg, thank you very much for your reply. Are there any relevant updates planned? |
Your welcome. There is an update planned, of course. But our main focus lies on Cobbler at the moment and we sadly do not have that much developers/contributors helping. You can have a look at the Cobbler roadmap for more information. |
Got it. Thanks again. 🙏 |
This is a major issue. People can't use Cobbler v3.4.0 because it's completely broken. Cobbler v3.2.2 is more or less stable (see my issues and pull requests), but the latest stable koan version v3.0.1 has major issues with Cobbler v3.2.2. I can re-install a system but I have to change the grub config before the reboot. Another thing. Does someone know how I can add ifname=: (e.g. ifname=eth0:00:50:56:81:c3:0c) automatically to the boot options for every system? Do I need to change koan code or do I need to add something to the cobbler distibution? |
@ckotte So never forget that Cobbler 3.4.0 doesn't exist yet. It is the version used for development at the moment. Cobbler 3.2.x might be stable but Cobbler 3.3.x should be too. Other then that you are welcome to fixup Koan as at the moment from the core team no resources are available for Koan. Tagging a new Cobbler 3.2.x is planned but not possible unless @opoplawski takes care of his open PRs. Tagging a new Cobbler 3.3.x is also planned but is dependent on again me taking my free time to write a changelog and tagging it. If you are lucky I will do so tomorrow. If not it will be in the coming weeks. |
@SchoolGuy Do you have more information about the autoinst option missing in the xml output? Was it introduced after Cobbler v3.2.2? |
|
It seems that Koan-V3.0.1 is not compatible with Cobbler-V3.2.2, for example:
autoinst
does not exist inxmlrpc
return (see bellow profile data)ks_meta
has been renamed toautoinstall_meta
kickstart
has been renamed toautoinstall
https://github.com/cobbler/cobbler/blob/d6fa0b14051fcd0cd7c6d562c5d56eeca0422f44/scripts/migrate-data-v2-to-v3.py#L96
Cobbler-V3.2.2 profile data
The text was updated successfully, but these errors were encountered: