-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finish up migration of bugs to be behind loadbalancer (#479)
- No longer need to pull a Lets Encrypt cert on the host - Disable 80/443 nginx hosts - Remove dummy nginx host for fetching mail.roundup-tracker.org lets encrypt certificate - Turn down the public facing ports - Use internal TLS certificate for postfix Along the way: - also closes firewall for 80/443 on planet
- Loading branch information
Showing
9 changed files
with
3 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,6 @@ base: | |
'planet': | ||
- match: nodegroup | ||
- planet | ||
- firewall.http | ||
- firewall.planet | ||
|
||
'salt-master': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,6 @@ base: | |
'planet': | ||
- match: nodegroup | ||
- planet | ||
- firewall.http | ||
- firewall.planet | ||
|
||
'pythontest': | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
#tracker-jython-summary: | ||
# cron.present: | ||
# - name: /srv/roundup/env/bin/python2.7 /srv/roundup/trackers/cpython/scripts/roundup-summary /srv/roundup/trackers/jython --mail jython-dev@lists.sourceforge.net | ||
# - identifier: roundup_tracker_jython_summary | ||
# - user: roundup | ||
# - dayweek: 5 | ||
# - hour: 18 | ||
# - minute: 5 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
tracker-roundup-nginx-extras-upstreams: | ||
file.managed: | ||
- name: /etc/nginx/conf.d/tracker-extras/upstreams-roundup.conf | ||
- source: salt://bugs/config/roundup/tracker-upstreams.conf | ||
- user: root | ||
- group: root | ||
- require: | ||
- file: tracker-nginx-extras | ||