From a4d911b05029635ea9f8370836043a9a6865edb6 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 21 Aug 2024 18:08:59 -0600 Subject: [PATCH] fix: add stratis to list of packages for ostree stratis testing needs the nbde_server role and several clevis and tpm2 utilities. Signed-off-by: Rich Megginson --- .ostree/packages-runtime-CentOS-10.txt | 2 ++ .ostree/packages-runtime-CentOS-8.txt | 2 ++ .ostree/packages-runtime-CentOS-9.txt | 2 ++ .ostree/packages-runtime-Fedora.txt | 2 ++ .ostree/packages-runtime-RedHat-10.txt | 2 ++ .ostree/packages-runtime-RedHat-8.txt | 2 ++ .ostree/packages-runtime-RedHat-9.txt | 2 ++ .ostree/packages-testing-CentOS-10.txt | 4 ++++ .ostree/packages-testing-CentOS-8.txt | 4 ++++ .ostree/packages-testing-CentOS-9.txt | 4 ++++ .ostree/packages-testing-Fedora.txt | 4 ++++ .ostree/packages-testing-RedHat-10.txt | 4 ++++ .ostree/packages-testing-RedHat-8.txt | 4 ++++ .ostree/packages-testing-RedHat-9.txt | 4 ++++ .ostree/roles-testing.txt | 1 + 15 files changed, 43 insertions(+) create mode 100644 .ostree/roles-testing.txt diff --git a/.ostree/packages-runtime-CentOS-10.txt b/.ostree/packages-runtime-CentOS-10.txt index be38897b..cfedb409 100644 --- a/.ostree/packages-runtime-CentOS-10.txt +++ b/.ostree/packages-runtime-CentOS-10.txt @@ -1 +1,3 @@ python3-blivet +stratisd +stratis-cli diff --git a/.ostree/packages-runtime-CentOS-8.txt b/.ostree/packages-runtime-CentOS-8.txt index fb2dccef..b9ec5a5f 100644 --- a/.ostree/packages-runtime-CentOS-8.txt +++ b/.ostree/packages-runtime-CentOS-8.txt @@ -1,3 +1,5 @@ kmod-kvdo python3-blivet vdo +stratisd +stratis-cli diff --git a/.ostree/packages-runtime-CentOS-9.txt b/.ostree/packages-runtime-CentOS-9.txt index fb2dccef..b9ec5a5f 100644 --- a/.ostree/packages-runtime-CentOS-9.txt +++ b/.ostree/packages-runtime-CentOS-9.txt @@ -1,3 +1,5 @@ kmod-kvdo python3-blivet vdo +stratisd +stratis-cli diff --git a/.ostree/packages-runtime-Fedora.txt b/.ostree/packages-runtime-Fedora.txt index be38897b..cfedb409 100644 --- a/.ostree/packages-runtime-Fedora.txt +++ b/.ostree/packages-runtime-Fedora.txt @@ -1 +1,3 @@ python3-blivet +stratisd +stratis-cli diff --git a/.ostree/packages-runtime-RedHat-10.txt b/.ostree/packages-runtime-RedHat-10.txt index be38897b..cfedb409 100644 --- a/.ostree/packages-runtime-RedHat-10.txt +++ b/.ostree/packages-runtime-RedHat-10.txt @@ -1 +1,3 @@ python3-blivet +stratisd +stratis-cli diff --git a/.ostree/packages-runtime-RedHat-8.txt b/.ostree/packages-runtime-RedHat-8.txt index fb2dccef..b9ec5a5f 100644 --- a/.ostree/packages-runtime-RedHat-8.txt +++ b/.ostree/packages-runtime-RedHat-8.txt @@ -1,3 +1,5 @@ kmod-kvdo python3-blivet vdo +stratisd +stratis-cli diff --git a/.ostree/packages-runtime-RedHat-9.txt b/.ostree/packages-runtime-RedHat-9.txt index fb2dccef..b9ec5a5f 100644 --- a/.ostree/packages-runtime-RedHat-9.txt +++ b/.ostree/packages-runtime-RedHat-9.txt @@ -1,3 +1,5 @@ kmod-kvdo python3-blivet vdo +stratisd +stratis-cli diff --git a/.ostree/packages-testing-CentOS-10.txt b/.ostree/packages-testing-CentOS-10.txt index 37010e37..1b2cf4a4 100644 --- a/.ostree/packages-testing-CentOS-10.txt +++ b/.ostree/packages-testing-CentOS-10.txt @@ -1 +1,5 @@ util-linux-core +clevis +clevis-luks +tpm2-tools +jq diff --git a/.ostree/packages-testing-CentOS-8.txt b/.ostree/packages-testing-CentOS-8.txt index c3ac23c4..5b13dd94 100644 --- a/.ostree/packages-testing-CentOS-8.txt +++ b/.ostree/packages-testing-CentOS-8.txt @@ -1 +1,5 @@ util-linux +clevis +clevis-luks +tpm2-tools +jq diff --git a/.ostree/packages-testing-CentOS-9.txt b/.ostree/packages-testing-CentOS-9.txt index 37010e37..1b2cf4a4 100644 --- a/.ostree/packages-testing-CentOS-9.txt +++ b/.ostree/packages-testing-CentOS-9.txt @@ -1 +1,5 @@ util-linux-core +clevis +clevis-luks +tpm2-tools +jq diff --git a/.ostree/packages-testing-Fedora.txt b/.ostree/packages-testing-Fedora.txt index b6fc1080..e2ee43ec 100644 --- a/.ostree/packages-testing-Fedora.txt +++ b/.ostree/packages-testing-Fedora.txt @@ -1,2 +1,6 @@ nilfs-utils util-linux-core +clevis +clevis-luks +tpm2-tools +jq diff --git a/.ostree/packages-testing-RedHat-10.txt b/.ostree/packages-testing-RedHat-10.txt index 37010e37..1b2cf4a4 100644 --- a/.ostree/packages-testing-RedHat-10.txt +++ b/.ostree/packages-testing-RedHat-10.txt @@ -1 +1,5 @@ util-linux-core +clevis +clevis-luks +tpm2-tools +jq diff --git a/.ostree/packages-testing-RedHat-8.txt b/.ostree/packages-testing-RedHat-8.txt index c3ac23c4..5b13dd94 100644 --- a/.ostree/packages-testing-RedHat-8.txt +++ b/.ostree/packages-testing-RedHat-8.txt @@ -1 +1,5 @@ util-linux +clevis +clevis-luks +tpm2-tools +jq diff --git a/.ostree/packages-testing-RedHat-9.txt b/.ostree/packages-testing-RedHat-9.txt index 37010e37..efadc316 100644 --- a/.ostree/packages-testing-RedHat-9.txt +++ b/.ostree/packages-testing-RedHat-9.txt @@ -1 +1,5 @@ +clevis +clevis-luks +tpm2-tools +jq util-linux-core diff --git a/.ostree/roles-testing.txt b/.ostree/roles-testing.txt new file mode 100644 index 00000000..fa49ea9c --- /dev/null +++ b/.ostree/roles-testing.txt @@ -0,0 +1 @@ +nbde_server