Advertisement
Guest User

Untitled

a guest
Mar 27th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. ---
  2. context_basic:
  3. monitoring:
  4. influxdb_username: "influx_user"
  5. influxdb_password: "influx_password"
  6. influxdb_collectd_port: 1234
  7. influxdb_address: 1.2.3.4
  8. external_elasticsearch_address: "1.2.3.4:9200"
  9. vip_address_external: 1.2.3.4
  10. vip_address_internal: 1.0.0.4
  11. reliable_address_external: 1.2.3.1
  12. reliable_address_internal: 1.0.0.1
  13. docker_registry: 12.0.0.1
  14. repos_url: "http://registry.samsung.com"
  15. hosts:
  16. - hostname: osc1
  17. ip: 192.168.1.11
  18. password: heslo
  19. - hostname: compute1
  20. ip: 192.168.1.31
  21. password: heslo
  22. - hostname: compute2
  23. ip: 192.168.1.32
  24. password: heslo
  25. host_mapping:
  26. control:
  27. - osc1
  28. operator_user_name: "test1"
  29. mvm_operator_pass: "heslo"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement