Skip to content

Commit

Permalink
ownership env added in ml-core-service (#3991)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenKDass authored Apr 19, 2024
1 parent 361d2ba commit 13701b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ansible/roles/stack-sunbird/templates/ml-core-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,12 @@ ID={{ml_core_service_id | default(env_name+"."+sunbird_instance+".ml.core.servic
TELEMETRY_ON_OFF={{manage_learn_telemetry_on_off | default("ON")}}

#Topic name for telemetry
TELEMETRY_TOPIC={{telemetry_raw_topic_name | default(env_name+".telemetry.raw")}}
TELEMETRY_TOPIC={{telemetry_raw_topic_name | default(env_name+".telemetry.raw")}}

#Ownership Transfer on and off flow
OWNERSHIP_TRANSFER_ON_OFF={{ownership_transfer_on_off | default("ON")}}

#Topic name for ownership transfer event consumer Topic Name
OWNERSHIP_TRANSFER_TOPIC={{ownership_transfer_topic_name | default(env_name+".transfer.ownership.job")}}


0 comments on commit 13701b1

Please sign in to comment.