openshift / stg: fix variables that have changed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
dc0c3a4cb4
commit
4bf33612ec
1 changed files with 7 additions and 7 deletions
|
@ -220,7 +220,7 @@ oreg_auth_password="{{ os_stg_registry_password }}"
|
|||
# NOTE: oreg_url must be defined by the user for oreg_auth_* to have any affect.
|
||||
# oreg_auth_pass should be generated from running docker login.
|
||||
# To update registry auth credentials, uncomment the following:
|
||||
oreg_auth_credentials_replace=True
|
||||
#oreg_auth_credentials_replace=True
|
||||
|
||||
# OpenShift repository configuration
|
||||
#openshift_additional_repos=[{'id': 'openshift-origin-copr', 'name': 'OpenShift Origin COPR', 'baseurl': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/epel-7-$basearch/', 'enabled': 1, 'gpgcheck': 1, 'gpgkey': 'https://copr-be.cloud.fedoraproject.org/results/maxamillion/origin-next/pubkey.gpg'}]
|
||||
|
@ -721,12 +721,12 @@ openshift_logging_es_nodeselector={"node-role.kubernetes.io/infra":"true"}
|
|||
#openshift_logging_storage_volume_name=logging
|
||||
#openshift_logging_storage_volume_size=10Gi
|
||||
#openshift_logging_storage_labels={'storage': 'logging'}
|
||||
openshift_hosted_logging_storage_kind=nfs
|
||||
openshift_hosted_logging_storage_access_modes=['ReadWriteOnce']
|
||||
openshift_hosted_logging_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
openshift_hosted_logging_storage_nfs_directory=/
|
||||
openshift_hosted_logging_storage_volume_name=openshift_stg_logging
|
||||
openshift_hosted_logging_storage_volume_size=100Gi
|
||||
openshift_logging_storage_kind=nfs
|
||||
openshift_logging_storage_access_modes=['ReadWriteOnce']
|
||||
openshift_logging_storage_host=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com
|
||||
openshift_logging_storage_nfs_directory=/
|
||||
openshift_logging_storage_volume_name=openshift_stg_logging
|
||||
openshift_logging_storage_volume_size=100Gi
|
||||
#
|
||||
# Option C - Dynamic -- If openshift supports dynamic volume provisioning for
|
||||
# your cloud platform use this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue