mirror of
https://github.com/ansible/awx.git
synced 2026-07-05 05:18:02 -02:30
Implemented fact scan storage logic.
* added mongo connection logic * added mongo dbtransform logic to allow keys with . and $ * altered tower fact scanner CacheModule to emit a message for each fact module facts (including ansible facts). Previously, seperate facts module facts were getting concatenated to each subsequent emi * tower fact scanner CacheModule timeout set as to not hang for forever * broke apart commands.py test * added unit test for run_fact_cache_receiver, facts, and dbtransform
This commit is contained in:
@@ -15,3 +15,6 @@ from awx.main.tests.activity_stream import * # noqa
|
||||
from awx.main.tests.schedules import * # noqa
|
||||
from awx.main.tests.redact import * # noqa
|
||||
from awx.main.tests.views import * # noqa
|
||||
from awx.main.tests.models import * # noqa
|
||||
from awx.main.tests.commands import * # noqa
|
||||
from awx.main.tests.dbtransform import * # noqa
|
||||
|
||||
Reference in New Issue
Block a user