Project

General

Profile

« Previous | Next » 

Revision 9f802d90

Added by Marek Hulán over 2 years ago

Fixes #33034 - add a description to all provisioning templates

This PR udpates all the templates metadata to provide at least minimal
description that is then stored in the DB and shown in the edit form.

Co-authored-by: Timo Goebel <>
Co-authored-by: Lukas Zapletal <>

View differences:

app/views/unattended/provisioning_templates/PXELinux/pxelinux_default_local_boot.erb
kind: PXELinux
name: PXELinux default local boot
model: ProvisioningTemplate
description: |
The template to render PXELinux bootloader configuration for provisioned hosts,
that still boot from the network.
Hosts are instructed to boot from the first local medium.
Do not associate or change the name.
-%>
<%# Used to boot provisioned hosts, do not associate or change the name. -%>
<% if @host.architecture.to_s.match(/s390x?/i) -%>
# pxelinux
# Reboot dracut image must be manually built and copied over to the TFTP

Also available in: Unified diff