Persistent storage via NFS
Once the NFS storage is configured and available for use within the cluster, we can create PVs with the following adhoc playbook: ansible-infra-playbooks/adhoc-openshift-pv.yml
Sample usage:
ansible-playbook playbooks/adhoc-openshift-pv.yml -e "host=<admin host where the NFS storage is mounted>" -e "pv_size=10Gi" -e "cico_project_name=project-pv-name"
Resources: