Skip to content

Commit

Permalink
Add "gateway_subscriber_state" to service_registry.yml
Browse files Browse the repository at this point in the history
To trigger indexer also for the type gateway_subscriber_state
the annotation is added to the service registry config of
subscriberdb.

Signed-off-by: Alexander zur Bonsen <alexander.zur.bonsen@tngtech.com>
  • Loading branch information
alexzurbonsen committed Jun 21, 2022
1 parent 660616d commit 0c7de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lte/cloud/configs/service_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
orc8r.io/state_indexer: "true"
orc8r.io/swagger_spec: "true"
annotations:
orc8r.io/state_indexer_types: "mobilityd_ipdesc_record"
orc8r.io/state_indexer_types: "mobilityd_ipdesc_record,gateway_subscriber_state"
orc8r.io/state_indexer_version: "1"
orc8r.io/obsidian_handlers_path_prefixes: >
/magma/v1/lte/:network_id/msisdns,
Expand Down

0 comments on commit 0c7de2a

Please sign in to comment.