glusterfs_config.yml 1.7 KB

12345678910111213141516171819202122232425
  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 }}"
  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_storageclass: "{{ openshift_storage_glusterfs_storageclass }}"
  9. glusterfs_image: "{{ openshift_storage_glusterfs_image }}"
  10. glusterfs_version: "{{ openshift_storage_glusterfs_version }}"
  11. glusterfs_wipe: "{{ openshift_storage_glusterfs_wipe }}"
  12. glusterfs_heketi_is_native: "{{ openshift_storage_glusterfs_heketi_is_native }}"
  13. glusterfs_heketi_is_missing: "{{ openshift_storage_glusterfs_heketi_is_missing }}"
  14. glusterfs_heketi_deploy_is_missing: "{{ openshift_storage_glusterfs_heketi_deploy_is_missing }}"
  15. glusterfs_heketi_image: "{{ openshift_storage_glusterfs_heketi_image }}"
  16. glusterfs_heketi_version: "{{ openshift_storage_glusterfs_heketi_version }}"
  17. glusterfs_heketi_admin_key: "{{ openshift_storage_glusterfs_heketi_admin_key }}"
  18. glusterfs_heketi_user_key: "{{ openshift_storage_glusterfs_heketi_user_key }}"
  19. glusterfs_heketi_topology_load: "{{ openshift_storage_glusterfs_heketi_topology_load }}"
  20. glusterfs_heketi_wipe: "{{ openshift_storage_glusterfs_heketi_wipe }}"
  21. glusterfs_heketi_url: "{{ openshift_storage_glusterfs_heketi_url }}"
  22. glusterfs_heketi_port: "{{ openshift_storage_glusterfs_heketi_port }}"
  23. glusterfs_nodes: "{{ groups.glusterfs }}"
  24. - include: glusterfs_common.yml