Skip to content

Commit

Permalink
add xfsprogs for non-cloud-init systems (linux-system-roles#263)
Browse files Browse the repository at this point in the history
* add xfsprogs for el8

* add xfsprogs for non-cloud-init systems

There should be an explicit dependency on the `xfsprogs` packages.
The role works in CI because the CI systems are using `cloud-init`
based VMs which pull in xfsprogs.  On non-cloud-init systems the
package is missing and the role fails.
  • Loading branch information
richm authored Apr 19, 2022
1 parent 3d22f1c commit b182bb1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions vars/CentOS_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ blivet_package_list:
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs
10 changes: 10 additions & 0 deletions vars/CentOS_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
blivet_package_list:
- python3-blivet
- libblockdev-crypto
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs
1 change: 1 addition & 0 deletions vars/RedHat_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ blivet_package_list:
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs
1 change: 1 addition & 0 deletions vars/RedHat_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ blivet_package_list:
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs
1 change: 1 addition & 0 deletions vars/Rocky_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ blivet_package_list:
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs
10 changes: 10 additions & 0 deletions vars/Rocky_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
blivet_package_list:
- python3-blivet
- libblockdev-crypto
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-swap
- vdo
- kmod-kvdo
- xfsprogs

0 comments on commit b182bb1

Please sign in to comment.