You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2022/02/04 14:09:00 UTC

[jira] [Commented] (BIGTOP-3637) Add Rocky Linux 8 support

    [ https://issues.apache.org/jira/browse/BIGTOP-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487096#comment-17487096 ] 

Masatake Iwasaki commented on BIGTOP-3637:
------------------------------------------

We need to update bigtop_toolchain first based on rocky facts.
{noformat}
$ sudo bigtop_toolchain/bin/puppetize.sh 
Unsupported OS rocky-8.5.
{noformat}
{noformat}
$ cat /etc/os-release 
NAME="Rocky Linux"
VERSION="8.5 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.5"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Rocky Linux 8.5 (Green Obsidian)"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:rocky:rocky:8.5:GA"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
ROCKY_SUPPORT_PRODUCT="Rocky Linux"
ROCKY_SUPPORT_PRODUCT_VERSION="8"
{noformat}
{noformat}
$ facter --show-legacy | grep operatingsystem
operatingsystem => RedHat
operatingsystemmajrelease => 8
operatingsystemrelease => 8.5
{noformat}

> Add Rocky Linux 8 support
> -------------------------
>
>                 Key: BIGTOP-3637
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3637
>             Project: Bigtop
>          Issue Type: New Feature
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> CentOS 8 reached End Of Life (EOL) on December 31st, 2021.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)