]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/call_home: change ECuRep endpoint
authorYaarit Hatuka <yhatuka@ibm.com>
Fri, 16 May 2025 22:08:10 +0000 (18:08 -0400)
committerJustin Caratzas <jcaratza@redhat.com>
Tue, 23 Sep 2025 13:07:09 +0000 (09:07 -0400)
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 <yhatuka@ibm.com>
(cherry picked from commit f6020f35831c501ff4ca96a6e6ee855ffe805475)

src/pybind/mgr/call_home_agent/module.py

index 5c7eeeebf55c31fbf4b919d3023f41d47dfa0eb1..21657f960de6f6168c7e604c51e9d4681a73ac6f 100644 (file)
@@ -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(