aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-01 18:10:23 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-01 18:57:09 +0100
commitf74201bebff81f8719b3ffe593e8d7ded50730a8 (patch)
tree1227d58b205e016b77aec1f2aebf58951d90ae5b /mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml
parent9c20ea371b59a19072b124af86dc3817753872a2 (diff)
[baremetal] Allow MaaS timeouts to be set via IDF
Bump Pharos git submodule to pick up support for MaaS timeout parameterization, as well as new IDF for lf-pod2. Drop arch-specific MaaS timeouts, as they are now configurable on a per-POD basis. Sample usage (via IDF): idf: fuel: maas: # MaaS timeouts (in minutes) timeout_comissioning: 10 timeout_deploying: 15 Change-Id: I8fafa336b0bc64d705f6c2e40fc3dfb85672fb15 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml')
-rw-r--r--mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml b/mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml
index 7a7b90e1e..88b131f9c 100644
--- a/mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml
+++ b/mcp/reclass/classes/cluster/all-mcp-arch-common/x86_64/init.yml
@@ -1,5 +1,5 @@
##############################################################################
-# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
+# Copyright (c) 2018 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
@@ -15,7 +15,3 @@ parameters:
opnfv_vm_secondary_interface: ens3
opnfv_vm_tertiary_interface: ens4
opnfv_vm_quaternary_interface: ens5
-
- # MaaS timeouts
- opnfv_maas_timeout_comissioning: 10
- opnfv_maas_timeout_deploying: 15