Skip to content

Commit

Permalink
Merge pull request #603 from jlebon/pr/modularity
Browse files Browse the repository at this point in the history
manifest: adapt for rpm-ostree modularity support
  • Loading branch information
openshift-merge-robot authored Aug 30, 2021
2 parents 234117e + 85c600a commit 95c611e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ repos:
- rhel-8-advanced-virt
- rhel-8-nfv

modules:
enable:
# for qemu-kiwi
- virt:av

extensions:
# https://github.com/coreos/fedora-coreos-tracker/issues/326
usbguard:
Expand Down
22 changes: 22 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,28 @@ packages:
# https://github.com/openshift/machine-config-operator/pull/2421
- conntrack-tools

repo-packages:
# we always want the kernel from BaseOS
- repo: rhel-8-baseos
packages:
- kernel
# we want the one shipping in RHEL, not the equivalently versioned one in RHAOS
- repo: rhel-8-appstream
packages:
- nss-altfiles
- repo: rhel-8-server-ose
packages:
# eventually, we want the one from the container-tools module, but we're
# not there yet
- toolbox

modules:
enable:
# podman stack
- container-tools:rhel8
# qemu-guest-agent
- virt:rhel

packages-x86_64:
# Temporary add of open-vm-tools. Should be removed when containerized
- open-vm-tools
Expand Down
1 change: 0 additions & 1 deletion rhcos-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ packages:
- nss-altfiles
- ostree
- rpm-ostree
# part of container-tools module
- toolbox
# for kdump:
# https://github.com/coreos/fedora-coreos-tracker/issues/622
Expand Down

0 comments on commit 95c611e

Please sign in to comment.