This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/develop by this push:
new dbcf6cb HostScheduler moved to orch, updating config
dbcf6cb is described below
commit dbcf6cbbef0f062c18ddcbbbf243698d3f33131f
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Mar 21 16:23:13 2019 -0400
HostScheduler moved to orch, updating config
---
.../ansible/roles/api-orch/templates/airavata-server.properties.j2 | 2 +-
.../server/src/main/resources/airavata-server.properties | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
b/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
index d5ad9ee..7839b90 100644
--- a/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
+++ b/dev-tools/ansible/roles/api-orch/templates/airavata-server.properties.j2
@@ -155,7 +155,7 @@ threadpool.size=10
start.submitter=true
embedded.mode=true
enable.validation=true
-host.scheduler=org.apache.airavata.gfac.impl.DefaultHostScheduler
+host.scheduler=org.apache.airavata.orchestrator.core.schedule.DefaultHostScheduler
###########################################################################
# Registry Server Configurations
diff --git
a/modules/configuration/server/src/main/resources/airavata-server.properties
b/modules/configuration/server/src/main/resources/airavata-server.properties
index 9db7893..e431f13 100644
--- a/modules/configuration/server/src/main/resources/airavata-server.properties
+++ b/modules/configuration/server/src/main/resources/airavata-server.properties
@@ -166,7 +166,7 @@ gfac.server.name=gfac-node0
gfac.server.host=localhost
gfac.server.port=8950
gfac.thread.pool.size=50
-host.scheduler=org.apache.airavata.gfac.impl.DefaultHostScheduler
+host.scheduler=org.apache.airavata.orchestrator.core.schedule.DefaultHostScheduler
# ssh session access timeout in minutes default is 30 minutes
#ssh.session.cache.access.timeout=30
@@ -356,4 +356,4 @@ iam.server.super.admin.password=password
###########################################################################
# DB Event Manager Runner
###########################################################################
-db_event_manager=org.apache.airavata.db.event.manager.DBEventManagerRunner
\ No newline at end of file
+db_event_manager=org.apache.airavata.db.event.manager.DBEventManagerRunner