OSBS: we do not need persistent storage for the OSBS registry
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
a421c26280
commit
2ffb0edf37
1 changed files with 12 additions and 16 deletions
|
@ -432,22 +432,18 @@ openshift_hosted_manage_router=false
|
|||
# NFS volume must already exist with path "nfs_directory/_volume_name" on
|
||||
# the storage_host. For example, the remote volume path using these
|
||||
# options would be "nfs.example.com:/exports/registry"
|
||||
{% if env == "staging" %}
|
||||
openshift_hosted_registry_storage_kind=nfs
|
||||
openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
||||
openshift_hosted_registry_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
openshift_hosted_registry_storage_nfs_directory=/{{ansible_architecture}}
|
||||
openshift_hosted_registry_storage_volume_name=osbs-stg-registry
|
||||
openshift_hosted_registry_storage_volume_size=10Gi
|
||||
{% else %}
|
||||
openshift_hosted_registry_storage_kind=nfs
|
||||
openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
||||
openshift_hosted_registry_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
openshift_hosted_registry_storage_nfs_directory=/{{ansible_architecture}}
|
||||
openshift_hosted_registry_storage_volume_name=osbs-prod-registry
|
||||
openshift_hosted_registry_storage_volume_size=10Gi
|
||||
{% endif %}
|
||||
#
|
||||
#openshift_hosted_registry_storage_kind=nfs
|
||||
#openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
||||
#openshift_hosted_registry_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
#openshift_hosted_registry_storage_nfs_directory=/{{ansible_architecture}}
|
||||
#openshift_hosted_registry_storage_volume_name=osbs-stg-registry
|
||||
#openshift_hosted_registry_storage_volume_size=10Gi
|
||||
#openshift_hosted_registry_storage_kind=nfs
|
||||
#openshift_hosted_registry_storage_access_modes=['ReadWriteMany']
|
||||
#openshift_hosted_registry_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
#openshift_hosted_registry_storage_nfs_directory=/{{ansible_architecture}}
|
||||
#openshift_hosted_registry_storage_volume_name=osbs-prod-registry
|
||||
#openshift_hosted_registry_storage_volume_size=10Gi
|
||||
# Openstack
|
||||
# Volume must already exist.
|
||||
#openshift_hosted_registry_storage_kind=openstack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue