mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
* Test: molecule replace ubuntu2004 with ubuntu2204 ubuntu2404 cri-dockerd, adduser and bastion-ssh-config can't run ubuntu2404, maybe needs to check login. "System is booting up. Unprivileged users are not permitted to log in yet. Please come back later. For technical details, see pam_nologin(8)." Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Test: replace ubuntu-2004 with ubuntu-2404 All ubuntu-2004 tests are removed. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Docs: update ci.md Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Docs: update README.md Remove Ubuntu 20.04 support Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by: ChengHao Yang Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
33 lines
675 B
YAML
33 lines
675 B
YAML
---
|
|
role_name_check: 1
|
|
platforms:
|
|
- name: almalinux9
|
|
cloud_image: almalinux-9
|
|
vm_cpu_cores: 1
|
|
vm_memory: 1024
|
|
node_groups:
|
|
- kube_control_plane
|
|
- name: ubuntu22
|
|
cloud_image: ubuntu-2204
|
|
vm_cpu_cores: 1
|
|
vm_memory: 1024
|
|
node_groups:
|
|
- kube_control_plane
|
|
provisioner:
|
|
name: ansible
|
|
env:
|
|
ANSIBLE_ROLES_PATH: ../../../../
|
|
config_options:
|
|
defaults:
|
|
callbacks_enabled: profile_tasks
|
|
timeout: 120
|
|
inventory:
|
|
group_vars:
|
|
all:
|
|
become: true
|
|
playbooks:
|
|
create: ../../../../../tests/cloud_playbooks/create-kubevirt.yml
|
|
prepare: ../../../molecule/prepare.yml
|
|
verifier:
|
|
name: ansible
|