Skip to content

CIP-1794 Adding SPFRX deployer pod

Aditya Joshi requested to merge cip-1794-spfrx-db-registration into master

Added a new yaml in the templates directory which brings up a pod in the deployment called spfrx-deployer. 2 commands need to be piped into the pod in order to execute the device registration:

  1. kubectl exec spfrx-deployer -n -- python3 spfrx_deployer.py --generate-spfrx-config
  2. kubectl exec spfrx-deployer -n -- python3 spfrx_deployer.py --config-db

Attached image of DB after registration

spfrx_db_registration

Edited by Aditya Joshi

Merge request reports