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

Support Rocky Linux when available #7596

Closed
cristicalin opened this issue May 9, 2021 · 8 comments · Fixed by #8095
Closed

Support Rocky Linux when available #7596

cristicalin opened this issue May 9, 2021 · 8 comments · Fixed by #8095
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@cristicalin
Copy link
Contributor

What would you like to be added:

Support Rocky Linux 8.3 when GA. For now RC is out but ansible 2.9 seems to have issues with it.

TASK [bootstrap-os : Assign inventory name to unconfigured hostnames (non-CoreOS, non-Flatcar, Suse and ClearLinux)] **********************************************************************************************
task path: /root/kubespray/roles/bootstrap-os/tasks/main.yml:52                                                                                                                                                   
fatal: [rocky.kaveman.intra]: FAILED! => {                                                                                                                                                                        
    "changed": false,                                                                                                                                                                                             
    "invocation": {                                                                                                                                                                                               
        "module_args": {                                                                                                                                                                                          
            "name": "rocky.kaveman.intra",                                                                                                                                                                        
            "use": null                                                                                                                                                                                           
        }                                                                                                                                                                                                         
    },                                                                                                                                                                                                            
    "msg": "hostname module cannot be used on platform Linux (Rocky)"                                                                                                                                             
}

I have seen a similar issue when adding AlmaLinux support, but that was fixed by moving to ansible 2.9.20. It seems ansible 2.9.21 (current 2.9) is still lacking support for Rocky so we may need to wait for the GA.

Why is this needed:

Rocky Linux together with AlmaLinux are trying to fill the void RedHat created when they killed off the traditional CentOS and replaced it with CentOS Streams. These follow much closer the releases of upstream RHEL and we should try to support them similar to other distributions.

@cristicalin cristicalin added the kind/feature Categorizes issue or PR as related to a new feature. label May 9, 2021
@champtar
Copy link
Contributor

champtar commented May 9, 2021

@cristicalin can you make sure there is an Ansible issue for this ?

@cristicalin
Copy link
Contributor Author

cristicalin commented May 10, 2021

There are two open PRs tracking this in ansible upstream: ansible/ansible#74539 and ansible/ansible#74538. Both were closed due to ansible-2.9 being in security bug-fix and maintenance stage so actually supporting Rocky may require that we upgrade ansible to 2.11 at least as the only PRs still allowed are for 2.11 (see ansible/ansible#74561 and ansible/ansible#74560)

@cristicalin
Copy link
Contributor Author

A first issue with testing 2.10 (not 2.11 yet): #7599

@cristicalin
Copy link
Contributor Author

With the fix proposed in #7600 we may actually just need to bump to 2.10 when it gets the backports for Rocky. As far as I can tell, 2.10 should still get them.

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 8, 2021
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Sep 7, 2021
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

@k8s-ci-robot
Copy link
Contributor

@k8s-triage-robot: Closing this issue.

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue or PR with /reopen
  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants