From 6b8e080ad147b99bd257ec83474db415c72bd8e4 Mon Sep 17 00:00:00 2001 From: Mangirdas Date: Thu, 7 Dec 2017 16:16:36 +0000 Subject: add 3.8 templates for gluster ep and svc --- .../templates/v3.8/glusterfs-registry-endpoints.yml.j2 | 12 ++++++++++++ .../templates/v3.8/glusterfs-registry-service.yml.j2 | 10 ++++++++++ 2 files changed, 22 insertions(+) create mode 100644 roles/openshift_hosted/templates/v3.8/glusterfs-registry-endpoints.yml.j2 create mode 100644 roles/openshift_hosted/templates/v3.8/glusterfs-registry-service.yml.j2 (limited to 'roles/openshift_hosted') diff --git a/roles/openshift_hosted/templates/v3.8/glusterfs-registry-endpoints.yml.j2 b/roles/openshift_hosted/templates/v3.8/glusterfs-registry-endpoints.yml.j2 new file mode 100644 index 000000000..3c874d910 --- /dev/null +++ b/roles/openshift_hosted/templates/v3.8/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 diff --git a/roles/openshift_hosted/templates/v3.8/glusterfs-registry-service.yml.j2 b/roles/openshift_hosted/templates/v3.8/glusterfs-registry-service.yml.j2 new file mode 100644 index 000000000..f18c94a4f --- /dev/null +++ b/roles/openshift_hosted/templates/v3.8/glusterfs-registry-service.yml.j2 @@ -0,0 +1,10 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: {{ openshift_hosted_registry_storage_glusterfs_endpoints }} +spec: + ports: + - port: 1 +status: + loadBalancer: {} -- cgit v1.2.1