From: Yaarit Hatuka Date: Fri, 16 May 2025 22:08:10 +0000 (-0400) Subject: mgr/call_home: change ECuRep endpoint X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a552f5bd9111b6a9be08930b45a9071ec8b05d35;p=ceph-ci.git mgr/call_home: change ECuRep endpoint The current ECuRep default endpoint for file uploads in production (https://www.secure.ecurep.ibm.com) will sunset in Q3. We need to change the default from: https://www.secure.ecurep.ibm.com to: https://www.ecurep.ibm.com Uploading files to ECuRep with this new endpoint was tested and it was working well. Resolves: rhbz#2366947 Signed-off-by: Yaarit Hatuka (cherry picked from commit f6020f35831c501ff4ca96a6e6ee855ffe805475) --- diff --git a/src/pybind/mgr/call_home_agent/module.py b/src/pybind/mgr/call_home_agent/module.py index 5c7eeeebf55..21657f960de 100644 --- a/src/pybind/mgr/call_home_agent/module.py +++ b/src/pybind/mgr/call_home_agent/module.py @@ -215,7 +215,7 @@ class CallHomeAgent(MgrModule): Option( name='ecurep_url', type='str', - default='https://www.secure.ecurep.ibm.com', + default='https://www.ecurep.ibm.com', desc='ECuRep file exchange systems' ), Option(