Skip to content

Commit

Permalink
Merge pull request #963 from lsst-it/IT-4853/exch-ls
Browse files Browse the repository at this point in the history
(cluster/*-ccs) change {ls,cp} smtp relay to exch-ls.lsst.org
  • Loading branch information
jhoblitt authored Oct 31, 2023
2 parents 5c024fa + ef33da7 commit f287f41
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions hieradata/cluster/auxtel-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ postfix::inet_protocols: "ipv4"
postfix::manage_root_alias: false
postfix::inet_interfaces: "localhost"
postfix::mydestination: "$myhostname, localhost.$mydomain, localhost"
postfix::relayhost: "[mail.lsst.org]:submission"
postfix::relayhost: "[exch-ls.lsst.org]:submission"
postfix::mta: true
postfix::configs:
smtp_sasl_auth_enable:
Expand Down Expand Up @@ -34,7 +34,7 @@ clustershell::groupmembers:
all: {group: "all", member: "@misc,@hcu"}


ccs_monit::mailhost: "mail.lsst.org"
ccs_monit::mailhost: "exch-ls.lsst.org"
ccs_monit::alert:
- "[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions hieradata/cluster/comcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ postfix::manage_root_alias: false
postfix::inet_protocols: "ipv4"
postfix::inet_interfaces: "localhost"
postfix::mydestination: "$myhostname, localhost.$mydomain, localhost"
postfix::relayhost: "[mail.lsst.org]:submission"
postfix::relayhost: "[exch-ls.lsst.org]:submission"
postfix::mta: true
postfix::configs:
smtp_sasl_auth_enable:
Expand Down Expand Up @@ -63,7 +63,7 @@ ccs_software::global_properties:
## comcam-alerts
ccs_software::service_email: "[email protected]"

ccs_monit::mailhost: "mail.lsst.org"
ccs_monit::mailhost: "exch-ls.lsst.org"
ccs_monit::alert:
## comcam-alerts
- "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions hieradata/cluster/lsstcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ postfix::manage_root_alias: false
postfix::inet_protocols: "ipv4"
postfix::inet_interfaces: "localhost"
postfix::mydestination: "$myhostname, localhost.$mydomain, localhost"
postfix::relayhost: "[mail.lsst.org]:submission"
postfix::relayhost: "[exch-ls.lsst.org]:submission"
postfix::mta: true
postfix::configs:
smtp_sasl_auth_enable:
Expand Down Expand Up @@ -48,7 +48,7 @@ ccs_software::global_properties:
## lsstcam-alerts
ccs_software::service_email: "[email protected]"

ccs_monit::mailhost: "mail.lsst.org"
ccs_monit::mailhost: "exch-ls.lsst.org"
ccs_monit::alert:
## lsstcam-alerts
- "[email protected]"
Expand Down
3 changes: 3 additions & 0 deletions hieradata/site/tu/cluster/auxtel-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ ccs_monit::alert:

clustershell::groupmembers:
all: {group: "all", member: "auxtel-fp01,auxtel-mcm"}

postfix::relayhost: "[mail.lsst.org]:submission"
ccs_monit::mailhost: "mail.lsst.org"
3 changes: 3 additions & 0 deletions hieradata/site/tu/cluster/comcam-ccs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ clustershell::groupmembers:

java_artisanal::set_alternatives: false
java_artisanal::java17::set_alternatives: true

postfix::relayhost: "[mail.lsst.org]:submission"
ccs_monit::mailhost: "mail.lsst.org"

0 comments on commit f287f41

Please sign in to comment.