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

Discuss upgrading Ansible on the VPC server #3679

Open
Haroon-Khel opened this issue Jul 30, 2024 · 3 comments
Open

Discuss upgrading Ansible on the VPC server #3679

Haroon-Khel opened this issue Jul 30, 2024 · 3 comments
Labels

Comments

@Haroon-Khel
Copy link
Contributor

The version of ansible on the vpc server is outdated.

root@infra-ibmcloud-vagrant-x64:~# ansible --version
ansible 2.9.16
  config file = /etc/ansible/ansible.cfg
  configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python2.7/dist-packages/ansible
  executable location = /usr/bin/ansible
  python version = 2.7.17 (default, Jul 20 2020, 15:37:01) [GCC 7.5.0]

it does not work well with the python 3.12, which is the latest python version present on the vagrant boxes hosted on the vpc server. As a result we have to implement hacky solutions to get our playbooks to run on the hosted vagrant boxes, see #3663

We should be using a version of ansible >2.15 at least. But before upgrading, we need to discuss if certain OSs/vagrant boxes will be affected

@Haroon-Khel
Copy link
Contributor Author

ping @steelhead31

@steelhead31
Copy link
Contributor

@Haroon-Khel , I've had a look into upgrading ansible on the host, but the O/S itself requires an upgrade.. see https://github.com/orgs/adoptium/projects/34/views/7?pane=issue&itemId=68479156 , the host upgrade is currently blocked, as Im awaiting an update on whether its possible to back up the host, prior to risking the host upgrade. Ping me if you fancy a chat about both of these issues, and we can do some planning/have some more discussion.

@sxa
Copy link
Member

sxa commented Aug 1, 2024

Related: Upgrade the OS on the vagrant host: #3589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

3 participants