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.

33 lines
1008 B

  1. all:
  2. vars:
  3. heketi_admin_key: "11elfeinhundertundelf"
  4. heketi_user_key: "!!einseinseins"
  5. glusterfs_daemonset:
  6. readiness_probe:
  7. timeout_seconds: 3
  8. initial_delay_seconds: 3
  9. liveness_probe:
  10. timeout_seconds: 3
  11. initial_delay_seconds: 10
  12. children:
  13. k8s_cluster:
  14. vars:
  15. kubelet_fail_swap_on: false
  16. children:
  17. kube_control_plane:
  18. hosts:
  19. node1:
  20. etcd:
  21. hosts:
  22. node2:
  23. kube_node:
  24. hosts: &kube_nodes
  25. node1:
  26. node2:
  27. node3:
  28. node4:
  29. heketi-node:
  30. vars:
  31. disk_volume_device_1: "/dev/vdb"
  32. hosts:
  33. <<: *kube_nodes