Skip to content

Files

Latest commit

 

History

History
 
 

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ROS Development environment.

Below are the instructions to setup ROS development environment

Setup

  1. If you want to access the containers from host machine, update /etc/hosts
127.0.0.1       kafka
127.0.0.1       minio
  1. Clone ros-backend repository.
git clone https://github.com/RedHatInsights/ros-backend.git
cd scripts
docker login quay.io
  1. Start dependency containers (insight-sinventory-web has dependency on all platform containers, so they can be started with a single command). The db-ros container just provides a PostgreSQL database for the ROS application
docker-compose up --build insights-inventory-web db-ros insights-engine

Usage

Following commands are expected to be run from the repository root (not within the scripts directory).

Enter the pipenv environment

pipenv install --dev 
pipenv shell

Run ros-api application

python -m ros.api.main

Run the ros-processor application

python -m ros.processor.main

Sending report to ingress/kafka topic(platform.upload.advisor) and registering system in host inventory.

make insights-upload-data