From 829afd4707972c7ce795fa402577a64d3254f676 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 1 Feb 2018 17:27:19 +0100 Subject: [fuel] Allow MaaS timeout config via IDF MaaS timeouts should be configurable on per-POD basis, since nodes in some labs take longer to comission/deploy than our default values. IDF SCHEMA: - add new properties to Fuel IDF section; Change-Id: Ife5ff85faeae683a8c1781cae8b29f09c1f07b82 Signed-off-by: Alexandru Avadanii --- config/pdf/idf-pod1.schema.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/pdf') diff --git a/config/pdf/idf-pod1.schema.yaml b/config/pdf/idf-pod1.schema.yaml index ad680da5..0705fcc5 100644 --- a/config/pdf/idf-pod1.schema.yaml +++ b/config/pdf/idf-pod1.schema.yaml @@ -44,6 +44,15 @@ definitions: additionalProperties: false required: ['bridges'] additionalProperties: false + maas: + type: 'object' + properties: + timeout_comissioning: + type: 'number' + timeout_deploying: + type: 'number' + required: ['timeout_comissioning', 'timeout_deploying'] + additionalProperties: false network: type: 'object' properties: -- cgit 1.2.3-korg