Skip to content

Commit

Permalink
Only create patch links on overcloud hosts
Browse files Browse the repository at this point in the history
These are only neccesary on network and compute nodes.

Co-authored-by: Mark Goddard <[email protected]>

Change-Id: Id5af3969da63150e892201f7518f50a3da73e852
Story: 2009911
Task: 44740
(cherry picked from commit bb9da9f)
  • Loading branch information
jovial authored and markgoddard committed Mar 17, 2022
1 parent 7cd08b0 commit 0356f7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@
with_dict: "{{ veth_mtu_map }}"
roles:
- role: veth
when: "'overcloud' in group_names"
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue where patch links could be erroneously created
on hosts not in the overcloud group. See `Story 2009911
<https://storyboard.openstack.org/#!/story/2009911>`__ for details.

0 comments on commit 0356f7d

Please sign in to comment.