From bb693eeaef1bc9821441a8a473c9393b0f8c2fbb Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 6 Jun 2018 14:26:36 +0400 Subject: Pin OVN packages Make a pinning of OVN packages as well to meet an openvswitch dependency. Change-Id: I96ac7e052c710b65fc1f74bc4f406bba435d433f Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml.j2 | 2 +- mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mcp/reclass/classes') diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml.j2 index 42d403999..186c560f1 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-pike-common-ha/openstack_init.yml.j2 @@ -259,7 +259,7 @@ parameters: pin: - pin: 'release o=Canonical' priority: 1200 - package: 'openvswitch* python-openvswitch' + package: 'openvswitch* python-openvswitch ovn*' kernel: sysctl: net.ipv4.tcp_congestion_control: yeah diff --git a/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml b/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml index 962f5cb03..7de682caa 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml +++ b/mcp/reclass/classes/cluster/mcp-pike-common-noha/openstack_init.yml @@ -107,7 +107,7 @@ parameters: pin: - pin: 'release o=Canonical' priority: 1200 - package: 'openvswitch* python-openvswitch' + package: 'openvswitch* python-openvswitch ovn*' kernel: sysctl: net.ipv4.tcp_congestion_control: yeah -- cgit 1.2.3-korg