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

feat: Use vexxhost.containers #77

Merged
merged 5 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,13 @@ jobs:
scenario:
- cluster-api
- cluster-api-upgrade
- containerd
- helm
- upload-helm-chart
distro:
- rockylinux8
- rockylinux9
- ubuntu2004
- ubuntu2204
include:
- scenario: forget-package
distro: ubuntu2004
steps:
- name: Checkout project
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions docs/ops/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cluster is still functional after each step.
hosts: "{{ kubernetes_group | default('all') }}"
become: true
roles:
- role: vexxhost.kubernetes.containerd
- role: vexxhost.containers.containerd
END
```

Expand Down Expand Up @@ -76,7 +76,7 @@ cluster is still functional after each step.
become: true
roles:
- role: vexxhost.atmosphere.defaults
- role: vexxhost.kubernetes.containerd
- role: vexxhost.containers.containerd
vars:
containerd_pause_image: "{{ atmosphere_images['pause'] }}"
END
Expand Down
1 change: 1 addition & 0 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
community.crypto: ">=2.2.3"
community.general: ">=4.5.0"
kubernetes.core: ">=2.3.2"
vexxhost.containers: ">=1.0.1"
tags:
- application
- cloud
Expand Down
1 change: 0 additions & 1 deletion molecule/cluster-api/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
ansible.builtin.include_vars:
file: "../../roles/{{ item }}/defaults/main.yml"
loop:
- download_artifact
- clusterctl
- cluster_api

Expand Down
19 changes: 0 additions & 19 deletions molecule/containerd/converge.yml

This file was deleted.

39 changes: 0 additions & 39 deletions molecule/containerd/molecule.yml

This file was deleted.

33 changes: 0 additions & 33 deletions molecule/containerd/prepare.yml

This file was deleted.

72 changes: 0 additions & 72 deletions molecule/containerd/verify.yml

This file was deleted.

21 changes: 0 additions & 21 deletions molecule/forget-package/converge.yml

This file was deleted.

39 changes: 0 additions & 39 deletions molecule/forget-package/molecule.yml

This file was deleted.

44 changes: 0 additions & 44 deletions molecule/forget-package/prepare.yml

This file was deleted.

35 changes: 0 additions & 35 deletions molecule/forget-package/verify.yml

This file was deleted.

2 changes: 1 addition & 1 deletion playbooks/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
hosts: "{{ kubernetes_group | default('all') }}"
become: true
roles:
- role: containerd
ricolin marked this conversation as resolved.
Show resolved Hide resolved
- role: vexxhost.containers.containerd
tags:
- containerd

Expand Down
2 changes: 1 addition & 1 deletion roles/clusterctl/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ galaxy_info:
- jammy

dependencies:
- role: vexxhost.kubernetes.download_artifact
- role: vexxhost.containers.download_artifact
download_artifact_url: "{{ clusterctl_download_url }}"
download_artifact_dest: "{{ clusterctl_download_dest }}"
download_artifact_checksum: "sha256:{{ clusterctl_binary_checksum }}"
Expand Down
4 changes: 0 additions & 4 deletions roles/cni_plugins/README.md

This file was deleted.

Loading
Loading