summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j2
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-29 09:37:11 -0500
committerGitHub <noreply@github.com>2017-11-29 09:37:11 -0500
commitaff556902f5851d61df34a83dfff2b3ff891fef8 (patch)
treed6247557b0eb5cd2936608ba5c0b93dc4a9281f5 /roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j2
parent8f9f84b27ce12d07eed2269df0a118f112554f7a (diff)
parente893c818a62665729bcdabe27cf0b3f05937d374 (diff)
downloadopenshift-aff556902f5851d61df34a83dfff2b3ff891fef8.tar.gz
openshift-aff556902f5851d61df34a83dfff2b3ff891fef8.tar.bz2
openshift-aff556902f5851d61df34a83dfff2b3ff891fef8.tar.xz
openshift-aff556902f5851d61df34a83dfff2b3ff891fef8.zip
Merge pull request #5723 from mjudeikis/gluster-registry-backend
Add external glusterfs backend to hosted and glusterfs playbook
Diffstat (limited to 'roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j2')
-rw-r--r--roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j2 b/roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j2
new file mode 100644
index 000000000..607d25533
--- /dev/null
+++ b/roles/openshift_hosted/templates/v3.6/glusterfs-registry-endpoints.yml.j2
@@ -0,0 +1,12 @@
+---
+apiVersion: v1
+kind: Endpoints
+metadata:
+ name: {{ openshift.hosted.registry.storage.glusterfs.endpoints }}
+subsets:
+- addresses:
+{% for ip in openshift_hosted_registry_storage_glusterfs_ips %}
+ - ip: {{ ip }}
+{% endfor %}
+ ports:
+ - port: 1