From 7e825a17e1e31eb4010f0c646314263f26164dab Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 24 Aug 2018 14:38:16 +0400 Subject: [PATCH] [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 +++++++++ mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml | 12 ------------ 2 files changed, 9 insertions(+), 12 deletions(-) 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: diff --git a/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml b/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml index 2da6a6d10..cba6b7741 100644 --- a/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml +++ b/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml @@ -8,15 +8,3 @@ --- classes: - cluster.mcp-common-noha.openstack_init -parameters: - linux: - system: - 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*' -- 2.16.6