You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/09/27 19:08:18 UTC

[1/2] airavata git commit: changing ansible ports

Repository: airavata
Updated Branches:
  refs/heads/develop 514567c8b -> 59142dd7d


changing ansible ports


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/b7a79203
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b7a79203
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b7a79203

Branch: refs/heads/develop
Commit: b7a79203d79046339377cbe5820a3a6bc380fb6c
Parents: 514567c
Author: scnakandala <su...@gmail.com>
Authored: Tue Sep 27 14:21:27 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Sep 27 14:21:27 2016 -0400

----------------------------------------------------------------------
 dev-tools/ansible/hosts | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/b7a79203/dev-tools/ansible/hosts
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/hosts b/dev-tools/ansible/hosts
index 4fc8675..9dbec9c 100644
--- a/dev-tools/ansible/hosts
+++ b/dev-tools/ansible/hosts
@@ -2,25 +2,25 @@
 # inventory file : production
 
 [zookeeper]
-54.221.13.4
+149.165.171.13
 
 [rabbitmq]
-54.221.13.4
+149.165.171.12
 
 [database]
-54.196.189.115
+149.165.171.1
 
-[wso2is]
+#[wso2is]
 #52.87.209.219
 
 [registry]
-54.89.119.195
+149.165.171.0
 
 [api-orch]
-54.89.119.195
+149.165.170.105
 
 [gfac]
-54.165.169.111
+149.165.170.104
 
 [pga]
-#54.237.220.234
+149.165.170.103


[2/2] airavata git commit: changing document root

Posted by sc...@apache.org.
changing document root


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/59142dd7
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/59142dd7
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/59142dd7

Branch: refs/heads/develop
Commit: 59142dd7d878f2cced3647ba89b24879f578f005
Parents: b7a7920
Author: scnakandala <su...@gmail.com>
Authored: Tue Sep 27 15:08:14 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Sep 27 15:08:14 2016 -0400

----------------------------------------------------------------------
 dev-tools/ansible/roles/pga/templates/httpd.conf.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/59142dd7/dev-tools/ansible/roles/pga/templates/httpd.conf.j2
----------------------------------------------------------------------
diff --git a/dev-tools/ansible/roles/pga/templates/httpd.conf.j2 b/dev-tools/ansible/roles/pga/templates/httpd.conf.j2
index 37c05e2..febb204 100644
--- a/dev-tools/ansible/roles/pga/templates/httpd.conf.j2
+++ b/dev-tools/ansible/roles/pga/templates/httpd.conf.j2
@@ -116,7 +116,7 @@ ServerAdmin root@localhost
 # documents. By default, all requests are taken from this directory, but
 # symbolic links and aliases may be used to point to other locations.
 #
-DocumentRoot "/var/www/html"
+DocumentRoot "/var/www/html/php-gateway/public"
 
 #
 # Relax access to content within /var/www.