forked from openstack/kayobe
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eos_config does not support provider, nor connection: local from at least 2022 [1] - since ansible>=7 (ansible-core 2.14). [1]: ansible-collections/arista.eos@588d94b Closes-Bug: #2058365 Change-Id: Ief37b7bee758e34dddb881a9e68728013861c0ec (cherry picked from commit 32489a4)
- Loading branch information
Showing
4 changed files
with
12 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
--- | ||
- name: Ensure Arista switches are configured | ||
local_action: | ||
module: eos_config | ||
provider: "{{ arista_switch_provider }}" | ||
eos_config: | ||
src: arista-config.j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
``eos_config`` does not support the ``provider`` parameter since Ansible 7. | ||
Users are required to update their configuration according to `Arista EOS | ||
documentation | ||
<https://docs.openstack.org/kayobe/latest/configuration/reference/physical-network.html#arista-eos>`_. |