You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple major changes has went into this release:
Support added for Rocky 9.5 and Ubuntu 22.04.
ansible is upgraded to 8.0.0 which provides ansible [core 2.15.12].
openstacksdk has been upgraded to 4.0.0.
Python virtual environment gets created starting this release and required packages gets installed as part of that virtual env to avoid any conflict with system/OS packages.
Playbook execution happens via python virtual environment.
Compatible for onboarding hosts on PMO v5.10.4 which is the current latest version.
replace ctrl_ip with du_fqdn for calling management plane APIs (#248)
* replace ctrl_ip with du_fqdn for calling management plane APIs
* add the deauth role to us du_fqdn, fix multi-region support to use the correct fqdn
Move failed jinja2 filter to a test (#245)
* Some fixes
* Move failed jinja2 filter to a test
Using failed as a jinja2 filter is deprecated as Ansible 2.5 (current latest
version is 2.9). It is noticed that using it as a filter is leading to failures
on certain setups. Move to using the new way of using failed as a test instead.
See more details here:
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.5.html?highlight=failed#deprecated