heketi-endpoints.yml.j2 384 B

123456789101112131415
  1. ---
  2. apiVersion: v1
  3. kind: Endpoints
  4. metadata:
  5. name: heketi-db-{{ glusterfs_name }}-endpoints
  6. labels:
  7. glusterfs: heketi-{{ glusterfs_name }}-db-endpoints
  8. heketi: {{ glusterfs_name }}-db-endpoints
  9. subsets:
  10. - addresses:
  11. {% for node in glusterfs_nodes %}
  12. - ip: {{ hostvars[node].glusterfs_ip | default(hostvars[node].openshift.common.ip) }}
  13. {% endfor %}
  14. ports:
  15. - port: 1