summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted/README.md
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-05-10 11:02:00 -0500
committerGitHub <noreply@github.com>2017-05-10 11:02:00 -0500
commitc8e8f8f7b506de67c0beb92534b303451938aeba (patch)
tree79617833ce7ec83925473af9b5c2de6b227476e9 /roles/openshift_hosted/README.md
parent5a4365e765e16a4401d10f0bd42a7d3e194d4ab0 (diff)
parent483870112d3a079709b231f1128b979fc5e60c52 (diff)
downloadopenshift-c8e8f8f7b506de67c0beb92534b303451938aeba.tar.gz
openshift-c8e8f8f7b506de67c0beb92534b303451938aeba.tar.bz2
openshift-c8e8f8f7b506de67c0beb92534b303451938aeba.tar.xz
openshift-c8e8f8f7b506de67c0beb92534b303451938aeba.zip
Merge pull request #3969 from jarrpa/glusterfs-registry-too
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_hosted/README.md')
-rw-r--r--roles/openshift_hosted/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/openshift_hosted/README.md b/roles/openshift_hosted/README.md
index 6d576df71..3e5d7f860 100644
--- a/roles/openshift_hosted/README.md
+++ b/roles/openshift_hosted/README.md
@@ -28,6 +28,14 @@ From this role:
| openshift_hosted_registry_selector | region=infra | Node selector used when creating registry. The OpenShift registry will only be deployed to nodes matching this selector. |
| openshift_hosted_registry_cert_expire_days | `730` (2 years) | Validity of the certificates in days. Works only with OpenShift version 1.5 (3.5) and later. |
+If you specify `openshift_hosted_registry_kind=glusterfs`, the following
+variables also control configuration behavior:
+
+| Name | Default value | Description |
+|----------------------------------------------|---------------|------------------------------------------------------------------------------|
+| openshift_hosted_registry_glusterfs_swap | False | Whether to swap an existing registry's storage volume for a GlusterFS volume |
+| openshift_hosted_registry_glusterfs_swapcopy | True | If swapping, also copy the current contents of the registry volume |
+
Dependencies
------------