add osbs registry storage
This commit is contained in:
parent
25e281f106
commit
a421c26280
1 changed files with 12 additions and 12 deletions
|
@ -433,19 +433,19 @@ openshift_hosted_manage_router=false
|
|||
# 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=/
|
||||
#openshift_hosted_registry_storage_volume_name=openshift-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-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=/
|
||||
#openshift_hosted_registry_storage_volume_name=openshift-prod-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
|
||||
{% endif %}
|
||||
#
|
||||
# Openstack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue