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 4 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
1 change: 0 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
scenario:
- cluster-api
- cluster-api-upgrade
- containerd
- helm
- upload-helm-chart
distro:
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.

2 changes: 1 addition & 1 deletion molecule/forget-package/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
hosts: all
become: true
roles:
- role: vexxhost.kubernetes.forget_package
- role: vexxhost.containers.forget_package
Copy link
Member

Choose a reason for hiding this comment

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

this molecule test should be moved to the collections repo

Copy link
Member

Choose a reason for hiding this comment

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

by this i mean the entire molecule/forget-package folder should be moved to the containers collection, and then the tests should be there, and so we dont have to test it here :)

vars:
forget_package_name: nginx
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.

35 changes: 0 additions & 35 deletions roles/cni_plugins/defaults/main.yml

This file was deleted.

45 changes: 0 additions & 45 deletions roles/cni_plugins/meta/main.yml

This file was deleted.

46 changes: 0 additions & 46 deletions roles/cni_plugins/tasks/main.yml

This file was deleted.

3 changes: 0 additions & 3 deletions roles/cni_plugins/templates/modules-load.conf.j2

This file was deleted.

4 changes: 0 additions & 4 deletions roles/cni_plugins/vars/debian.yml

This file was deleted.

5 changes: 0 additions & 5 deletions roles/cni_plugins/vars/fedora.yml

This file was deleted.

5 changes: 0 additions & 5 deletions roles/cni_plugins/vars/redhat.yml

This file was deleted.

1 change: 0 additions & 1 deletion roles/containerd/README.md

This file was deleted.

Loading
Loading