Skip to content

Commit

Permalink
Dev envs: remove unused EUS SMTP params
Browse files Browse the repository at this point in the history
These parameters are no longer used as of Yoda 1.9. EUS now uses
the portal SMTP parameters for this part of the configuration.
  • Loading branch information
stsnel committed Sep 8, 2023
1 parent 682cf7d commit f4d3931
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions environments/development/allinone/group_vars/allinone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ eus_api_fqdn: api.eus.yoda.test
eus_api_secret: PLACEHOLDER
eus_api_tls_verify: false
eus_db_password: PLACEHOLDER
eus_smtp_host: localhost
eus_smtp_port: 25
eus_smtp_auth: false
eus_smtp_security: false
eus_smtp_from_address: [email protected]
eus_smtp_replyto_address: [email protected]
eus_mail_template: uu
Expand Down
4 changes: 0 additions & 4 deletions environments/development/el8-database/group_vars/el8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ eus_api_fqdn: api.eus.yoda.test
eus_api_secret: PLACEHOLDER
eus_api_tls_verify: false
eus_db_password: PLACEHOLDER
eus_smtp_host: localhost
eus_smtp_port: 25
eus_smtp_auth: false
eus_smtp_security: false
eus_smtp_from_address: [email protected]
eus_smtp_replyto_address: [email protected]
eus_mail_template: uu
Expand Down
4 changes: 0 additions & 4 deletions environments/development/full/group_vars/full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,6 @@ eus_api_fqdn: api.eus.yoda.test
eus_api_secret: PLACEHOLDER
eus_api_tls_verify: false
eus_db_password: PLACEHOLDER
eus_smtp_host: localhost
eus_smtp_port: 25
eus_smtp_auth: false
eus_smtp_security: false
eus_smtp_from_address: [email protected]
eus_smtp_replyto_address: [email protected]
eus_mail_template: uu
Expand Down
4 changes: 0 additions & 4 deletions environments/development/surf/group_vars/surf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ eus_api_fqdn: api.eus.surfyoda.test
eus_api_secret: PLACEHOLDER
eus_api_tls_verify: false
eus_db_password: PLACEHOLDER
eus_smtp_host: localhost
eus_smtp_port: 25
eus_smtp_auth: false
eus_smtp_security: false
eus_smtp_from_address: [email protected]
eus_smtp_replyto_address: [email protected]
eus_mail_template: uu
Expand Down
4 changes: 0 additions & 4 deletions environments/development/ubuntu/group_vars/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ eus_api_fqdn: api.eus.yoda.test
eus_api_secret: PLACEHOLDER
eus_api_tls_verify: false
eus_db_password: PLACEHOLDER
eus_smtp_host: localhost
eus_smtp_port: 25
eus_smtp_auth: false
eus_smtp_security: false
eus_smtp_from_address: [email protected]
eus_smtp_replyto_address: [email protected]
eus_mail_template: uu
Expand Down

0 comments on commit f4d3931

Please sign in to comment.