salt/tests/integration/files/conf/minion

82 lines
1.6 KiB
Plaintext
Raw Normal View History

2012-02-14 18:00:35 +00:00
# basic config
2016-07-08 22:14:48 +00:00
# Connects to master
master: localhost
2012-03-09 07:47:34 +00:00
master_port: 64506
interface: 127.0.0.1
2016-06-28 02:26:46 +00:00
tcp_pub_port: 64510
tcp_pull_port: 64511
sock_dir: minion_sock
id: minion
open_mode: True
2016-06-22 23:56:50 +00:00
log_file: minion.log
log_level_logfile: debug
2016-06-22 23:56:50 +00:00
pidfile: minion.pid
2012-02-14 18:00:35 +00:00
# Give the minion extra attempts to find the master
# This is especially needed for the TCP tests as we
# wait for the master to come up in 2016.3. See #35489.
master_tries: 5
2012-02-14 18:00:35 +00:00
# module extension
2012-02-13 21:32:11 +00:00
test.foo: baz
2012-05-17 04:49:19 +00:00
integration.test: True
2012-02-14 18:00:35 +00:00
# Grains addons
grains:
test_grain: cheese
script: grail
alot: many
planets:
- mercury
- venus
- earth
- mars
level1:
level2: foo
companions:
one:
- susan
- ian
- barbara
tokenv2:
keystone.endpoint: http://localhost:35357/v2.0
keystone.token: administrator
tokenv3:
keystone.endpoint: http://localhost:35357/v3
keystone.token: administrator
adminv2:
keystone.user: admin
keystone.password: adminpass
keystone.tenant: admin
keystone.auth_url: 'http://127.0.0.1:5000/v2.0/'
demov2:
keystone.user: demo
keystone.password: demopass
keystone.tenant: demo
keystone.auth_url: 'http://127.0.0.1:5000/v2.0/'
adminv3:
keystone.user: admin
keystone.password: adminpass
keystone.tenant: admin
keystone.auth_url: 'http://127.0.0.1:5000/v3/'
demov3:
keystone.user: demo
keystone.password: demopass
keystone.tenant: demo
keystone.auth_url: 'http://127.0.0.1:5000/v3/'
2013-05-26 09:42:41 +00:00
config_test:
spam: eggs
2013-05-26 12:59:13 +00:00
mine_functions:
test.ping: []
# sdb env module
osenv:
driver: env
2016-08-30 23:13:12 +00:00
# cmd blacklist
cmd_blacklist_glob:
- 'bad_command *'
- 'second_bad_command *'