From b6af3b0d327e54bdd843ca09ccd4952945b00d4a Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 31 Jan 2019 16:34:28 +0400 Subject: [odl/noha] Make vif_plugging non-fatal 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 --- mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/openstack') diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 index 969c9347f..863f24def 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 @@ -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 -- cgit 1.2.3-korg