Skip to content
Snippets Groups Projects
Commit bb9da9fb authored by Will Szumski's avatar Will Szumski
Browse files

Only create patch links on overcloud hosts


These are only neccesary on network and compute nodes.

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

Change-Id: Id5af3969da63150e892201f7518f50a3da73e852
Story: 2009911
Task: 44740
parent 678b915a
No related branches found
No related tags found
No related merge requests found
...@@ -46,3 +46,4 @@ ...@@ -46,3 +46,4 @@
name: veth name: veth
vars: vars:
veth_interfaces: "{{ network_interfaces | net_ovs_veths }}" veth_interfaces: "{{ network_interfaces | net_ovs_veths }}"
when: "'overcloud' in group_names"
---
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment