[fdio] Make VIF timeout non-fatal 99/66599/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 24 Jan 2019 00:25:17 +0000 (01:25 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 24 Jan 2019 01:20:33 +0000 (02:20 +0100)
The first VMs spawned still exhibit the race condition described in
the ticket, so apply the same workaround proposed during the Fraser
release cycle in FDS.

JIRA: FDS-156

Change-Id: I3b2b1ed7b5711daf81b5f4a263e4dbee9f502259
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2
mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml

index 825d9d5..d5f0145 100644 (file)
@@ -13,6 +13,11 @@ classes:
   - cluster.mcp-common-noha.openstack_compute
   - cluster.mcp-fdio-noha
 parameters:
+  nova:
+    compute:
+      # yamllint disable-line rule:truthy
+      vif_plugging_is_fatal: False
+      vif_plugging_timeout: 0
   neutron:
     compute:
       backend:
index 0faf1b8..234cd37 100644 (file)
@@ -29,6 +29,11 @@ parameters:
     internal_protocol: 'http'
     neutron_firewall_driver: 'iptables_hybrid'
     openstack_node_role: primary
+  nova:
+    controller:
+      # yamllint disable-line rule:truthy
+      vif_plugging_is_fatal: False
+      vif_plugging_timeout: 0
   neutron:
     server:
       role: ${_param:openstack_node_role}