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

Error while installing on Ubuntu 24 cluster nodes #690

Closed
Jamic28 opened this issue Jul 6, 2024 · 1 comment
Closed

Error while installing on Ubuntu 24 cluster nodes #690

Jamic28 opened this issue Jul 6, 2024 · 1 comment

Comments

@Jamic28
Copy link

Jamic28 commented Jul 6, 2024

Playbook deployed DB Cluster on Debian 12 without error, but with Ubuntu 24 consisted of 3 nodes giving this error:

TASK [packages : Install system packages] ******************************************************************************************
fatal: [192.168.99.114]: FAILED! => {"msg": "["{{ os_specific_packages[ansible_distribution ~ '-' ~ ansible_distribution_major_version] }}", 'python3', 'python3-dev', 'python3-psycopg2', 'python3-setuptools', 'python3-pip', 'curl', 'less', 'sudo', 'vim', 'gcc', 'jq', 'iptables', 'acl', 'dnsutils']: 'dict object' has no attribute 'Ubuntu-24'"}
fatal: [192.168.99.113]: FAILED! => {"msg": "["{{ os_specific_packages[ansible_distribution ~ '-' ~ ansible_distribution_major_version] }}", 'python3', 'python3-dev', 'python3-psycopg2', 'python3-setuptools', 'python3-pip', 'curl', 'less', 'sudo', 'vim', 'gcc', 'jq', 'iptables', 'acl', 'dnsutils']: 'dict object' has no attribute 'Ubuntu-24'"}
fatal: [192.168.99.115]: FAILED! => {"msg": "["{{ os_specific_packages[ansible_distribution ~ '-' ~ ansible_distribution_major_version] }}", 'python3', 'python3-dev', 'python3-psycopg2', 'python3-setuptools', 'python3-pip', 'curl', 'less', 'sudo', 'vim', 'gcc', 'jq', 'iptables', 'acl', 'dnsutils']: 'dict object' has no attribute 'Ubuntu-24'"}
...

@vitabaks
Copy link
Owner

vitabaks commented Jul 6, 2024

Ubuntu 24.04 is not supported yet

See Supported Linux Distributions

Related #642

@Jamic28 Jamic28 closed this as completed Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@vitabaks @Jamic28 and others