Skip to content

RedHatInsights/yuptoo

Repository files navigation

Yupana Upload Processor II

How it Works

UML

What is different in yuptoo compared to legacy yupana

  • No database.
  • No explicit state-machine.
  • No django service for readiness and liveness probes.
  • More robust and decoupled code.

Usage

pipenv install --dev
pipenv run python main.py

Modifiers

Yuptoo has the concept of modifiers which are used for manipulating host data before sending it to host inventory.

Read more about modifiers - yuptoo/modifiers

Testing and Linting

To run pytest hit the below command in yuptoo root directory

pipenv run python -m pytest

For linting run the below command.

pipenv run flake8