Only create patch links on overcloud hosts

These are only neccesary on network and compute nodes.

Co-authored-by: Mark Goddard <mark@stackhpc.com>

Change-Id: Id5af3969da63150e892201f7518f50a3da73e852
Story: 2009911
Task: 44740
This commit is contained in:
Will Szumski 2022-03-10 16:51:38 +00:00
parent 678b915aff
commit bb9da9fb24
2 changed files with 7 additions and 0 deletions

View File

@ -46,3 +46,4 @@
name: veth
vars:
veth_interfaces: "{{ network_interfaces | net_ovs_veths }}"
when: "'overcloud' in group_names"

View File

@ -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.