Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change rhel_alts to use RHEL facts and remove discontinued OS #303

Closed
wants to merge 1 commit into from

Conversation

yakatz
Copy link
Member

@yakatz yakatz commented Mar 19, 2024

Scientific Linux EOL is June 30, 2024, so basically ready to remove - people shouldn't be developing for it anymore. There are also no new CentOS releases, so build Oracle facts from RHEL facts instead.

Scientific Linux EOL is June 30, 2024, so basically ready to remove - people shouldn't be developing for it anymore.
There are also no new CentOS releases, so build Oracle facts from RHEL facts instead.
scientific_path = f.gsub('centos-', 'scientific-')
File.write(scientific_path, centos_factset.gsub('CentOS', 'Scientific'))
oracle_path = f.gsub('rhel-', 'oraclelinux-')
File.write(oracle_path, rhel_factset.gsub('RedHat', 'OracleLinux'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't this also change the OS family fact?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be an issue - I will revisit.

@yakatz yakatz marked this pull request as draft April 5, 2024 15:55
@yakatz
Copy link
Member Author

yakatz commented May 16, 2024

There are Vagrant boxes available for OracleLinux. I am going to close this PR in favor of generating the facts properly.

@yakatz yakatz closed this May 16, 2024
@yakatz yakatz deleted the patch-1 branch May 16, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants