2012-02-14 18:00:35 +00:00
|
|
|
# basic config
|
2016-07-08 22:14:48 +00:00
|
|
|
# Connects to master
|
2012-02-12 07:46:24 +00:00
|
|
|
master: localhost
|
2012-03-09 07:47:34 +00:00
|
|
|
master_port: 64506
|
2016-07-13 16:02:58 +00:00
|
|
|
interface: 127.0.0.1
|
2016-06-28 02:26:46 +00:00
|
|
|
tcp_pub_port: 64510
|
|
|
|
tcp_pull_port: 64511
|
2016-07-07 18:27:48 +00:00
|
|
|
sock_dir: minion_sock
|
2012-02-12 07:46:24 +00:00
|
|
|
id: minion
|
|
|
|
open_mode: True
|
2016-06-22 23:56:50 +00:00
|
|
|
log_file: minion.log
|
2016-05-20 13:15:13 +00:00
|
|
|
log_level_logfile: debug
|
2016-06-22 23:56:50 +00:00
|
|
|
pidfile: minion.pid
|
2012-02-14 18:00:35 +00:00
|
|
|
|
2016-10-21 20:50:39 +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
|
2012-11-15 00:48:26 +00:00
|
|
|
script: grail
|
|
|
|
alot: many
|
2013-01-26 06:13:51 +00:00
|
|
|
planets:
|
|
|
|
- mercury
|
|
|
|
- venus
|
|
|
|
- earth
|
|
|
|
- mars
|
|
|
|
level1:
|
|
|
|
level2: foo
|
|
|
|
companions:
|
|
|
|
one:
|
|
|
|
- susan
|
|
|
|
- ian
|
|
|
|
- barbara
|
2016-09-08 16:42:44 +00:00
|
|
|
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: []
|
2016-05-25 20:08:40 +00:00
|
|
|
|
|
|
|
# sdb env module
|
|
|
|
osenv:
|
|
|
|
driver: env
|
2016-08-30 23:13:12 +00:00
|
|
|
|
|
|
|
# cmd blacklist
|
|
|
|
cmd_blacklist_glob:
|
|
|
|
- 'bad_command *'
|
|
|
|
- 'second_bad_command *'
|