Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit 6ac47ee

Browse files
author
Mark Ryan
authored
Merge pull request #99 from ganeshmaharaj/fedora-updates
Fedora OS fixes
2 parents f1bdd5d + 8b34748 commit 6ac47ee

File tree

3 files changed

+5
-210
lines changed

3 files changed

+5
-210
lines changed

workloads/ciao-fedora25.yaml

-205
This file was deleted.

workloads/fedora27.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
base_image_url: https://mirror.us-midwest-1.nexcess.net/fedora/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
2+
base_image_url: https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
33
base_image_name: Fedora 27
4-
hostname: singlevm
54
vm:
65
disk_gib: 16
76
...

workloads/fedora25.yaml renamed to workloads/fedora28.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
base_image_url: https://download.fedoraproject.org/pub/fedora/linux/releases/25/CloudImages/x86_64/images/Fedora-Cloud-Base-25-1.3.x86_64.qcow2
3-
base_image_name: Fedora 25
4-
hostname: singlevm
2+
base_image_url: https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
3+
base_image_name: Fedora 28
54
vm:
65
disk_gib: 16
76
...
@@ -53,6 +52,8 @@ runcmd:
5352

5453
users:
5554
- name: {{.User}}
55+
uid: "{{.UID}}"
56+
gid: "{{.GID}}"
5657
gecos: CC Demo User
5758
lock-passwd: true
5859
shell: /bin/bash

0 commit comments

Comments
 (0)