...
S.No | Topic | Description | Dependency | Tester | Status | Remarks | Test Details |
---|---|---|---|---|---|---|---|
1. | KPI policy type and policy instance | Create Kpi policy type and Kpi policy instance and deploy the policies. | Policy | Completed | |||
2. | Config Fetch from policy | Mention the deployed policy-id in the pom.xml of kpi-ms and the corresponding policy is fetched using the policy sidecar container during deployment and placed inside the kpi-ms container. And during the startup of the microservice the config is fetched from the policy. | Policy | Hariharan Ramanathan | Completed | Earlier the "kpi.config" was fetched from the app-config/application_config.yaml and stored in the variable kpiConfig inside the code and now when the config is fetched using the policy the config is overridden with the config fetched from policy. | |
3. | Configurable Kpi Config. | By updating the SDK version to 1.8.6 in pom.xml of KPI-MS, the config is configurable in run-time .By changing the Kpi-config value in the policy inside the /etc/policies/policy.json , the Config gets updated in the code without the need to redeploy the application. | Cbs-client | Hariharan Ramanathan | Completed | ||
...