diff --git a/main/lib/idds/tests/test_domapanda_workflow.py b/main/lib/idds/tests/test_domapanda_workflow.py index 48712617..5c78a3f3 100644 --- a/main/lib/idds/tests/test_domapanda_workflow.py +++ b/main/lib/idds/tests/test_domapanda_workflow.py @@ -25,7 +25,7 @@ # from idds.client.client import Client from idds.client.clientmanager import ClientManager # from idds.common.constants import RequestType, RequestStatus -from idds.common.utils import get_rest_host +# from idds.common.utils import get_rest_host # from idds.tests.common import get_example_real_tape_stagein_request # from idds.tests.common import get_example_prodsys2_tape_stagein_request @@ -171,9 +171,9 @@ def setup_workflow(): if __name__ == '__main__': - host = get_rest_host() + # host = get_rest_host() workflow = setup_workflow() - wm = ClientManager(host=host) + wm = ClientManager(host=None) request_id = wm.submit(workflow) print(request_id) diff --git a/monitor/conf.js b/monitor/conf.js index bb3e1caa..dd51c128 100644 --- a/monitor/conf.js +++ b/monitor/conf.js @@ -1,9 +1,9 @@ var appConfig = { - 'iddsAPI_request': "https://lxplus7104.cern.ch:443/idds/monitor_request/null/null", - 'iddsAPI_transform': "https://lxplus7104.cern.ch:443/idds/monitor_transform/null/null", - 'iddsAPI_processing': "https://lxplus7104.cern.ch:443/idds/monitor_processing/null/null", - 'iddsAPI_request_detail': "https://lxplus7104.cern.ch:443/idds/monitor/null/null/true/false/false", - 'iddsAPI_transform_detail': "https://lxplus7104.cern.ch:443/idds/monitor/null/null/false/true/false", - 'iddsAPI_processing_detail': "https://lxplus7104.cern.ch:443/idds/monitor/null/null/false/false/true" + 'iddsAPI_request': "https://lxplus735.cern.ch:443/idds/monitor_request/null/null", + 'iddsAPI_transform': "https://lxplus735.cern.ch:443/idds/monitor_transform/null/null", + 'iddsAPI_processing': "https://lxplus735.cern.ch:443/idds/monitor_processing/null/null", + 'iddsAPI_request_detail': "https://lxplus735.cern.ch:443/idds/monitor/null/null/true/false/false", + 'iddsAPI_transform_detail': "https://lxplus735.cern.ch:443/idds/monitor/null/null/false/true/false", + 'iddsAPI_processing_detail': "https://lxplus735.cern.ch:443/idds/monitor/null/null/false/false/true" }