Skip to content

Commit a023d5e

Browse files
authored
Merge pull request #1478 from tdawson/image-workloads2
Fix up image workloads
2 parents 7b1ba60 + d23fb85 commit a023d5e

6 files changed

+17
-19
lines changed

configs/rhel-program--image-azure-cvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ data:
6767
- python3-libselinux
6868
# redhat-cloud-client-configuration
6969
- redhat-release
70-
- rhc
70+
# rhc
7171
- rootfiles
7272
- rpm
7373
- rpm-plugin-audit

configs/rhel-program--image-azure.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ data:
7979
- kernel-modules
8080
- kernel-tools
8181
- kexec-tools
82-
- kpatch
83-
- kpatch-dnf
82+
# kpatch
83+
# kpatch-dnf
8484
- langpacks-en
8585
- ledmon
8686
- less
@@ -121,8 +121,8 @@ data:
121121
- quota
122122
- realmd
123123
- redhat-release
124-
- redhat-release-eula
125-
- rhc
124+
# redhat-release-eula
125+
# rhc
126126
- rng-tools
127127
- rootfiles
128128
- rpm
@@ -243,8 +243,8 @@ data:
243243
- kernel-modules
244244
- kernel-tools
245245
- kexec-tools
246-
- kpatch
247-
- kpatch-dnf
246+
# kpatch
247+
# kpatch-dnf
248248
- langpacks-en
249249
- ledmon
250250
- less
@@ -287,8 +287,8 @@ data:
287287
- quota
288288
- realmd
289289
- redhat-release
290-
- redhat-release-eula
291-
- rhc
290+
# redhat-release-eula
291+
# rhc
292292
- rng-tools
293293
- rootfiles
294294
- rpm

configs/rhel-program--image-ec2-ha.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ data:
7575
- procps-ng
7676
- python3-libselinux
7777
- redhat-release
78-
- redhat-release-eula
79-
- rhc
78+
# redhat-release-eula
79+
# rhc
8080
- rootfiles
8181
- rpm
8282
- rpm-plugin-audit

configs/rhel-program--image-ec2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ data:
7070
- procps-ng
7171
- python3-libselinux
7272
- redhat-release
73-
- redhat-release-eula
74-
- rhc
73+
# redhat-release-eula
74+
# rhc
7575
- rootfiles
7676
- rpm
7777
- rpm-plugin-audit
@@ -158,8 +158,8 @@ data:
158158
- procps-ng
159159
- python3-libselinux
160160
- redhat-release
161-
- redhat-release-eula
162-
- rhc
161+
# redhat-release-eula
162+
# rhc
163163
- rootfiles
164164
- rpm
165165
- rpm-plugin-audit

configs/rhel-program--image-qcow2-c10s.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ data:
2929
- dnf-utils
3030
- dracut-config-generic
3131
- e2fsprogs
32-
- efibootmgr
3332
- filesystem
3433
- glibc
3534
- grubby

configs/rhel-program--image-qcow2.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ data:
2929
- dnf-utils
3030
- dracut-config-generic
3131
- e2fsprogs
32-
- efibootmgr
3332
- filesystem
3433
- glibc
3534
- grubby
@@ -68,8 +67,8 @@ data:
6867
- python3-libselinux
6968
- qemu-guest-agent
7069
- redhat-release
71-
- redhat-release-eula
72-
- rhc
70+
# redhat-release-eula
71+
# rhc
7372
- rootfiles
7473
- rpm
7574
- rpm-plugin-audit

0 commit comments

Comments
 (0)