fedora-packages-static is a simpler, statically generated version of the old Fedora Packages app.
packages-static is a collection of Python scripts that pulls repository metadata and compiles that into statically generated HTML files. It has a Docker container that runs packages-static every week and serves files via nginx. Because of this approach, packages search is handled by an external service such as Apache Solr or elasticsearch.
Example
Currently, I have a prototype container with searching handled by Solr and search results returned by a small uwsgi script.
Is it possible to have one pod secure a write mount to a volume and have multiple read-only mounts for load-balancing? I've looked at the openshift docs and it seems impossible.
Phase I:
Phase II:
Phase III:
Phase IV:
Metadata Update from @smooge: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: medium-gain, medium-trouble, ops
I am kind of curious on how hard/easy is it to deploy solr in a container/openshift, do you know?
I do not think that it will be hard given that there is an official container and a distributed cloud mode that is well documented.
The only complicated part is the admin UI which looks like it supports authentication with kerberos and openid. It is strongly recommended to put that (and the api) behind a non-public network.
I not sure if thats possible, RWX (ReadWriteMany) access mode is likely needed, which we can provide with NFS backed storage.
Looking at examples roles and playbook at:
and
Do you think you could open a PR against the ansible repo with what is needed for this project?
I not sure if thats possible, RWX (ReadWriteMany) access mode is likely needed, which we can provide with NFS backed storage. [0] https://docs.openshift.com/container-platform/3.6/architecture/additional_concepts/storage.html#pv-access-modes
Thanks, I mostly just want this to have one pod control writing and have the rest just serve from it instead of having different copies per-instance. If this is a bad idea/too complicated, I can just keep it how it is now.
Yes, I'll make a PR as soon as I have the time.
Login to comment on this ticket.