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 --- mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'mcp/reclass/classes/cluster/mcp-ovn-noha/openstack') 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*' -- cgit 1.2.3-korg