From 4b062b16c693d1dec925ecff572b8525ce881d8c Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Mon, 8 May 2023 11:48:31 +0530 Subject: [PATCH] Change to db url for DME based on ranpm repository Issue-Id: AIMLFW-45 Change-Id: I350b2a4d84b91680a64dcc21acaff2abf4ca4973 Signed-off-by: josephthaliath --- trainingmgr/common/trainingmgr_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainingmgr/common/trainingmgr_operations.py b/trainingmgr/common/trainingmgr_operations.py index 110f197..e018938 100644 --- a/trainingmgr/common/trainingmgr_operations.py +++ b/trainingmgr/common/trainingmgr_operations.py @@ -130,7 +130,7 @@ def create_dme_filtered_data_job(training_config_obj, source_name, db_org, bucke "info_type_id": "json-file-data-from-filestore-to-influx", "job_owner": "console", "status_notification_uri": "http://callback.nonrtric:80/post", - "job_definition": { "db-url":"http://influxdb.onap:8086", + "job_definition": { "db-url":"http://influxdb2.nonrtric:8086", "db-org":db_org, "db-bucket":bucket_name, "db-token": token, -- 2.16.6