[state] maas: Retry first state apply on mas01
[fuel.git] / mcp / patches / docker / 0004-reclass-Set-ignore_overwritten_missing_references.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 Date: Tue, 20 Nov 2018 23:16:44 +0200
11 Subject: [PATCH] reclass: Set ignore_overwritten_missing_references
12
13 The recent changes in `reclass` 1.6.x allow configuring this new
14 option; however the default for it is broken - see [1].
15
16 [1] https://github.com/salt-formulas/reclass/issues/77
17
18 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
19 ---
20  files/reclass/reclass-config.yml | 1 +
21  1 file changed, 1 insertion(+)
22
23 diff --git a/files/reclass/reclass-config.yml b/files/reclass/reclass-config.yml
24 index 00aba49..f4da04c 100644
25 --- a/files/reclass/reclass-config.yml
26 +++ b/files/reclass/reclass-config.yml
27 @@ -3,6 +3,7 @@ inventory_base_uri: /srv/salt/reclass
28  pretty_print: True
29  output: yaml
30
31 +ignore_overwritten_missing_references: True
32  ignore_class_notfound: True
33  ignore_class_regexp:
34  - 'service.*'