[noha] Get OVS 2.9 & DPDK 17.11 from UCA repo 33/61333/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 24 Aug 2018 10:38:16 +0000 (14:38 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 24 Aug 2018 10:38:16 +0000 (14:38 +0400)
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 <mpolenchuk@mirantis.com>
mcp/reclass/classes/cluster/mcp-common-noha/openstack_init.yml.j2
mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/init.yml

index da6d306..5aa08ac 100644 (file)
@@ -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:
index 2da6a6d..cba6b77 100644 (file)
@@ -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*'