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

CRI-O tasks not supporting offline installation #6233

Closed
EppO opened this issue Jun 4, 2020 · 3 comments · Fixed by #6927
Closed

CRI-O tasks not supporting offline installation #6233

EppO opened this issue Jun 4, 2020 · 3 comments · Fixed by #6927
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@EppO
Copy link
Contributor

EppO commented Jun 4, 2020

Current CRI-O tasks use static URLs for defining package repos:

- name: Add CRI-O kubic repo
  yum_repository:
    name: devel_kubic_libcontainers_stable
    description: Stable Releases of Upstream github.com/containers packages (CentOS_$releasever)
    baseurl: http://widehat.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_$releasever/
    gpgcheck: yes
    gpgkey: http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_$releasever/repodata/repomd.xml.key
  when: ansible_distribution in ["CentOS"]

This prevents overriding the repositories for air-gap installations.

@EppO EppO added the kind/bug Categorizes issue or PR as related to a bug. label Jun 4, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/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 Sep 2, 2020
@EppO
Copy link
Contributor Author

EppO commented Sep 2, 2020

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 2, 2020
@basvandenbrink
Copy link
Contributor

We also faced this issue. I am working on a pull request to fix this.

oomichi pushed a commit to oomichi/kubespray that referenced this issue Apr 1, 2021
The PR kubernetes-sigs#6927 has been
merged and the issue kubernetes-sigs#6233
was fixed.
This removes unnecessary note for the above PR.
k8s-ci-robot pushed a commit that referenced this issue Apr 2, 2021
The PR #6927 has been
merged and the issue #6233
was fixed.
This removes unnecessary note for the above PR.
LuckySB pushed a commit to southbridgeio/kubespray that referenced this issue Apr 6, 2021
The PR kubernetes-sigs#6927 has been
merged and the issue kubernetes-sigs#6233
was fixed.
This removes unnecessary note for the above PR.
sakuraiyuta pushed a commit to sakuraiyuta/kubespray that referenced this issue Apr 16, 2022
The PR kubernetes-sigs#6927 has been
merged and the issue kubernetes-sigs#6233
was fixed.
This removes unnecessary note for the above PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants