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 2022/07/27 21:00:58 UTC

[airavata] branch develop updated: Ansible: update the dev portal email account

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 0ca0d99253 Ansible: update the dev portal email account
0ca0d99253 is described below

commit 0ca0d9925378251edbccf571e9d826c87cd8032c
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed Jul 27 16:35:06 2022 -0400

    Ansible: update the dev portal email account
---
 .../scigap/develop-js2/group_vars/django/vars.yml  | 12 +++++++++--
 .../scigap/develop-js2/group_vars/django/vault.yml | 10 +++++++++
 .../scigap/develop-js2/host_vars/amp/vars.yml      |  6 ------
 .../scigap/develop-js2/host_vars/amp/vault.yml     | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/csbglsu/vars.yml  |  6 ------
 .../scigap/develop-js2/host_vars/csbglsu/vault.yml | 25 ++++++++++------------
 .../host_vars/custos-testdrive/vars.yml            |  6 ------
 .../host_vars/custos-testdrive/vault.yml           | 25 ++++++++++------------
 .../develop-js2/host_vars/cyberwater/vars.yml      |  6 ------
 .../develop-js2/host_vars/cyberwater/vault.yml     | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/delta/vars.yml    |  6 ------
 .../scigap/develop-js2/host_vars/delta/vault.yml   | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/geo/vars.yml      |  6 ------
 .../scigap/develop-js2/host_vars/geo/vault.yml     | 25 ++++++++++------------
 .../develop-js2/host_vars/interactwel/vars.yml     |  6 ------
 .../develop-js2/host_vars/interactwel/vault.yml    | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/mines/vars.yml    |  6 ------
 .../scigap/develop-js2/host_vars/mines/vault.yml   | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/nexttdb/vars.yml  |  6 ------
 .../scigap/develop-js2/host_vars/nexttdb/vault.yml | 25 ++++++++++------------
 .../develop-js2/host_vars/pfec-hydro/vars.yml      |  6 ------
 .../develop-js2/host_vars/pfec-hydro/vault.yml     | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/rnamake/vars.yml  |  6 ------
 .../scigap/develop-js2/host_vars/rnamake/vault.yml | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/saver-x/vars.yml  |  6 ------
 .../scigap/develop-js2/host_vars/saver-x/vault.yml | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/seagrid/vars.yml  |  6 ------
 .../scigap/develop-js2/host_vars/seagrid/vault.yml | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/simccs/vars.yml   |  6 ------
 .../scigap/develop-js2/host_vars/simccs/vault.yml  | 25 ++++++++++------------
 .../develop-js2/host_vars/simvascular/vars.yml     |  6 ------
 .../develop-js2/host_vars/simvascular/vault.yml    | 25 ++++++++++------------
 .../scigap/develop-js2/host_vars/usd/vars.yml      |  6 ------
 .../scigap/develop-js2/host_vars/usd/vault.yml     | 25 ++++++++++------------
 34 files changed, 196 insertions(+), 322 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml
index 2d710f7d25..c3318dc5ca 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vars.yml
@@ -26,8 +26,6 @@ gateway_data_store_hostname: "web.dev.scigap.org"
 gateway_data_store_resource_id: "web.dev.scigap.org_ba01452f-44e5-4e03-b35f-756630539198"
 django_wsgi_processes: 1
 doc_root_dir: "/var/www/portals/django-{{gateway_id}}"
-admin_emails: "[('SGRC Group', 'sgrc-iu-group@iu.edu')]"
-django_error_emails: "[('Marcus Christie', 'machrist@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
 django_database_name: "django_{{ gateway_id }}"
 django_hidden_airavata_apps: "['django_airavata_dataparsers']"
 # TODO: setup tusd server
@@ -37,3 +35,13 @@ airavata_django_git_branch: "develop"
 # django_keycloak_ca_certfile_path: 'os.path.join(BASE_DIR, "django_airavata", "resources", "incommon_rsa_server_ca.pem")'
 cilogon_userinfo_url: "https://cilogon.org/oauth2/userinfo"
 real_user_data_dir: "/media/volume/sdb/gateway-user-data"
+
+# Default email settings
+portal_email_host: "smtp.gmail.com"
+portal_email_port: 587
+portal_email_tls: true
+portal_email_username: "devdjango.portal@scigap.org"
+portal_email_password: "{{ vault_portal_email_password }}"
+portal_server_email: "{{ portal_email_username }}"
+admin_emails: "[('SGRC Group', 'sgrc-iu-group@iu.edu')]"
+django_error_emails: "[('Marcus Christie', 'machrist@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu')]"
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vault.yml
new file mode 100644
index 0000000000..d9b67946f8
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/group_vars/django/vault.yml
@@ -0,0 +1,10 @@
+$ANSIBLE_VAULT;1.1;AES256
+66666436656131303462666338376431323439396637393336343031653164303732333239326233
+3136653735323134303839653864666534613037326235650a636337666661333337353934316335
+32353734336361303133643334353264363332383036333330393834323237333931663363343366
+3232356237336238610a393736393339326233653337306235383566303036386164376239363961
+61366465326265373730613937633037373332393362313431353935373335613938396138656566
+65376436663234333136313133376136363161323532376433396634393232343937306532326335
+30623133383862646261386333356639393036663138646531313164336464396538343864353333
+65626535303866313166366638623266356663306465386130386235636337353264643233383539
+64636330653332663064653634313932303738383566613434623664666335636266
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml
index 77123e60b1..33d22906f9 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vars.yml
@@ -60,12 +60,6 @@ gateway_data_store_hostname: "dev.ampgateway.org"
 
 django_error_emails: "[('Marcus Christie', 'machrist@iu.edu'), ('Eroma Abeysinghe', 'eabeysin@iu.edu'), ('Sudhakar Pamidighantam', 'pamidigs@iu.edu'), ('Dinuka De Silva', 'dinsdesi@iu.edu')]"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Dev AMP Gateway"
 
 django_extra_settings:
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vault.yml
index f7731274a0..0ba8c59a6a 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/amp/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-39356230616664346264303637313033653665666332303662323762623939333436353530633536
-6232313462313161336164366538353337326461623936310a626434343066326134303437323437
-36336131316539376366643061373439616430663138396561663033383161643765363164333139
-3437383161653033630a356232366163653863663533636136313562636166666336663736373861
-63376361663137653465313538393664346230313764333961393831633332303335386536313131
-35633864623264633133666465376135663564643833653664666664646461313938303062306161
-37616630396237653633626339646539313335313432363661323437303236643038393139346665
-66316635323863353838393838643763613064633439346565343830376264663064356137326263
-62663233376561663362356332656331653762303031383438313935643338623430373630653839
-64393566306235323931323964356132383036656434313834373234353936326561376264633235
-36313934383565326537353730373035646130313736653533386261396331343435656239653035
-31303039393530653166306336333934343537613230353237323337363135633134393561613236
-62343362313564303063666433633165626362306139333863393335646262333938376561626132
-3165356531646134633839353664626236333761383335366661
+62343264326564323230663837373532633264306334616664656532656636393761336436393638
+3066336565383831643837336465383633393461346331610a616439626234613633393131643264
+35656539646362393233343835373766613930326461663466323638313263663034386334333731
+3030313335616539360a396534626637633065326330646166646664623462303533373232373065
+63663138343636653233303735353739356430636463646336376465376562613937306366373136
+62653062646662393466663163316630326632323665313633653936373835373865643936386666
+65333135313337623962313132366632306231306331313531383530616534313532386133663262
+64393236643130636334616234373037663337343139663762306462336130656265376463613166
+36396433636564306230613535666139386336313062333630653837366362343033306365363764
+30643737376563663364393961376238316431313139633335346430643964626530663765333261
+343663303662646533666664663762306634
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vars.yml
index 4d134717b4..0d26cccca1 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vars.yml
@@ -43,11 +43,5 @@ gateway_id: "csbglsu"
 experiment_data_dir: "{{ user_data_dir }}/django-csbglsu"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFlFv/4KuHykIWcOEvTa64ELh9/qNsF6qf11IjrseYp/th8agceygIViFkwfRZzAPj+Vx11Ic+NXKI3aOZjtauUKl+R+iRTMFDX39deV5hyCHPBJTTw7wqltmH/lxJOU0nMaAnQlXmNu+zHEmz0hhkfKn6sQdYFRMb6eDWtZwJqGHzIrZNOs+wxhJ7FBWQ+yDx8akutKEXX5Zka9fnTgOfoWP+ch262uzI/eeJgwuzlu0iFb7IKdHZm3FJEsUaz0W+u+mKY9uxktW16KW4xS2ox7smVUOyuZgxAwThSQjPe2kVZxJNgbN/uSxuGy0pOC+o+8Av/dK4qPI41A/4qKSv"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "LSU Computational Sys Biology"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vault.yml
index cd44294920..badad9844a 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/csbglsu/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-35376533383933653663333732373638356661376130366531393338353437373665333563643062
-3633383838333936326436323332303862326232323630310a373963376539303630313530363764
-66343462343264323264663461386462333034386461643762653561386336393562346538393435
-3262353265306133370a633935653665373433333365376363383364343739306437323164656135
-37616539323838343666336638353164333739316662323664623262623362313936396137346232
-62363266623962643538633130356466323662633565383832386466336134383066663837613530
-62306661393065613036616537393538393065353430633937316538346137323166393430663265
-39316630623531636335653162656430646336653030383363306239636333366363636332383439
-32643536613963363734383435393865646663613830616632373831363631323964303236623930
-65373461643936656130663765323963633563626535656161613435323832393962653464306465
-66383130333462363335636166303630356564323862323436626335383136633937353033386439
-37663436363661633231663266346565333266363934623465613335663764623435653833396365
-64613335333931633639626163353861336462616265353766613063373739303465323861636539
-6334643136323863353037666464336331626238393136383463
+31373638663130386130363734303263353239336266613036386532396438613663373261666635
+6230373235653163646431346132363165346238383336320a633663323238363366626439303533
+66386631613661323736313330656564646235656632323536316263393265346135663964356438
+6134323139636339610a396465373939616565333965616665643966663830663035656165336263
+32613735343264656165353461666564303865386437326462353162633263653834303164396261
+36616634613662373165373934326337353437643931623461386564333462663736383464666138
+38333539356139363738386163613664393434633031343637353237666637323835643462363535
+33363965353138613461336230366132646631646134323536386338353833383766643664366132
+30653934323538646135326462656334376535393939333637396533643866363666636463393464
+30616161333165656137363464333537633035353330333830393961303562363065633235633436
+383238336137626439376135383937613337
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vars.yml
index 97675e1d77..70af791b2f 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vars.yml
@@ -50,13 +50,7 @@ gateway_id: "custos-testdrive"
 experiment_data_dir: "{{ user_data_dir }}/django-custos-testdrive"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
 admin_emails: "[('SGRC', 'circ-iu-group@iu.edu')]"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Custos Testdrive Portal"
 
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vault.yml
index b24a83f67c..c5652710c0 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/custos-testdrive/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-65376664653563303263306237326364663964663330343739336663393833363366653861626662
-3139346333333063313534666166313462663330626530310a623538306266376562633939646565
-34353039303262366430323138303331356333636464643634363263353432356433393531626437
-3462333766333532350a666136656139313266643565393633633964326339333463396432386339
-66306431353934663634356466393836653136366134346335393730353230616532353963643430
-63646162356664633632623436393735623963346631313662396566396561616464376466343031
-64663532386638643865356265336236343639646434326666393336356461326333353265303961
-32353430326664346266366461343666633636316263393339623639636138303039373230373736
-38643637626466313064303534353232306539616666306336663964386439663762663637623032
-39633433636264646264616364363432383438323561643238656333373533316637396332343134
-35343131393233643562653964386633393962333935303861336466336432393463333532393761
-35653739633836393136306663306438666332643262386665643033643934636538303135663861
-31623563666366626562663039376339316164373865383964313766326631393233383037656264
-3938396563316432633638353966346330363563336563343133
+31613530626335633161633936396166633766353735346464626132616636343034623736333636
+3234376330316636326135303266353066383665383735620a353430643566616131646264356366
+30396262306665376362653439613337613861636266396338336562636261373061373737623264
+3239646262376137610a373939396631323534633935373431353166353531626665356565353335
+38343331316366326564343034306134346362313966316263386463636566373038303937373136
+62386538616164396135653733396431346162663837343739303366333361333739313738653636
+32386163366563363239626334323834636230303435383761643331316361363563343338663436
+61326132636662323736653037316638366266363138323837373533313737396135363464353134
+63383463383563323161613136663766343765316234643730393232656633393066303963653338
+65383164333730303239323161353533353230646261653037346530323264346661316164306662
+323638363033383462383332646531363264
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
index a6241f6b7a..38192151ef 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vars.yml
@@ -43,11 +43,5 @@ gateway_id: "cyberwater"
 experiment_data_dir: "{{ user_data_dir }}/django-cyberwater"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Beta Cyberwater Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vault.yml
index d84b6a8daf..06a2d4261a 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/cyberwater/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-65396461353262326339353737663835306236633630323332636638343633316462626338333761
-6437356439626335323734663930323337633537313835310a623634373562346433623061343265
-36326232303037653262306139663464366465303734663665653535353834353636313431346539
-3138303032666438390a393161613930643833376463363534663462613039326337643233363936
-34623362326666396135336663333439613539383035636662393431326164313634396635353663
-34613566363734333033636630366230336235323234653665613436326639313663643730303863
-31663861613064313132316233376336346362633432636261653835633939326664313165353039
-63616438623865376131383632636136393564653665386431653764313735333538306665323737
-65336335373138633331643430643930303130653565303864643333313665623239386534643938
-30326534396662326262313234336637336334323636353439343730343030346264646461363361
-32343262333164356233303438623363373535633866303933306330313361613763393332656132
-65303530366131393131373761646361653966343133333337653437303263616538316338626562
-35373064316538383361383834393763636166386232393361623338343934356433383464393039
-6430373139346435373362326362613136383435353633396536
+38336537336435386532386632363938633665663334363538336262313761366162396130326262
+3365363363373431636330326230363732393464383061620a623438393830356333636661623134
+65616635633030336364346563353032613664356133396437323764306236653235323633636431
+3133653161393235650a636631396230323166346338653162636333383733636133363634333536
+66333939636134333663326138396334336266663731626466646432666430366539306338633336
+30613063326232313133396632323430623235356361663763356439366564623132633863656565
+66363934356562613462623231343338383230363036333230376262623431613464303264663663
+65636435303839383431656164623066646430663837383162346537366531636163623239663634
+64383531633336633138313261303436313131326137333563633531626664663033333661663933
+61326261633539313937626135376338646261316132393539646334326665613630386236663564
+363064386233646130663538303335343263
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vars.yml
index e8f39d6e62..da5c5eba56 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vars.yml
@@ -55,13 +55,7 @@ gateway_id: "dev-delta"
 experiment_data_dir: "{{ user_data_dir }}/django-dev-delta"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
 admin_emails: "[('SGRC', 'circ-iu-group@iu.edu')]"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Dev DELTA Gateway"
 
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vault.yml
index d7b914f5ca..cf2dc9af9a 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/delta/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-61323461333234626436643737323133313661383665626165363430616364633834383136326336
-6563313362623566343834396331323738343931663938310a356564333262643139373633363663
-65626535303736366339356363343463363537666231396531313763326236353061306664373763
-6433323463306234620a643336663830303339323566336563646565636562326163306565643039
-30653766336266656234633734393461373864626661336365613835393137313235623734646438
-38613562366430393065616336613635333764396631613839666431313437376435653531343233
-32623763383736666132316537343132613662303865646562313163343036616132383237643439
-35333666366561303738316163636137353935636437653831393862633232643532363435613064
-66633863646239653632393666366432633931323665346164313063373837633030393733626530
-30656231353136616633326635326265626464646661393437616166666265323666613730623038
-34383031636238663832356236353735303630303238353961323538646162633130656430623235
-62623634356339613234613633336132363765633330383465363033363961306266376236636462
-64613561303661333338343832643734663536383834616165336534313961366465646463363531
-3130393161393630636466336666383164353737383266663238
+31653037356132313263353534323031356465623334633064636430343333636434396436383665
+6130643331393165363164623339333163306430373830350a643663383834613634626564623630
+36666664313936393165306531646538353564306266626138356631353261316236303466376139
+3863623139353434300a663133376661396338396634326338366430316461663566616539353037
+35616530316565356631303239336433333431363338326533373932366630313930663431626333
+37326134363131383030343331643064326237656463646338663933333263613837313530363863
+31343238626464353266343466643130326566393066663136313536393561386363343765386566
+32633837373430333038316566363830383338353365363064356364663039343536643939366131
+33663435323432336165316535393834303963353633633338653265323166316531613538303237
+37633164643363363632376363376332326364633064633935386366363933386437366335663831
+323963643930643236363863376464316265
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vars.yml
index b85467db39..d9d3622f54 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vars.yml
@@ -55,12 +55,6 @@ gateway_id: "beta-geo"
 experiment_data_dir: "{{ user_data_dir }}/django-geo"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
 admin_emails: "[('SGRC', 'sgg@iu.edu')]"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Beta GEO Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vault.yml
index 134259bb24..eae52ff8cd 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/geo/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-33643638633466663966303839316236303531303064346635633938613535663431313234643636
-6131383264383263633131646464356539643433356539370a613331633039363534303761393561
-32613539333162633939356239303863383965363464376333366236373265656266663963623733
-3733306230323232340a386435333465613237356463303666653230616566643032333230636533
-32343363643266303664396664376461303337376339303434353331396261363736663034376661
-66303962623738356465643036313865386261323036363437343764666632666230366337616263
-31373735626232333237326535333233386166366637373336383832623661336331383933656532
-62363431353566656332376630313331626237626234653237366462316665386364353634643761
-30343832303963613736343561343539353564666331303935623738353835356230323230383731
-34373064386535383361306364356665306239323232386530336532356430353262653134333332
-39306565323138383631623036613265303066386337356530383238313532313861373934306566
-62633062333737323635633330636363373938316537313165303663306161333835663032333037
-64396434653864663738653861316338333736363239373331323730663763366634383565323138
-3539356466636239643663656239346161323236623564306565
+61356465636564633862643661373632373161393436643932313536326434303136633133323530
+3632323832393335313162356263386231383335383139640a373335626539393133333136323637
+33613431366530313862623836366266623539356566623933633637323433366133333863316637
+6362363437373236360a313962383762333731663933336666303066356230613138333539376438
+66333763336439613934313164356437646630623735346338646236356331383166323336333035
+65633538343439633130313332643366393863643861363663656430333364316664363230336638
+66383036363434633736343530636161323639316238663865366434653934396438303663616563
+34383635613636633462323338393831336634323938616534633630663234373330316336313837
+66643433643932373132383363393261396639623231356630333739373733633138663037363434
+33613139636461386435626362633565346436643435653464326632333266346463353235393364
+306237356139393639623639356130373435
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
index 33008b7dae..1c6f08cc80 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vars.yml
@@ -51,11 +51,5 @@ gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCK+P6a
 # Show the Data Parsers app option for Interactwel
 django_hidden_airavata_apps: "[]"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "InterACTWEL Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vault.yml
index 6db56fbda1..5d6d86f63c 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/interactwel/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-37326136616530386334623934653233356133363761373635633230346230326133326363373465
-6130306233313739663635363432333362323033643937380a393735393739643230353863363635
-35626564396230323533653138373637303164663237313066323737393364383231323264343639
-6661613266303832300a333661633832393233353230363734343838343933333831613131613135
-65366263343861313337313934336637353262643966336336656361656234373731356338623833
-34623138633839353838626134646230613237343764313435656463383133376135613239386235
-37663364366635383130643636313631326362666466636637316465386633333933363263386138
-30303763363666636338356662326261353730336363653862633431303034376630326637633532
-32633836363137306662376331343431393334613139643965623036636462383330313963363833
-30336435653337666236623364343439313538393763643232353636316664633063363962646138
-30643433323664633266653937353564643631303830613864393565373364303338613130343564
-62356439393737393436303631316337373238633063633136613164353566316161646639623031
-66633763663834303161383966626462303165313938656236396233616262333239316161373235
-6563623365313133613833633033666265383337366431336465
+39613839636263333166306433313461616164363966663636653939356235363536366136663766
+3863653431303038383933393035616330643839663135380a353866663834396264313331333730
+33393539613135363239376334313033323338633366393266333536306663383661336338653036
+6533356430326166300a376130343737393339636638333033383835313333633961636662383764
+65646130346235633734336131323237343938666139613530626235333964323434326532323639
+36633633343361633133353864653435323563333865316137313539333438663935333461353430
+65653239643230313463393239333263346664326461303439646638343261656437656537353665
+36366530613538306163396232306533386161303136386535653335386166356234303263306161
+30636539336439376632323561663366323765333739653132633836306537313430616561363665
+35623238633236353533316461353530323139393636663163343736666365363739653934373938
+623263373937633464336631373237356364
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vars.yml
index 4d1a25afc5..3a548a03a5 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vars.yml
@@ -43,12 +43,6 @@ gateway_id: "mines"
 experiment_data_dir: "{{ user_data_dir }}/django-mines"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu'), ('Matthew T Jones','matjones@mymail.mines.edu')]"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Mines Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vault.yml
index 71935b6213..69982fc8f9 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/mines/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-63663361373130616432323633626237653131656333333266393731393432393135623561356365
-3163343134306533393737313236353139633962373634360a643164373863623836373762346636
-65393430303034666534376563383132646233363464393430313232386363653039356431623636
-3963353737306536650a613934376331353835663838636363646165396232303865666462363661
-65626364393239346332646637323934653638323836363433346539653838333533376230373239
-39306236303732373037656537356538313265343935363430336535613964666563396464376636
-37623163383633396664666631333038633533636566363061393438366332623566643538353633
-61333563346434326331633265623734343736396138373165396235646562646333646234343238
-30383134376162613434303566663730316338363965336237316463353731613163356463326634
-33646235383933313062366430316265373338633463363734626162393665303839363434303633
-64326264353734646563323931313435366431306338313635363834383366643737323066326339
-64376536336139646664643638363761303836313038386638613634343265346633303533376135
-33343535613731396561383630366337356461323836633838363334396332353437663433356636
-6566343137373438643235303032316430656237333335663362
+35363261663563643366386135396661353563383632313062353866333835316439616337633366
+6233333033656135373631623331663535396339623834610a633930656463383261653336303735
+64633538366531633333353661373435343561313033643733303331383838363166313265316134
+3665323633633136320a333232303165356538626364346262326662333566396533343333623935
+63343430323766666137613335663462393166663033383235343532623636623231373964333130
+34396131313637613238373666633438373034306434636533646364333165343538666236356263
+31366532666566623935393337643538326233646663346266633134333837643931393963343930
+62326361356132666433386533393033313736373032303761666236623131356430626137346464
+65633338643666363264626438643966616336623934326330653766393936376636343865383864
+30336335353239373933616162313361313331306433313830643061643730363431653164626436
+353064363864643636643437666138313133
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vars.yml
index 00fc76b5c1..b4352340b7 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vars.yml
@@ -43,11 +43,5 @@ gateway_id: "nexttdb"
 experiment_data_dir: "{{ user_data_dir }}/django-nexttdb"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Next Generation Thermodynamics"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vault.yml
index 2ca53e32e7..ff6d3485a0 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/nexttdb/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-31643731393639363263303532666232363766313764343761623564396463633662356634306539
-6633376461663638663161663837393261326262393764370a346631383433643935363837326561
-35376434343765323335633936646333626335326434643236363462343436623564393166653361
-3166313536323638660a393335313966666265653133653134323534653034333738313838303431
-62626139636266373432353563313937386666333166303031363062373136363230663734373739
-38306335613162356564376537333336626437373164616366623330666439353530363665663638
-65633537343765333939393130306236363537386565346264326563613461323735643431613734
-65646337653463653033623562353862343562363964343131653436303032366635393966626539
-35656330643232396565343230616534303764313030333364303939623062623766343362636238
-61343039653961333230333839396433366637633535326333303463353637383662326362393935
-36346535323035643334376636323533336531323965613036376635343636336633363735386130
-36333865303730333236376262316561393939393162636636663761383465633536623330633338
-65323463613764633639333535633764666362353461333230613562613465336137633837393062
-3036633135643937646635653739636232326365353062396365
+66316130346363653762646661643938653839613238666637376139643233636361303265376631
+6135323363616161636339326232616465643634383835610a336236393362393661666236303630
+35323537333736316439356235663538346331393863323836393264353636613861626332343734
+3335333861343938360a373761666631383933666634316665613130346461653566346230623961
+32313338613030383630376336393030396336623066633465653537623436373762313336363032
+65316135643333366230323139333239616461623039363361653836303832306462396363626432
+32373433383762636232653861636333373261366666663563393362383635336561373531303761
+37313062383630323431346162653633353230313338613662623163306261393431363530336162
+37356166333861316661376235386531323236653266356662316636613235646433343361333662
+64343533316633323734646230663236633930326335613334383966666338353131396630363430
+623665333034643837636339616162363734
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vars.yml
index 8ec0a667a1..26614f25ca 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vars.yml
@@ -43,11 +43,5 @@ gateway_id: "pfec-hydro"
 experiment_data_dir: "{{ user_data_dir }}/django-pfec-hydro"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVUiDweafreHh7nN4vabpG0wHrlyYCAObDtjmjP9hist848Y25BP+Rdq+64xHlKmJ1CDDZmjmb9T6JI5JhzYvg0RoD2WxDFcV10y7wamzT7b5TjGK/x11Qwh68qNfAi5amePvkL5oE/HCG95oKityG24EUt3yNOttOLYFnbdnlUXQiDkk1xT/8mbtAPXKnhjopYebwjsK7tYBzGe6YIU0teMA2goWl/6WjTWQBikhSOR1P074qEKzrvqt5mQqVi1HDpHKPP+JA/6upJu2THPNqUw2XuzkwFLkPAjUlnj2NugKTdUZco3lRc2lyjb2OEGuFO6I41WB/xnbBhQOXqDJX"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Beta Future Water Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vault.yml
index 59164d2272..68c7e5f58e 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/pfec-hydro/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-66386331633433666234306335626466663633366330346333323061653235343431653135343763
-6331323465613334336138613266656237353234643062310a653838306334633231656537363565
-63633366376438363230333262383964616136313238636330326461626335356338373038396130
-3062323066396130300a646535323638373666383461356536303665396363343034333532353039
-39336366373335333565336633333537346464653038363862366265656463653337336464306438
-32376136336638333530306630313436633564643166653763313462323162633361306637646365
-62373935663561613466666666653032623838383864313134653237613062323133303635396665
-38323139333434393334383265646664383239376661636439623236373333376662633363383063
-63386533643130636234303738343430643863373762643338306139656464306166383866376465
-66353334383839336330333538396564326563623237373333363163303539663738363130313565
-30633164343366633432663866623063356363633234366630623239303936656366326364386339
-30623131646661383636623633616562313233626166333837353965353335386332613832373734
-34333965323763353263653436363933393032376637633036343230303230326636353030633436
-3135363433313565396530303266386466306130643034636334
+31343631303938373564643839356435306632656333656366636234313030393739333061383566
+3666303032303234323234623462646234616235616630300a623636383363643166616335343164
+33666264323735326666646661356662353934613434316138643131613937393231643939313637
+3436653661323766370a623363643530623935616364386265636130363235616263646637653066
+34303536663539653338373936306336373234386434363733626661623834646664356637313831
+63663566366563373762656338613334303639346630653563373835666330306366356338636563
+30383637653339363130343032643664356139326438303938653662306162303161346633373561
+38616634373837376266303766656566323034363966646133666135633831306537386338386662
+36383465323735333438303633313235383062646261376631383930616363623835323936383137
+36363537643735636265666230333833623535616462653839353165313239323135616363316534
+353634643930626263346130626233646165
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vars.yml
index 9b296ba2de..689b738514 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vars.yml
@@ -41,12 +41,6 @@ gateway_id: "rnamake"
 experiment_data_dir: "{{ user_data_dir }}/django-rnamake"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
 portal_title: "Dev RNAMake Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vault.yml
index cc8352fb77..a98858350e 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/rnamake/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-63316435653432326363393233663639343166633063346132633630386531383365656239306363
-6135623339323338643939346434303162363635316665320a383838633162636436613838343865
-31666461663737366663633531633662623732323931633161623136313430626164313961323561
-6262306231383531610a663536613538656432303763613461383937663962393938333839303336
-64643534363637343031363634643532623464663938653538633532386566383831313833613065
-61363036396634376139333461623037363139626663303137363665646233646231666537633064
-30353733323931376161343530313831663935393031653064633965636434666235316164656637
-65313061613032343532336264373063376465363439353438366337396330386666373837663062
-62343635656234656234376336633966613835343330653339643338386634343663646161333966
-39643065336661643663376337356333323137353438326535313564666539303461626664313166
-32373964363637306136323361306463333164646166383462343062333832633639653538323431
-63353230313665386232663531653630666539653833333464363566383763393761353638306139
-39333031663366633765323563616366306362353237636262613165376234313438633133653261
-6137343464653537313262376265613431376163313933316631
+33396464353636353931363663653635306535333236313130316263643333303936663966663433
+3636616463356463626161323732343338336537323665620a653363633230386336653764663635
+61306539303433393138376162346562306632636230343261313837333235353936636635373165
+3166313038303034650a613336383631313338643065383439353132383061303333383034626338
+32336366613738326530626565356665333735636637396336346134396566643137323234326233
+36626231373631383938326439343262656534383533396236323332313435333633386162666263
+66313530393764386630323138333339633333646633383430316333616633363262643565353739
+61346363386431656235343061303734653535323632346634633031373437356364616231323463
+35333030666539633633386335303731393538303332393738613232373434613663313430623965
+34303632356466326132323831326363383164663633623535656334323765306261643030626236
+306665373938613165356361363663633638
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vars.yml
index ee0184c165..dd3c8ee62f 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vars.yml
@@ -43,11 +43,5 @@ gateway_id: "saver-x"
 experiment_data_dir: "{{ user_data_dir }}/django-saver-x"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXm3BdHBlCa4xX2dgq5NNONElxAla4ijczVnEG+NtxMM6H6joasxAUAlhAKZ4752T8bYGMopKELVKWzhiNELgsOitQcXODh27eAbQ0/DXDy9EEMYYTLzEzj89lpaHjh1HK1BrVCtfhnmHDr7nczQ2ywHroaKKTXfMt8AA0XqUF68bcVxAiqD2LiEFlSOq3ebLpqcD0188gWKT1T1BG1xhiUO+8XyDAdBnFqudGAkvQeTDhODSkVuD+kWZwj6/bfI9YHMqr8hXA6HpRrIrPr3hE6BUYci8y8gmfyJ9oLTo+0gMFzer8K/BMVU+bKZwSTtUZ0Xbr7wf28OH4wuzrhQd3"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Saver-X Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vault.yml
index 557a7ecc26..2b6b68233d 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/saver-x/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-36663437633532656233366136666262363937316261373165366164623763306136343166323862
-6333353166663439653939363034323366393264363838330a333261356463306134343932333966
-66636333613866326338363937643261363764663363386262383362386131333336363934636235
-6465393038343263330a653537396463316333666364316234653564373636316162363766396163
-65313636303338303166633736666638643737613730333762663063633230333931336238646135
-30383738333061386566643532646531333062386563353036633763623761343266373665643865
-66663830323533376262346231656461633930396163313034393461303139303938636566613064
-38623938396132366566303661646564636136336633356135393131343661323164356437646539
-63346430396438346233333638353435346561663832396665663364373431663030353639626566
-63383831656236303839336437383034333738656636373231366133656266653161633064323531
-36646432313062316563373463373032313334633965353966396362353266383331376266363662
-36313064303936623736663939303764373961356532373439366238343632663739353862313761
-31636634373537656162646533326236363732373832656465656266306432663938326639363930
-6535306264373366616566666335333839623739313666386465
+37666463386433636364363830646561353537613365343662363230343165336434633936323736
+3761386466643632326438393834333136636537303731630a613962386564313439663966306530
+63663066356337323339383131376335653331343530353337616534343537313261633731343731
+6332393430376261640a636436656331366133353432613634303964646261303635353263366665
+39376235343664343936396661323964363232313566646635353263393537353865643464366164
+65636330393839636436356665323736383565363038396533326138623638623538333234653665
+62663864623338303264346232366564393061393130326261333136306138363761363830653132
+36663435363363666638623037323566336265623663653336326531306332393535616537393433
+36623564363039306465383163653565653362353031663165393964336165366163653635613034
+37363766366662626333343462376165313063633765626666653134646431356436353134376434
+356533356365373264646537623765636333
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vars.yml
index 3c5266208e..5cdb70b551 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vars.yml
@@ -43,13 +43,7 @@ gateway_id: "seagrid"
 experiment_data_dir: "{{ user_data_dir }}/django-seagrid"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCFgLWSw6Mf0tPbkeSyzPMxgT50cNEXFDiE9UnEx0tIm+is9C3hIK78Ct8NAWgPxdXy1vd/9NBVIqkR516NZ7VyGbUHkrtPLOYL+Of9IyvxOQmrLzTLQNS9yVkxwxykJzBePZySyLcOKQdG8YoNj6+2iRolzfo5/w4Gz+MSqKmPJcVH8hjwTdoE5s0hYU4MaLF966hh6LUH7SG31BcTadtEgnE8nYfxeoa20oj0h0n1LKO06OZgVXVN3iulHimQ1paQiW71X9UPUhgpLnYAiI99BmYOQqEM4IndwZLZPwDeb23A0Dh3bLO8CAPgPRcG5b1Da6kABi5i5gcIt3WCJzeP"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
 admin_emails: "[('SGRC', 'sgg@iu.edu'), ('Sudhakar Pamidighantam', 'pamidigs@iu.edu'), ('Eroma Abeysinghe', 'eroma.abeysinghe@gmail.com')]"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "SEAGrid Portal"
 
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vault.yml
index 9532969b66..75cc2a588b 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/seagrid/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-38363231616661613836636332376135336234396638303533623930626630623034613630393935
-6131376661613863613661336664613737383665613562340a303864363338643735363761313861
-65396264626366306463633733356366326539336534623337383566623336356435356662653434
-3962393230653937650a623664613166313034623733633065643534316332383664343162313362
-32393233353061356231393964303532653332383033643331363263383664373639613961353562
-37626636623163316430613030313933363739656136666265633936626630373638373732653231
-35666436346130646430666365323265623839306333663366613963656132313334373166643636
-34623937663265363231336363663762356465616362323363323234316563326439303034306430
-62613931313963616362313737636237313362363334643833653434353564376536666465343462
-38386362656363653538343532646630373635653031383330616531343432613661653934356131
-39396239653839323763376561386336333137363234336338666165323666666630653666656566
-30363736306538373037666133373634663165356130326430326263386130623432666539336433
-35663934356562626331343862313963613031653561373830663461376630386161643264646463
-6436303662383661633562306666386564396230303239663930
+36366565666433336663626538613763383233336439316438313934643863356637393931343731
+3861633463306432633930376631643961633665666238660a633336623863616164666232633335
+32353237626364373930326264633366343131653334613166343231663665363662636265623164
+3965363737616535320a623733623664343261303866613031653262343861363631343236373336
+39633535386665363832373165376164643639623333323965363238326636386336656365383634
+33383639623662373335346130663761393239333335646665353933393961643263366435643139
+61346661396134356365633433663138663139366463306461613363353866353736366662343733
+65326233373331383864633837376265323639353335356637303861383031373862306562303938
+33346531346530656631366130623832616366336231633131393564656131396661353137353364
+35326535666664326536623134636638376161393066373632656438656633663833643435646365
+343339363830616536666436653637303561
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vars.yml
index c9d36fa213..6ebcd9123c 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vars.yml
@@ -66,12 +66,6 @@ gateway_id: "simccs"
 experiment_data_dir: "{{ user_data_dir }}/django-simccs"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCuylY2GrNiS6ylc4a0qfnNHEUHq9kzCg4yrNmK6O5KTIDN8SdUvVQ9BMx1jPnc9WZEFhvGvUvY1vqM/X0NZ5CS2wXs0LYxucL8Qz1YTJ2p55p0+5ImsaxZa/R4JlAaNeI1IFuR3bgBkjH92KzJha8UFko18md7M72wio1w4Mwq2sCC0g9Iuni04uSSps4BL0hA/lopeRSwzIE0aRT6mVe+vZ73+LfA39e0jJLbcbyhhGUKqUu1YThKo5UIlaz6VMyr0L+NuR5ng21Fyp7C0vdGkOoxIBAX7NcuUnKD6P0rBG7QvzHYTxjGivyjFNE3vjTH40iiSPdQ7nw/+PKpo/C9"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Indiana Geological Survey"
 
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vault.yml
index b5e26039eb..46a842bdfb 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simccs/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-39636663316438373866343935656437613832316430383062363537303530306662666235363738
-3734643739656663366161316238646435333539393533320a393632333035633661386261653739
-36383166343735613561323530323365396533663166386563636462376561303736306630336434
-3434623464656563320a666539656463336265663836396663376364623439313137623262323462
-31303636643930383461633235636237333763633462333234356535633363666364356466343934
-64326361356163396466636130653363383933306336363036643634346463356532356233623366
-31643365393564306331393538326139306332643636326366373431336563363531336437343964
-35373036653464646435333335336666633564643233323265623534633339643865653965373233
-39663831613763666330316236653462626537643735323035383937393730383337393163666166
-36643265633563656162633966666663343363336262353439363966623633383237376431646336
-33386335646565383436373531313331643261363665366633333863643631666662623130623530
-34366336636264353733356462373332323832653737346261393030653938343730636139306332
-32373238633565366330636333356533643663343936346539383534663837323933393238346238
-3433626566643162346166326530646563623464663335633836
+31643137386466393664666162306266313165383938333831653735626366393763613533353935
+3339663839613965353331653263373063366365616538300a343435313038356234356564353637
+32396232336531346430636166613361306134663737326135666238313237343338663431323662
+3735373034633866300a623638333133376332373163313434343131373464313663613566616632
+64666431356532363736313930326239613766373235376533343139643565623936313361326633
+35633363623464336432633930383264323465343935666432363865363138376532643563333635
+35643437653332383131383666313864626136396337373761353439386336313365623466303233
+36333665613434646133646362316164656631633235373461653535663230383331323534373163
+65623430363732333036383561303732666265326661663230613861343536656137656337653137
+31613434623437333539633534666664616233376338346635336662656138653731373063633830
+326637666366613165336566363436393031
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vars.yml
index d90ff44d51..55efc2e892 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vars.yml
@@ -41,12 +41,6 @@ gateway_id: "simvascular"
 experiment_data_dir: "{{ user_data_dir }}/simvascular"
 # gateway_data_store_ssh_public_key: "TODO"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "Simvascular Gateway"
 
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vault.yml
index 8bbf6c3adf..ffe898d61a 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/simvascular/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-61323436613762386565623438643831623433663036333865306339313137366531616363363330
-3861663937363732386435663964336534653237363231630a613935333232336539653336623435
-63616438393938626437666339623961366434343961336131353932663131633864663561356136
-3766376563396361340a613265646630633861393866333965313539323838333064666161373064
-38383630313734633935613766383563373132613433346462343931323463643263333264316436
-64396539326339386137386636393538643635623232333933633233303632336666666332663237
-37393032353938323338386566363632386336643639366562646633366534346430366431623838
-35333534313339373736303639383562383239353132653934386665323737633038386133336338
-63316566633330643135653439313330373930646264373766656134376266386265363962626134
-37373836316232666438656538343062626562313235353439646464376536323136303963326430
-63386637396337626630313735323065643362636165303834623938323437656461666638313064
-32623735633330363266386136373131333739623234336235653839623432666365313330656632
-30303564343464383837386465316366663136366366313365643737353530663963353762326134
-6464323030626565353333636530643230306237623135356438
+31366637633264633636663132323938343133386364386530373665656432313165323334623838
+3030383331383939313939366461656263333665643439310a323330303331626131373735613632
+65646631643232373366396635356134623834396338383333383234666135643561656435343934
+6130323038666633300a623562363736363733386138303836383439343531303966663039383537
+30396531313336373763326137323335613537623638626165666462333663343632636261653863
+34313933393331373865336638663163363831633835343265623938356537643236663038636337
+66643336643161306535633239363335663464666238613765616131653265303164383963316331
+32313662666138336263666663656334363665646264336439373764353039636166353533313832
+33613031663439626631613034313566313035646664313632323966316231333931383035303336
+34643261356137363236636563656166616365613339623238626530653335663465386637376135
+313033333164393533396339623163303836
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vars.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vars.yml
index b4a5a24fb9..4dbc8f16e5 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vars.yml
@@ -44,11 +44,5 @@ gateway_id: "usd"
 experiment_data_dir: "{{ user_data_dir }}/django-usd"
 gateway_data_store_ssh_public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCddtn5FW08tc1anCFYYzD/DqyCFL4prZ0dU+wWBnoxMQOV5vM6yZUKAErmWQOInWQeMDXvznsmyeTcg04FjE+t7xV0NeJ3YEpeayxObOF4oSHTmUAaM+taF+7dSXT+SUgwVOsYaOkCJRVNqkpu1KireN6L2y53j4tmXQTCWgWOQre3a2hLVFqI6JDVVj3Cquq0muSK8wdaYSrwBMwqQ0eJCGPvyhrMNJ/YmADS6GaztZOc+YJGC1jEeKNdrSPV5a8pbHgjZsqjRDDLAeCS5d0kK17P79LUX/Ui1m8wq7HgzWULZPh8zoUYPKjgVjHndB5e6nKsWgLgTyI64Gmy4ETp"
 
-portal_email_host: "smtp.gmail.com"
-portal_email_port: 587
-portal_email_tls: true
-portal_email_username: "pga.airavata@gmail.com"
-portal_email_password: "{{ vault_portal_email_password }}"
-portal_server_email: "{{ portal_email_username }}"
 portal_title: "South Dakota Science Gateway"
 ...
diff --git a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vault.yml b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vault.yml
index 1c6393075b..05cba29ad8 100644
--- a/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vault.yml
+++ b/dev-tools/ansible/inventories/scigap/develop-js2/host_vars/usd/vault.yml
@@ -1,15 +1,12 @@
 $ANSIBLE_VAULT;1.1;AES256
-35623363353332386366363266393335366237336565306165323137346666383437323163326133
-3137396533383034366662663466653636366237336332640a373331386233336330363038396438
-31353137366138303061393936383833346165653030393931646438336362616330346138383262
-6664356534373665390a633862643630363961306166626631393934653732316630373963376636
-31326661363839623162373937313862396464353436303733636164323634326337393365383336
-31346535643337623863633634376664333533393164633363303934333861393566326236663331
-62306162653437303930333235636532313866343535623034313162373162393334393166666530
-38356264646666333765336630383837303761666565323063653261626432333431356630306532
-62666264616663343362316536356332323438343061323163386164656133343838383535643936
-38323838353935353231303833376338643837643338633465666365623363623661626635373436
-66383432363162376331386238323738363435333738393932353630316439636134326338646666
-34343737666561663838653434363835383461353961393461666238613630383134666331623833
-66343439636238636366393233363064393637383038303862386662366339333465303333616338
-3266386466323933376563636335343531663366653339653630
+39383033633431393464326236333536623566376466343731396439666237346132653265316236
+3961663334393862346664353930386266336435653438300a363735316662643264386139666238
+39323436333731636535333066613437366538396630353131353862396332376362373961636336
+3162613430353565310a636266663330393939636137383935333436613135646630306235373134
+38376663633433363461616162313637636131353838313463633337316631383434316261303733
+65626639333131306662656162336565646632326434336337633336353537356633653730393164
+65303163376266613636663137363036643831623036306462343739333335643231346565383437
+37353761386336376263353032326364646336303339396239376438373336373765353363623930
+31623834613061303831313531663036666131613532626161623538663561343461313737356532
+62636536663462643133326566383233326538373335656630346234613732386531333664313033
+393132336134633138323462643535633939