Skip to content

Commit

Permalink
Upgrade the enterprise_sonic collection Ansible core version requirem…
Browse files Browse the repository at this point in the history
…ent to a currently supported Ansible core version. (#321)

* Update requires_ansible version in meta/runtime.yml to the oldest supported version.

* Change the ansible_python_interpreter version to 3.9 for the inventory example file.
  • Loading branch information
kerry-meyer authored Jan 6, 2024
1 parent 2b9836e commit e6d439c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- requirements - Update requires_ansible version in meta/runtime.yml to the oldest supported version (https://github.com/ansible-collections/dellemc.enterprise_sonic/pull/321).
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires_ansible: '>=2.9.10'
requires_ansible: '>=2.14.0'
plugin_routing:
action:
sonic_config:
Expand Down
2 changes: 1 addition & 1 deletion tests/regression/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ sonic2

[datacenter:vars]
ansible_network_os=dellemc.enterprise_sonic.sonic
ansible_python_interpreter=/usr/bin/python3
ansible_python_interpreter=/usr/bin/python3.9
ansible_httpapi_use_ssl=true
ansible_httpapi_validate_certs=false

0 comments on commit e6d439c

Please sign in to comment.