This instructions assumes that mentioned below utilities are installed and available on PATH:
make
make orc8r
make integration_tests
make orc8r_integration_tests
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
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