You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

  1. # ## Configure 'ip' variable to bind kubernetes services on a
  2. # ## different ip than the default iface
  3. # node1 ansible_ssh_host=95.54.0.12 # ip=10.3.0.1
  4. # node2 ansible_ssh_host=95.54.0.13 # ip=10.3.0.2
  5. # node3 ansible_ssh_host=95.54.0.14 # ip=10.3.0.3
  6. # node4 ansible_ssh_host=95.54.0.15 # ip=10.3.0.4
  7. # node5 ansible_ssh_host=95.54.0.16 # ip=10.3.0.5
  8. # node6 ansible_ssh_host=95.54.0.17 # ip=10.3.0.6
  9. #
  10. # ## GlusterFS nodes
  11. # ## Set disk_volume_device_1 to desired device for gluster brick, if different to /dev/vdb (default).
  12. # ## As in the previous case, you can set ip to give direct communication on internal IPs
  13. # gfs_node1 ansible_ssh_host=95.54.0.18 # disk_volume_device_1=/dev/vdc ip=10.3.0.7
  14. # gfs_node2 ansible_ssh_host=95.54.0.19 # disk_volume_device_1=/dev/vdc ip=10.3.0.8
  15. # gfs_node3 ansible_ssh_host=95.54.0.20 # disk_volume_device_1=/dev/vdc ip=10.3.0.9
  16. # [kube-master]
  17. # node1
  18. # node2
  19. # [etcd]
  20. # node1
  21. # node2
  22. # node3
  23. # [kube-node]
  24. # node2
  25. # node3
  26. # node4
  27. # node5
  28. # node6
  29. # [k8s-cluster:children]
  30. # kube-node
  31. # kube-master
  32. # [gfs-cluster]
  33. # gfs_node1
  34. # gfs_node2
  35. # gfs_node3
  36. # [network-storage:children]
  37. # gfs-cluster