glusterfs_config.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. - set_fact:
  3. glusterfs_timeout: "{{ openshift_storage_glusterfs_timeout }}"
  4. glusterfs_namespace: "{{ openshift_storage_glusterfs_namespace }}"
  5. glusterfs_is_native: "{{ openshift_storage_glusterfs_is_native | bool }}"
  6. glusterfs_name: "{{ openshift_storage_glusterfs_name }}"
  7. glusterfs_nodeselector: "{{ openshift_storage_glusterfs_nodeselector | default(['storagenode', openshift_storage_glusterfs_name] | join('=')) | map_from_pairs }}"
  8. glusterfs_use_default_selector: "{{ openshift_storage_glusterfs_use_default_selector }}"
  9. glusterfs_storageclass: "{{ openshift_storage_glusterfs_storageclass }}"
  10. glusterfs_image: "{{ openshift_storage_glusterfs_image }}"
  11. glusterfs_version: "{{ openshift_storage_glusterfs_version }}"
  12. glusterfs_block_deploy: "{{ openshift_storage_glusterfs_block_deploy | bool }}"
  13. glusterfs_block_image: "{{ openshift_storage_glusterfs_block_image }}"
  14. glusterfs_block_version: "{{ openshift_storage_glusterfs_block_version }}"
  15. glusterfs_block_max_host_vol: "{{ openshift_storage_glusterfs_block_max_host_vol }}"
  16. glusterfs_wipe: "{{ openshift_storage_glusterfs_wipe | bool }}"
  17. glusterfs_heketi_is_native: "{{ openshift_storage_glusterfs_heketi_is_native | bool }}"
  18. glusterfs_heketi_is_missing: "{{ openshift_storage_glusterfs_heketi_is_missing | bool }}"
  19. glusterfs_heketi_deploy_is_missing: "{{ openshift_storage_glusterfs_heketi_deploy_is_missing | bool }}"
  20. glusterfs_heketi_cli: "{{ openshift_storage_glusterfs_heketi_cli }}"
  21. glusterfs_heketi_image: "{{ openshift_storage_glusterfs_heketi_image }}"
  22. glusterfs_heketi_version: "{{ openshift_storage_glusterfs_heketi_version }}"
  23. glusterfs_heketi_admin_key: "{{ openshift_storage_glusterfs_heketi_admin_key }}"
  24. glusterfs_heketi_user_key: "{{ openshift_storage_glusterfs_heketi_user_key }}"
  25. glusterfs_heketi_topology_load: "{{ openshift_storage_glusterfs_heketi_topology_load | bool }}"
  26. glusterfs_heketi_wipe: "{{ openshift_storage_glusterfs_heketi_wipe | bool }}"
  27. glusterfs_heketi_url: "{{ openshift_storage_glusterfs_heketi_url }}"
  28. glusterfs_heketi_port: "{{ openshift_storage_glusterfs_heketi_port }}"
  29. glusterfs_heketi_executor: "{{ openshift_storage_glusterfs_heketi_executor }}"
  30. glusterfs_heketi_ssh_port: "{{ openshift_storage_glusterfs_heketi_ssh_port }}"
  31. glusterfs_heketi_ssh_user: "{{ openshift_storage_glusterfs_heketi_ssh_user }}"
  32. glusterfs_heketi_ssh_sudo: "{{ openshift_storage_glusterfs_heketi_ssh_sudo | bool }}"
  33. glusterfs_heketi_ssh_keyfile: "{{ openshift_storage_glusterfs_heketi_ssh_keyfile }}"
  34. glusterfs_heketi_fstab: "{{ openshift_storage_glusterfs_heketi_fstab }}"
  35. glusterfs_nodes: "{{ groups.glusterfs }}"
  36. - include: glusterfs_common.yml