kubernetes-sigs / kubespray

Deploy a Production Ready Kubernetes Cluster
Apache License 2.0
16.09k stars 6.45k forks source link

openEuler-22.03 LTS PKG list incorrect #11660

Closed leeonfu closed 1 hour ago

leeonfu commented 2 hours ago

What happened?

openEuler's conntrack package matches incorrectly

What did you expect to happen?

Match the correct package for conntrack, openEuler actually is conntrack-tools. But ansible get OS families is RedHat

How can we reproduce it (as minimally and precisely as possible)?

Please see below informations

OS

Linux 5.10.0-60.18.0.50.oe2203.aarch64 aarch64 NAME="openEuler" VERSION="22.03 LTS" ID="openEuler" VERSION_ID="22.03" PRETTY_NAME="openEuler 22.03 LTS" ANSI_COLOR="0;31"

Version of Ansible

ansible [core 2.16.10] config file = /home/leeon/kubespray/ansible.cfg configured module search path = ['/home/leeon/kubespray/library'] ansible python module location = /home/leeon/kubespray/venv/lib/python3.10/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /home/leeon/kubespray/venv/bin/ansible python version = 3.10.12 (main, Sep 11 2024, 15:47:36) [GCC 11.4.0] (/home/leeon/kubespray/venv/bin/python) jinja version = 3.1.4 libyaml = True

Version of Python

Python 3.10.12

Version of Kubespray (commit)

3874de029

Network plugin used

calico

Full inventory with variables

https://gist.github.com/leeonfu/43b68b2183af41d457f1f4f56f643183

Command used to invoke ansible

ansible-playbook -i inventory/mycluster/inventory.ini cluster.yml -e "{ 'download_localhost': true, 'download_run_once': true }" -vvvv

Output of ansible run

FAILED - RETRYING: [node1]: Install packages requirements (2 retries left).Result was: { "attempts": 3, "changed": false, "failures": [ "No package conntrack available.", "No package socat available." ], "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "bash-completion", "conntrack", "container-selinux", "curl", "device-mapper-libs", "e2fsprogs", "ebtables", "iptables", "ipvsadm", "libseccomp", "nss", "openssl", "rsync", "socat", "tar", "unzip", "xfsprogs" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "use_backend": "auto", "validate_certs": true } }, "msg": "Failed to install some of the specified packages", "rc": 1, "results": [], "retries": 5 }

Anything else we need to know

No response

leeonfu commented 2 hours ago

Related #11608