diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-01-27 20:15:02 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-01-27 20:15:20 +0100 |
commit | cb5a6d3029bd739d89d97607d2cf8e4f6c71cd6f (patch) | |
tree | 4ec6a83af3d824fda8d848b99d0c0b815c5223c2 /mcp/reclass/classes/cluster | |
parent | 30f1a9046ec688c0813ae8676aba2dbd6e5738f6 (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>
Diffstat (limited to 'mcp/reclass/classes/cluster')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 | 2 | ||||
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/control.yml | 2 |
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} |