You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2017/04/14 20:00:13 UTC

airavata-docs git commit: Added how to use user's own account for job submission

Repository: airavata-docs
Updated Branches:
  refs/heads/master f736f4eef -> c6edd98ee


Added how to use user's own account for job submission


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

Branch: refs/heads/master
Commit: c6edd98ee1f406bab3f966297f8cfbf299482381
Parents: f736f4e
Author: Eroma Abeysinghe <er...@gmail.com>
Authored: Fri Apr 14 16:00:09 2017 -0400
Committer: Eroma Abeysinghe <er...@gmail.com>
Committed: Fri Apr 14 16:00:09 2017 -0400

----------------------------------------------------------------------
 Admin-Maintenance.md | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-docs/blob/c6edd98e/Admin-Maintenance.md
----------------------------------------------------------------------
diff --git a/Admin-Maintenance.md b/Admin-Maintenance.md
index fcc43cc..66c3d11 100644
--- a/Admin-Maintenance.md
+++ b/Admin-Maintenance.md
@@ -55,16 +55,16 @@ NOTE: In order to enable disable resources you require super admin rights to the
 
 <b class="blue">Q6.</b> I want to send notices to my gateway users. How?
 <br><b class="blue">Answer:</b><br>
-1.  Navigate to Admin Dashboard&#8658;Notices <br>
+1.  Navigate to Admin Dashboard &#8658; Notices <br>
 2. Use 'Create a New Notice' button add a new notice. <br>
 3. Based on the published date you provided it will be available for users as a Notice !
 
 <b class="blue">Q7.</b> How to open the gateway to any user who create an user account? In the gateway not required to enable/activate user accounts.
 <br><b class="blue">Answer:</b><br>
-1. Gateway admin can switch between options of opening the gateway to all account creations OR gateway admin to activate accounts after creation.
-2. In order to do open the gateway to all,
-        - If the gateway is hosted by Airavata team, please request from them
-        - If you are hosting the gateway, navigate to <pre><code>vi /var/www/html/airavata-php-gateway/app/config/pga_config.php</code></pre> Then change the initial user role to 'gateway-user'
+1. Gateway admin can switch between options of opening the gateway to all account creations OR gateway admin to activate accounts after creation.<br>
+2. In order to do open the gateway to all,<br>
+        - If the gateway is hosted by Airavata team, please request from them <br>
+        - If you are hosting the gateway, navigate to <pre><code>vi /var/www/html/airavata-php-gateway/app/config/pga_config.php</code></pre> Then change the initial user role to 'gateway-user' <br>
         <pre><code>
                 /**
                  * Initial user role. This is the initial user role assigned to a new
@@ -73,4 +73,15 @@ NOTE: In order to enable disable resources you require super admin rights to the
                  * to require admin approval before users have access.
                  */
                 'initial-role-name' => 'gateway-user',
-        </code></pre>
\ No newline at end of file
+        </code></pre>
+        
+<b class="blue">Q7.</b> I want my gateway users to use their own compute resource allocation to submit jobs through the gateway. How to do this?
+<br><b class="blue">Answer:</b><br>
+1. Users can add their own allocation account details. <br>
+2. In order to do so first login to the gateway.<br>
+3. Then Go to User Settings &#8658; Compute Resources<br>
+4. Click the 'Add a Compute Resource Account' and enter all the details and save.<br>
+
+After at experiment creation,edit and clone<br>
+1. When you select the compute resource which has your account defined in the gateway, default option is to submit the job using user's own account.<br>
+2. User has the option of selecting community account for job submission as well.<br>
\ No newline at end of file