Change to db url for DME based on ranpm repository 37/11037/1
authorjosephthaliath <jo.thaliath@samsung.com>
Mon, 8 May 2023 06:18:31 +0000 (11:48 +0530)
committerjosephthaliath <jo.thaliath@samsung.com>
Mon, 8 May 2023 06:18:31 +0000 (11:48 +0530)
Issue-Id: AIMLFW-45

Change-Id: I350b2a4d84b91680a64dcc21acaff2abf4ca4973
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
trainingmgr/common/trainingmgr_operations.py

index 110f197..e018938 100644 (file)
@@ -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,