Petr Michalec | 1f541c4 | 2017-08-17 13:30:37 +0200 | [diff] [blame] | 1 | git: |
| 2 | client: |
| 3 | enabled: true |
| 4 | linux: |
| 5 | system: |
| 6 | enabled: true |
| 7 | reclass: |
| 8 | storage: |
| 9 | enabled: true |
| 10 | data_source: |
| 11 | engine: git |
| 12 | branch: master |
| 13 | address: 'https://github.com/salt-formulas/openstack-salt.git' |
| 14 | salt: |
| 15 | master: |
| 16 | enabled: true |
| 17 | command_timeout: 5 |
| 18 | worker_threads: 2 |
| 19 | base_environment: prd |
| 20 | #environment: |
| 21 | # prd: |
| 22 | # formula: |
| 23 | # python: |
| 24 | # source: git |
| 25 | # address: 'https://github.com/salt-formulas/salt-formula-python.git' |
| 26 | # revision: master |
| 27 | pillar: |
| 28 | engine: reclass |
| 29 | reclass: |
| 30 | # index: 1 is default value |
| 31 | index: 1 |
| 32 | storage_type: yaml_fs |
| 33 | inventory_base_uri: /srv/salt/reclass_encrypted |
| 34 | class_mappings: |
| 35 | - target: '/^cfg\d+/' |
| 36 | class: system.non-existing.class |
| 37 | ignore_class_notfound: True |
| 38 | ignore_class_regexp: |
| 39 | - 'service.*' |
| 40 | - '*.fluentd' |
| 41 | propagate_pillar_data_to_reclass: False |