Project

General

Profile

Actions

Bug #8517

open

Apipie generator is called during installation

Added by Lukas Zapletal over 9 years ago. Updated over 9 years ago.

Status:
New
Priority:
Normal
Category:
Foreman modules
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

I am not sure if this is a bug, but to me it looks suspicious.

Nightly installations on RHEL6/RHEL7 generate massive amount of "rendered xyz apipie erb" messages:

grep apipie /var/log/foreman/production.log | wc -l
38041

It looks like those are called during our installer runs, which we do in our installation test (we have three in total - main installation, second call that does nothing and third call that installs Compute Resources). During the first and third round, I see those messages.

To reproduce, use foreman-bats test suite.

Actions #1

Updated by Dominic Cleal over 9 years ago

It may be worth noting that #4478 is incomplete and the packaging changes are still pending to split the build apart from the cache generation. This means we're calling apipie:cache from the installer, from plugins (foreman_bootdisk does it) and from the core Foreman package. It might be that once this is finished, it decreases again (if the messages are logged by the part that will go into the build)?

Actions

Also available in: Atom PDF