From 25c9bd0af1710c3c4d6cdcb495f7abe6dbc5498f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Wed, 27 Nov 2024 15:14:15 +0000
Subject: [PATCH] Back to the previous testing ownCloud hostname

---
 eosc-devel/deployments/fullhub.yaml | 2 +-
 eosc-testing/deployments/hub.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eosc-devel/deployments/fullhub.yaml b/eosc-devel/deployments/fullhub.yaml
index 8113e5e..d616097 100644
--- a/eosc-devel/deployments/fullhub.yaml
+++ b/eosc-devel/deployments/fullhub.yaml
@@ -232,7 +232,7 @@ hub:
       class WebDavOIDCSpawner(OnedataSpawner):
           # ownCloud Infinite Scale parameters
           # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives)
-          OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl"
+          OCIS_URL = "https://ocis.aaitest.owncloud.works"
           # personal space
           OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal"
           # shared space
diff --git a/eosc-testing/deployments/hub.yaml b/eosc-testing/deployments/hub.yaml
index b349199..d02e265 100644
--- a/eosc-testing/deployments/hub.yaml
+++ b/eosc-testing/deployments/hub.yaml
@@ -217,7 +217,7 @@ hub:
       class WebDavOIDCSpawner(OnedataSpawner):
           # ownCloud Infinite Scale parameters
           # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives)
-          OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl"
+          OCIS_URL = "https://ocis.aaitest.owncloud.works"
           # personal space
           OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal"
           # shared space
-- 
GitLab