Skip to content

Commit

Permalink
fix: add stratis to list of packages for ostree
Browse files Browse the repository at this point in the history
stratis testing needs the nbde_server role and several clevis
and tpm2 utilities.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Aug 22, 2024
1 parent b7ae6e3 commit 4289477
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-CentOS-10.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python3-blivet
stratisd
stratis-cli
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-CentOS-8.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kmod-kvdo
python3-blivet
vdo
stratisd
stratis-cli
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-CentOS-9.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kmod-kvdo
python3-blivet
vdo
stratisd
stratis-cli
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-Fedora.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python3-blivet
stratisd
stratis-cli
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-RedHat-10.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
python3-blivet
stratisd
stratis-cli
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-RedHat-8.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kmod-kvdo
python3-blivet
vdo
stratisd
stratis-cli
2 changes: 2 additions & 0 deletions .ostree/packages-runtime-RedHat-9.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kmod-kvdo
python3-blivet
vdo
stratisd
stratis-cli
4 changes: 4 additions & 0 deletions .ostree/packages-testing-CentOS-10.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
util-linux-core
clevis
clevis-luks
tpm2-tools
jq
4 changes: 4 additions & 0 deletions .ostree/packages-testing-CentOS-8.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
util-linux
clevis
clevis-luks
tpm2-tools
jq
4 changes: 4 additions & 0 deletions .ostree/packages-testing-CentOS-9.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
util-linux-core
clevis
clevis-luks
tpm2-tools
jq
4 changes: 4 additions & 0 deletions .ostree/packages-testing-Fedora.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
nilfs-utils
util-linux-core
clevis
clevis-luks
tpm2-tools
jq
4 changes: 4 additions & 0 deletions .ostree/packages-testing-RedHat-10.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
util-linux-core
clevis
clevis-luks
tpm2-tools
jq
4 changes: 4 additions & 0 deletions .ostree/packages-testing-RedHat-8.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
util-linux
clevis
clevis-luks
tpm2-tools
jq
4 changes: 4 additions & 0 deletions .ostree/packages-testing-RedHat-9.txt
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
clevis
clevis-luks
tpm2-tools
jq
util-linux-core
1 change: 1 addition & 0 deletions .ostree/roles-testing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nbde_server

0 comments on commit 4289477

Please sign in to comment.