sub_minion 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # basic config
  2. # Connects to master
  3. master: localhost
  4. interface: 127.0.0.1
  5. master_port: 64506
  6. tcp_pub_port: 64520
  7. tcp_pull_port: 64521
  8. sock_dir: sub_minion_sock
  9. id: sub_minion
  10. open_mode: True
  11. log_file: sub_minion.log
  12. log_level_logfile: debug
  13. pidfile: sub_minion.pid
  14. # Give the minion extra attempts to find the master
  15. # This is especially needed for the TCP tests as we
  16. # wait for the master to come up in 2016.3. See #35489.
  17. master_tries: 5
  18. # module extension
  19. test.foo: baz
  20. integration.test: True
  21. # Grains addons
  22. grains:
  23. test_grain: spam
  24. role: sub
  25. planets:
  26. - jupiter
  27. - saturn
  28. - uranus
  29. - neptune
  30. level1:
  31. level2: bar
  32. companions:
  33. two:
  34. - jamie
  35. - zoe
  36. tokenv2:
  37. keystone.endpoint: http://localhost:35357/v2.0
  38. keystone.token: administrator
  39. tokenv3:
  40. keystone.endpoint: http://localhost:35357/v3
  41. keystone.token: administrator
  42. adminv2:
  43. keystone.user: admin
  44. keystone.password: adminpass
  45. keystone.tenant: admin
  46. keystone.auth_url: http://127.0.0.1:5000/v2.0/
  47. demov2:
  48. keystone.user: demo
  49. keystone.password: demopass
  50. keystone.tenant: demo
  51. keystone.auth_url: http://127.0.0.1:5000/v2.0/
  52. adminv3:
  53. keystone.user: admin
  54. keystone.password: adminpass
  55. keystone.tenant: admin
  56. keystone.auth_url: http://127.0.0.1:5000/v3/
  57. demov3:
  58. keystone.user: demo
  59. keystone.password: demopass
  60. keystone.tenant: demo
  61. keystone.auth_url: http://127.0.0.1:5000/v3/
  62. mine_functions:
  63. test.arg:
  64. - isn't
  65. - allow_tgt: 'sub_minion'