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

[FEATURE REQUEST] Upgrade Ansible to 5.2.0 #2847

Closed
13 tasks done
to-bar opened this issue Jan 5, 2022 · 2 comments
Closed
13 tasks done

[FEATURE REQUEST] Upgrade Ansible to 5.2.0 #2847

to-bar opened this issue Jan 5, 2022 · 2 comments
Assignees
Labels
area/ansible priority/high Task with high priority

Comments

@to-bar
Copy link
Contributor

to-bar commented Jan 5, 2022

Is your feature request related to a problem? Please describe.
If there is Python 2 & 3 at the same time, ansible-core 2.11 will choose Python 2 by default. Due to Ubuntu release upgrade we've changed setting interpreter_python from auto_legacy_silent to auto in ansible.cfg. However, this config file may by not applied when running playbooks manually (for developing) unless ANSIBLE_CONFIG is set. ansible-core 2.12 solves this issue since it uses different default value for interpreter_python (auto).

Describe the solution you'd like
Ansible in latest version.

Describe alternatives you've considered
n/a

Additional context
n/a


DoD checklist

  • Changelog updated
  • COMPONENTS.md updated / doesn't need to be updated
  • Schema updated / doesn't need to be updated
  • Feature has automated tests
  • Automated tests passed (QA pipelines)
    • apply
    • upgrade
  • Idempotency tested
  • Documentation added / updated / doesn't need to be updated
  • All conversations in PR resolved
  • Solution meets requirements and is done according to design doc
  • Usage compliant with license
  • Backport tasks created / doesn't need to be backported
@asciible
Copy link
Contributor

@asciible asciible changed the title [FEATURE REQUEST] Upgrade Ansible to 5.x (ansible-core 2.12) [FEATURE REQUEST] Upgrade Ansible to 5.2.0 Jan 28, 2022
@przemyslavic przemyslavic self-assigned this Feb 2, 2022
@przemyslavic
Copy link
Collaborator

przemyslavic commented Feb 3, 2022

Tested scenarios:

✔️ apply + ❌ re-apply x86_64 (fails on Ubuntu #2940)
✔️ apply + re-apply aarch64
✔️ upgrade from v1.0 x86_64
✔️ upgrade from v1.2 aarch64
✔️ epicli init
✔️ epicli prepare
✔️ epicli delete
✔️ epicli test
epicli backup #2942
epicli recovery #2942
✔️ offline installation x86_64
✔️ offline installation aarch64

Issues reported:
#2940
#2942

@seriva seriva closed this as completed Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ansible priority/high Task with high priority
Projects
None yet
Development

No branches or pull requests

4 participants