[odl/noha] Make vif_plugging non-fatal 93/66793/2
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 31 Jan 2019 12:34:28 +0000 (16:34 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 4 Feb 2019 08:25:32 +0000 (12:25 +0400)
In order to mitigate live migration procedure make VIF plugging
event non-fatal for nova-compute. Also align max value of memory
for instance of ODL controller.

Change-Id: I0d00cc97c652eef3bd3404fac4715e2e7f2f02c7
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/config/scenario/os-odl-bgpvpn-noha.yaml
mcp/config/scenario/os-odl-nofeature-noha.yaml
mcp/config/scenario/os-odl-ovs-noha.yaml
mcp/config/scenario/os-odl-sfc-noha.yaml
mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2
mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2

index 1b2e2d0..d7c2788 100644 (file)
@@ -30,7 +30,7 @@ virtual:
     ram: 2048
   odl01:
     vcpus: 4
-    ram: 16384
+    ram: 6144
   cmp001:
     vcpus: 4
     ram: 16384
index 3133d0e..0563205 100644 (file)
@@ -29,4 +29,4 @@ virtual:
     ram: 2048
   odl01:
     vcpus: 4
-    ram: 5120
+    ram: 6144
index 0731198..591e0f2 100644 (file)
@@ -30,7 +30,7 @@ virtual:
     ram: 1024
   odl01:
     vcpus: 4
-    ram: 5120
+    ram: 6144
   cmp001:
     vcpus: 4
     ram: 10240
index 8611b02..8b0600f 100644 (file)
@@ -30,4 +30,4 @@ virtual:
     ram: 2048
   odl01:
     vcpus: 4
-    ram: 5120
+    ram: 6144
index 7826348..4063754 100644 (file)
@@ -19,8 +19,8 @@ parameters:
     server:
       odl_bind_ip: ${_param:single_address}
       odl_rest_port: ${_param:opendaylight_rest_port}
-      java_min_mem: 3g
-      java_max_mem: 3g
+      java_min_mem: 4g
+      java_max_mem: 4g
       router_enabled: true
       netvirt_nat_mode: conntrack
       karaf_features:
index 969c934..863f24d 100644 (file)
@@ -19,6 +19,10 @@ classes:
   - cluster.mcp-common-noha.openstack_compute
   - cluster.mcp-odl-noha
 parameters:
+  nova:
+    compute:
+      vif_plugging_is_fatal: false
+      vif_plugging_timeout: 60
   linux:
     network:
       ovs_nowait: false