diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-07 20:20:36 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-01-08 00:38:46 +0100 |
commit | f25c19f7a3f90f2cf11f1352772756dadbe95bcc (patch) | |
tree | ebd2402464408a1ba837ffd5999ac1eeb91d9824 /mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml | |
parent | 7064c2c6fa373f8c1f20bfbc00aaf6f4b3b8994e (diff) |
MaaS: Set commission/deploy timeouts via reclass
Allow end-users to easily change the MaaS commissioning/deploying
timeouts by simply editing the reclass model.
While at it, use arch-specific values and bump deploy timeout on
AArch64 to 20 minutes instead of 15.
Change-Id: I37ae434ecebdd64effb007baa06c722b1db15c66
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit ea6ecbb6fb546e27fcc73e699e08c6cad31d2bd0)
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml b/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml index 1554a3291..1d6157605 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml @@ -21,3 +21,7 @@ parameters: opnfv_vcp_vm_primary_interface: ens2 opnfv_vcp_vm_secondary_interface: ens3 opnfv_vcp_vm_tertiary_interface: ens4 + + # MaaS timeouts + opnfv_maas_timeout_comissioning: 10 + opnfv_maas_timeout_deploying: 15 |