Skip to content

Commit

Permalink
[CentOS Stream] support centOS Stream in ansible. (#573)
Browse files Browse the repository at this point in the history
Signed-off-by: ZouYuhua <yuhua.zou@broadcom.com>
  • Loading branch information
ZouYuhua authored Apr 11, 2024
1 parent c03aaaa commit 0e18a79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ This project supports below scenarios for end-to-end guest operating system vali
|:-------------------------------------------------------| :------------------------------: | :----------------------: | :--------------------------------: |
| Red Hat Enterprise Linux 7.x, 8.x, 9.x | :heavy_check_mark: | | :heavy_check_mark: |
| CentOS 7.x, 8.x | :heavy_check_mark: | | :heavy_check_mark: |
| CentOS Stream 8, 9 | :heavy_check_mark: | | :heavy_check_mark: |
| Oracle Linux 7.x, 8.x, 9.x | :heavy_check_mark: | | :heavy_check_mark: |
| Rocky Linux 8.x, 9.x | :heavy_check_mark: | | :heavy_check_mark: |
| AlmaLinux 8.x, 9.x | :heavy_check_mark: | | :heavy_check_mark: |
Expand Down
1 change: 1 addition & 0 deletions autoinstall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
26. For FusionOS 22 unattend auto-install, please use files under Fusion.
27. For FusionOS 23 unattend auto-install, please use file Fusion/server_without_GUI/ks.cfg.
28. For Kylin Linux Advanced Server V10 unattend auto-install, please use file Kylin/Server/10/ks.cfg.
29. For CentOS Stream 8 or later unattend auto-install, please use files under RHEL/8.

# Notes
## For Windows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
guest_os_ansible_distribution is match('Pardus.*') or
(guest_os_ansible_distribution == 'MIRACLE' and
guest_os_ansible_distribution_major_ver | int == 8) or
(guest_os_ansible_distribution == 'CentOS' and
guest_os_ansible_distribution_release is defined and guest_os_ansible_distribution_release == 'Stream') or
(guest_os_ansible_distribution in ["Astra Linux (Orel)", "ProLinux", "UnionTech", "Uos", "FreeBSD", "BigCloud", "FusionOS", "Kylin Linux Advanced Server"])
- name: "Skip test case for OS version which has vulnerable bootloaders"
Expand Down

0 comments on commit 0e18a79

Please sign in to comment.