glusterfs_config.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132
  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_wipe: "{{ openshift_storage_glusterfs_wipe | bool }}"
  13. glusterfs_heketi_is_native: "{{ openshift_storage_glusterfs_heketi_is_native | bool }}"
  14. glusterfs_heketi_is_missing: "{{ openshift_storage_glusterfs_heketi_is_missing | bool }}"
  15. glusterfs_heketi_deploy_is_missing: "{{ openshift_storage_glusterfs_heketi_deploy_is_missing | bool }}"
  16. glusterfs_heketi_cli: "{{ openshift_storage_glusterfs_heketi_cli }}"
  17. glusterfs_heketi_image: "{{ openshift_storage_glusterfs_heketi_image }}"
  18. glusterfs_heketi_version: "{{ openshift_storage_glusterfs_heketi_version }}"
  19. glusterfs_heketi_admin_key: "{{ openshift_storage_glusterfs_heketi_admin_key }}"
  20. glusterfs_heketi_user_key: "{{ openshift_storage_glusterfs_heketi_user_key }}"
  21. glusterfs_heketi_topology_load: "{{ openshift_storage_glusterfs_heketi_topology_load | bool }}"
  22. glusterfs_heketi_wipe: "{{ openshift_storage_glusterfs_heketi_wipe | bool }}"
  23. glusterfs_heketi_url: "{{ openshift_storage_glusterfs_heketi_url }}"
  24. glusterfs_heketi_port: "{{ openshift_storage_glusterfs_heketi_port }}"
  25. glusterfs_heketi_executor: "{{ openshift_storage_glusterfs_heketi_executor }}"
  26. glusterfs_heketi_ssh_port: "{{ openshift_storage_glusterfs_heketi_ssh_port }}"
  27. glusterfs_heketi_ssh_user: "{{ openshift_storage_glusterfs_heketi_ssh_user }}"
  28. glusterfs_heketi_ssh_sudo: "{{ openshift_storage_glusterfs_heketi_ssh_sudo | bool }}"
  29. glusterfs_heketi_ssh_keyfile: "{{ openshift_storage_glusterfs_heketi_ssh_keyfile }}"
  30. glusterfs_nodes: "{{ groups.glusterfs }}"
  31. - include: glusterfs_common.yml