You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the investigation of the Item inheritance schema an important thing discovered:
boot_files and template_files have the same functionality. As the second one is a superset of the first one, I would like to have the first one removed.
I have double checked double-checked this in the following places:
Cobbler
Koan
Terraform Provider
As these are the only places where this could be used in the past, I wish to remove the in the title-mentioned attribute without replacement.
To enable people to work with the old schemas, the CLI should retain functionality for both old and new schemas. A migration of the v2 to v3 schema (because the change is breaking) is desired.
Edit: Remove second attribute as it is not present in the JSON schema.
The text was updated successfully, but these errors were encountered:
This request is related to cobbler/cobbler#3439.
During the investigation of the Item inheritance schema an important thing discovered:
boot_files
andtemplate_files
have the same functionality. As the second one is a superset of the first one, I would like to have the first one removed.I have double checked double-checked this in the following places:
As these are the only places where this could be used in the past, I wish to remove the in the title-mentioned attribute without replacement.
To enable people to work with the old schemas, the CLI should retain functionality for both old and new schemas. A migration of the v2 to v3 schema (because the change is breaking) is desired.
Edit: Remove second attribute as it is not present in the JSON schema.
The text was updated successfully, but these errors were encountered: