Skip to content

Commit a2e3296

Browse files
authored
Merge pull request #607 from stackhpc/upstream/2025.1-2026-08-17
Synchronise 2025.1 with upstream
2 parents 79f951f + bda9c61 commit a2e3296

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

ansible/roles/arista-switch/templates/arista-config.j2

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
{{ line }}
55
{% endfor %}
66

7-
{% for interface, config in
8-
arista_switch_interface_config.items() %}
9-
interface {{ interface }}
7+
{% for interface, config in arista_switch_interface_config.items() %}
8+
interface {{ interface }}
109
{% if config.description is defined %}
11-
description {{ config.description }}
10+
description {{ config.description }}
1211
{% endif %}
1312
{% for line in config.config %}
14-
{{ line }}
13+
{{ line }}
1514
{% endfor %}
16-
exit
1715
{% endfor %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Resolves an issue that prevented Arista switch interface configuration from
5+
being applied.
6+
`LP#2162130 <https://bugs.launchpad.net/kayobe/+bug/2162130>`__

0 commit comments

Comments
 (0)