config-example-nodes.yml 788 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. mariadb_node:
  2. hostname: 10.127.10.156
  3. user: root
  4. port: 22
  5. db_user: root
  6. db_password: your-sql-password
  7. primary_master_node:
  8. hostname: 10.127.10.156
  9. port: 22
  10. user: root
  11. db_host: 10.127.10.156
  12. db_user: root
  13. db_password: your-sql-password
  14. onecloud_version: v3.10.6
  15. controlplane_host: 10.127.10.156
  16. controlplane_port: "6443"
  17. region: region0
  18. zone: zone0
  19. as_host: true
  20. insecure_registries:
  21. - 192.168.222.172:3000
  22. master_nodes:
  23. hosts:
  24. - hostname: 10.127.10.157
  25. user: root
  26. port: 22
  27. use_local: false
  28. controlplane_host: 10.127.10.156
  29. controlplane_port: "6443"
  30. as_controller: true
  31. worker_nodes:
  32. hosts:
  33. - hostname: 10.127.10.158
  34. user: root
  35. port: 22
  36. controlplane_host: 10.127.10.156
  37. controlplane_port: "6443"
  38. as_host: true