Skip to content

Latest commit

 

History

History
 
 

dp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Magma Domain Proxy

Prerequisites

This instructions assumes that mentioned below utilities are installed and available on PATH:

Local deployment without orc8r

make

Local deployment with orc8r

make orc8r

Running integration tests

make integration_tests

Running integration tests with orc8r deployed

make orc8r_integration_tests

Enabling features

Metrics

Make targets orc8r and orc8r_integration_tests can be run with metrics. In this case prometheus and grafana PODS will be included in deployment. To enable it evironment variable DP_METRICS have to be set e.g:

DP_METRICS=true make orc8r

Services needed by Certification process

Device certification process require extra services to be deployed. Crl server and Harness certification service. To enable them DP_CERTIFICATION environment variable have to be set

DP_CERTIFICATION=true make orc8r