You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2022/06/26 16:19:37 UTC

[airavata] branch develop updated (1a00507107 -> 5fe936fdb5)

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

dimuthuupe pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


    from 1a00507107 Handling special characters in output staging
     new 8616c5a743 Updated the readme file related to the new less secure gmail accounts
     new 5fe936fdb5 Fix enum constant issue when running JobMonitorStarter

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 modules/ide-integration/README.md                            | 6 +++---
 modules/ide-integration/src/main/resources/email-config.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[airavata] 02/02: Fix enum constant issue when running JobMonitorStarter

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5fe936fdb51e2516819a2f1b8f9fdae6b794e0f2
Author: Lahiru Jayathilake <la...@gmail.com>
AuthorDate: Sun Jun 26 16:21:44 2022 +0530

    Fix enum constant issue when running JobMonitorStarter
---
 modules/ide-integration/src/main/resources/email-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ide-integration/src/main/resources/email-config.yaml b/modules/ide-integration/src/main/resources/email-config.yaml
index 9d701bb5fc..3fc087fbe3 100644
--- a/modules/ide-integration/src/main/resources/email-config.yaml
+++ b/modules/ide-integration/src/main/resources/email-config.yaml
@@ -47,6 +47,6 @@ config:
        - sge@bigdog.research.siu.edu # SIU Big Dog
        - root <ro...@legacy.usd.edu> # USD HPC Cluster
 
-   - jobManagerType: HTCondor
+   - jobManagerType: HTCONDOR
      emailParser: org.apache.airavata.monitor.email.parser.HTCondorEmailParser
      resourceEmailAddresses:
\ No newline at end of file


[airavata] 01/02: Updated the readme file related to the new less secure gmail accounts

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8616c5a7439ddccbe6079c58ae590548e17a33a0
Author: Lahiru Jayathilake <la...@gmail.com>
AuthorDate: Sun Jun 26 16:20:19 2022 +0530

    Updated the readme file related to the new less secure gmail accounts
---
 modules/ide-integration/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/ide-integration/README.md b/modules/ide-integration/README.md
index a1894dbfe7..e661c4d83c 100644
--- a/modules/ide-integration/README.md
+++ b/modules/ide-integration/README.md
@@ -80,10 +80,10 @@ Post Workflow Manager
 * This will start the Email Based Job Monitoring agent. Before starting this, you have to create a new gmail account by going to 
 https://accounts.google.com/signup
 
-* Once the account is created, turn on Less Security App access for that gmail account 
-https://support.google.com/accounts/answer/6010255?hl=en
+* Once the account is created, turn on 2-Step Verification and create an App Password (Use the type "Other" from the App type selection and give the name as "Airavata")
+https://myaccount.google.com/security
 
-* Update the email account credentials in src/main/resources/airavata-server.properties file
+* Update the email address and App Password in src/main/resources/airavata-server.properties file
 
   email.based.monitor.address=CHANGEME
   email.based.monitor.password=CHANGEME