Skip to content

Commit

Permalink
CI: Add support for RHEL-9
Browse files Browse the repository at this point in the history
  • Loading branch information
jharuda committed Mar 2, 2021
1 parent b9d595c commit 4d1c025
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ galaxy_info:
versions:
- 7
- 8
- 9

galaxy_tags:
- centos
Expand Down
8 changes: 8 additions & 0 deletions tests/vars/RedHat_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SPDX-License-Identifier: MIT
---
# Put tests variables here with Red Hat Enterprise Linux 9 specific values.

nbde_client_test_packages:
- cryptsetup

# vim:set ts=2 sw=2 et:
13 changes: 13 additions & 0 deletions vars/RedHat_9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-License-Identifier: MIT
---
# Put internal variables here with Red Hat Enterprise Linux 9 specific values.

__nbde_client_packages:
- clevis
- clevis-dracut
- clevis-luks
- clevis-systemd

__nbde_client_initramfs_update_cmd: dracut -f

# vim:set ts=2 sw=2 et:

0 comments on commit 4d1c025

Please sign in to comment.