This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new f9cc11c Added few missing gateways to the list
f9cc11c is described below
commit f9cc11c3997a9b2993f949167f88cd26e0f50014
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Mon Apr 1 02:29:23 2019 -0400
Added few missing gateways to the list
---
dev-tools/ansible/pga-scigap-prod.yml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-tools/ansible/pga-scigap-prod.yml
b/dev-tools/ansible/pga-scigap-prod.yml
index ce97505..c913e75 100644
--- a/dev-tools/ansible/pga-scigap-prod.yml
+++ b/dev-tools/ansible/pga-scigap-prod.yml
@@ -20,7 +20,7 @@
---
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/accord"
-- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/brandeis"
+#- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/brandeis"
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/gatech"
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/georgiastate"
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/iugateway"
@@ -55,5 +55,10 @@
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/epwgateway"
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/ampgateway"
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/hubzero"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/ddstudio"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/sdstate"
- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/saverx"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir }}/pga_config/mines"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/distantreader"
+- include: pga-single-vhost.yml vars_dir="{{ inventory_dir
}}/pga_config/pfec-hydro"
...