You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/04/18 21:27:31 UTC

[airavata] 03/05: Remove GFac config from api-orch airavata-server.properties template

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit fe28ca9f42a2aa0b6ea102d69bfffb8c54c5cdbe
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Apr 13 16:55:04 2018 -0400

    Remove GFac config from api-orch airavata-server.properties template
---
 dev-tools/ansible/helix.yml                        | 30 ++++++++++++++++++++++
 .../templates/airavata-server.properties.j2        | 11 --------
 2 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/dev-tools/ansible/helix.yml b/dev-tools/ansible/helix.yml
new file mode 100644
index 0000000..73cea4a
--- /dev/null
+++ b/dev-tools/ansible/helix.yml
@@ -0,0 +1,30 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+
+- hosts: helix
+  roles:
+    - env_setup
+    - java
+    - role: common
+      become: yes
+      become_user: "{{user}}"
+...
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 716a880..0d5edca 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
@@ -165,17 +165,6 @@ regserver.server.host={{registry_host}}
 regserver.server.port={{registry_port}}
 regserver.server.min.threads=50
 
-###########################################################################
-#  GFac Server Configurations
-###########################################################################
-gfac=org.apache.airavata.gfac.server.GfacServer
-gfac.server.name={{ gfac_name }}
-gfac.server.host={{ gfac_host }}
-gfac.server.port={{ gfac_port }}
-gfac.thread.pool.size=50
-host.scheduler=org.apache.airavata.gfac.impl.DefaultHostScheduler
-
-
 
 ###########################################################################
 # Airavata Workflow Interpreter Configurations

-- 
To stop receiving notification emails like this one, please contact
machristie@apache.org.