From cd65e68ec6ae962cf724521b92298e9d04818f76 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 29 Sep 2018 23:53:58 +0000 Subject: [PATCH] perhaps this new var will work --- .../templates/cluster-inventory-stg.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index 2696968fb4..b549110447 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -716,12 +716,12 @@ openshift_logging_install_logging=true #openshift_logging_storage_volume_name=logging #openshift_logging_storage_volume_size=10Gi #openshift_logging_storage_labels={'storage': 'logging'} -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 +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 # # Option C - Dynamic -- If openshift supports dynamic volume provisioning for # your cloud platform use this.