forked from kubevirt/common-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfedora.tpl.yaml
More file actions
18 lines (15 loc) · 718 Bytes
/
fedora.tpl.yaml
File metadata and controls
18 lines (15 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}-{{ lookup('env', 'VERSION') | default('devel', true) }}
annotations:
openshift.io/display-name: "Fedora 23+ VM"
description: >-
This template can be used to create a VM suitable for
Fedora 23 and newer.
The template assumes that a PVC is available which is providing the
necessary Fedora disk image.
Recommended disk image (needs to be converted to raw)
https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
tags: "kubevirt,virtualmachine,fedora,rhel"
{% include "_linux.yaml" %}