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/provision/atomic_kickstart_default.erb
kind: provision
name: Atomic Kickstart default
model: ProvisioningTemplate
%>
description: |
Provisioning template for the Fedora, RHEL and CentOS Atomic distributions.
It does not work for Fedora CoreOS (FCOS) or RHEL CoreOS (RHCOS) which use Ignition instead
-%>
<%
rhel_compatible = @host.operatingsystem.family == 'Redhat' && @host.operatingsystem.name != 'Fedora'
is_fedora = @host.operatingsystem.name == 'Fedora'

Also available in: Unified diff