aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2019-01-27 20:15:02 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2019-01-27 19:18:06 +0000
commitc30c0888db0f2a05c118b05d4aedb6df0b61017e (patch)
tree862348b17a585479e4bfa3e90518efe1ce4b926f
parented77692b5d2515966559ba1cd3597641fa1b70d6 (diff)
[fdio] Increase VIF plug-in timeout
Baremetal clusters might benefit from having a little more time to plug in the VIFs. Change-Id: I9406a0ef24de2177827b3acd27b7c60b293a4572 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> (cherry picked from commit cb5a6d3029bd739d89d97607d2cf8e4f6c71cd6f)
-rw-r--r--mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j22
-rw-r--r--mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2
index d5f0145b7..9709dfad2 100644
--- a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2
+++ b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2
@@ -17,7 +17,7 @@ parameters:
compute:
# yamllint disable-line rule:truthy
vif_plugging_is_fatal: False
- vif_plugging_timeout: 0
+ vif_plugging_timeout: 10
neutron:
compute:
backend:
diff --git a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml
index 234cd3733..afce77f4b 100644
--- a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml
+++ b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml
@@ -33,7 +33,7 @@ parameters:
controller:
# yamllint disable-line rule:truthy
vif_plugging_is_fatal: False
- vif_plugging_timeout: 0
+ vif_plugging_timeout: 10
neutron:
server:
role: ${_param:openstack_node_role}