openscanhub / fedora-infra

Deployment configurations for the Fedora infrastructure.
https://openscanhub.fedoraproject.org
GNU General Public License v3.0
1 stars 1 forks source link

Add external persistent storage for redis container #29

Closed siteshwar closed 6 months ago

siteshwar commented 7 months ago

Currently redis container uses pvc that is internal to the OpenScanHub openshift project. Redis is used to keep track of single use workers, and the information on openshift pvc gets destroyed on project deletion. This issue tracks getting NFS (NetApp) volume in the Fedora infrastructure and mapping it to the redis container.

We need to follow up similarly as https://pagure.io/fedora-infrastructure/issue/11852.

siteshwar commented 6 months ago

https://pagure.io/fedora-infra/ansible/pull-request/1945