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.
Merge pull request #326 from stackhpc/upstream/2023.1-2024-09-16
Synchronise 2023.1 with upstream
- 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>`_. |