We’ve made it possible to run FAF and required database inside Openshift in two separated containers. In this blog post, you will find information about the containers and how to deploy them in Openshift.
We are dealing with a question how to detect and catch unhandled python exception inside of containers and collect/display them on the host (OpenShift, logs, ABRT, …).
With a last release of Fedora Packages there is a new feature related to FAF.
ABRT is able to run inside an Openshift resp. Docker container and catch certain subset of problems that occured on the host where the container is running including all other containers running on the same host.
Until this moment it was not able to report problems from unpackaged executables because no package information can be obtained from those executables, even a component name which is very important for problem reporting. In this article is described how to configure ABRT and FAF server to achieve this.