From 7e825a17e1e31eb4010f0c646314263f26164dab Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 24 Aug 2018 14:38:16 +0400 Subject: [noha] Get OVS 2.9 & DPDK 17.11 from UCA repo Align all noha scenarios to install OVS 2.9 which doesn't drop packets on bridge with netdev datapath type at initial stage. Change-Id: Iab204828ac7acefcb26647cdbc27805871904f2c Signed-off-by: Michael Polenchuk --- .../classes/cluster/mcp-common-noha/openstack_init.yml.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2') diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 index da6d30601..5aa08ac9f 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2 @@ -114,6 +114,15 @@ parameters: net.ipv4.tcp_congestion_control: yeah net.ipv4.tcp_slow_start_after_idle: 0 net.ipv4.tcp_fin_timeout: 30 + repo: + uca: + source: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/${_param:openstack_version} main" + key_id: EC4926EA + key_server: keyserver.ubuntu.com + pin: + - pin: 'release o=Canonical' + priority: 1200 + package: 'openvswitch* python-openvswitch ovn* dpdk* libdpdk*' network: host: ctl: -- cgit 1.2.3-korg