blob: 21abf4bdc6b5f2c799e8c9eec0243249c4086388 [file] [log] [blame]
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +03001# Do not delete! This file is for global parameters overrides over all the nodes in the environment.
2classes:
3# Enable root and *ALL* users access
4- system.openssh.server.team.all
Dennis Dmitriev0d63e532018-02-26 04:34:17 +02005- system.linux.network.dynamic_hosts
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +03006
7# Example: salt-call reclass.cluster_meta_set foo bar /path/to/overrides.yml
8#parameters:
9# _param:
10# foo: bar
11parameters:
12 _param:
sgudz0cd00ce2017-10-25 11:56:11 +030013 salt_api_password_hash: $6$V7O4vDAF$1FYwutKk53WFY314nq5IshabL5YXMuYklGglD7/Toj9bzCcgHTgudxhdeexmE3jf21lZPLmXy9K5mwzGyFbQt1
Dennis Dmitrievdd2bc5e2018-05-16 15:03:40 +030014 salt_api_password: hovno12345!
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +030015 apt_mk_version: stable # This will be replaced with REPOSITORY_SUITE env variable
Dennis Dmitriev09565af2018-03-06 20:53:47 +020016 # Use galera options suitable for virtualized control plane
17 galera_innodb_read_io_threads: 2
18 galera_innodb_write_io_threads: 2
19 galera_wsrep_slave_threads: 2
20 galera_xtrabackup_parallel: 1
21 galera_error_log_enabled: true
Dennis Dmitrievf4826bc2017-09-28 19:03:54 +030022 openssh:
23 server:
24 password_auth: true
25 linux:
26 system:
27 user:
28 root:
29 password: $6$oV7iKxfx$7DOZUfLw30d/W.pzUf97F0z1JhxgNmFAiKT1HhIodjkWb0M/.dTYAc3uxDCScR3lvCALjRe4/xWtiDyywf8wi1
sgudz617d2a02017-10-30 18:54:05 +020030 purge_repos: true
Dmitry Tyzhnenko30232ac2017-10-20 15:50:20 +030031 salt:
32 minion:
33 log:
34 level: debug