Skip to content

Commit

Permalink
remove the bootstrap.pypa.io server (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin authored Jun 24, 2024
1 parent 7d95a6c commit 1a2d520
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 243 deletions.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ SERVERS = [
"planet",
"pypy-web",
"pythontest",
"web-pypa",
]

SUBNET1 = "192.168.50"
Expand Down
6 changes: 0 additions & 6 deletions pillar/base/haproxy.sls
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ haproxy:
extra:
- http-request replace-header Host ^.*$ pythonsoftwarefoundation.applytojob.com

pypa-bootstrap:
domains:
- bootstrap.pypa.io
verify_host: bootstrap.pypa.psf.io
check: "HEAD / HTTP/1.1\\r\\nHost:\\ bootstrap.pypa.io"

pypy-web:
domains:
- www.pypy.org
Expand Down
4 changes: 0 additions & 4 deletions pillar/base/tls.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ tls:
default: ECDH+AESGCM:ECDH+CHACHA20:ECDH+AES256:ECDH+AES128:!aNULL:!SHA1:!AESCCM

gen_certs:
bootstrap.pypa.psf.io:
roles:
- web-pypa

buildbot-master.psf.io:
roles:
- buildbot
Expand Down
5 changes: 0 additions & 5 deletions pillar/dev/roles.sls
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,3 @@ roles:
pattern: "moin.vagrant.psf.io"
purpose: ""
contact: ""

web-pypa:
pattern: "web-pypa.vagrant.psf.io"
purpose: ""
contact: ""
4 changes: 0 additions & 4 deletions pillar/dev/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ base:
- match: nodegroup
- secrets.postgresql-users.tracker

'web-pypa':
- match: nodegroup
- firewall.rs-lb-backend

'wiki':
- match: nodegroup
- moin
Expand Down
6 changes: 0 additions & 6 deletions pillar/prod/roles.sls
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ roles:
pattern: "moin*.nyc1.psf.io"
purpose: "Hosts moin sites for wiki.python.org, wiki.jython.org"
contact: "lemburg"

# Misc PyPA
web-pypa:
pattern: "web*.pypa.nyc1.psf.io"
purpose: "Python Packaging Authority"
contact: "dstufft"
4 changes: 0 additions & 4 deletions pillar/prod/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ base:
- firewall.ftp
- firewall.snakebite

'web-pypa':
- match: nodegroup
- firewall.rs-lb-backend

'salt-master':
- match: nodegroup
- firewall.salt
Expand Down
20 changes: 0 additions & 20 deletions salt/pypa/bootstrap/config/nginx.conf.jinja

This file was deleted.

189 changes: 0 additions & 189 deletions salt/pypa/bootstrap/init.sls

This file was deleted.

4 changes: 0 additions & 4 deletions salt/top.sls
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,3 @@ base:
- postgresql.admin
- dns
- tls.pebble

'web-pypa':
- match: nodegroup
- pypa.bootstrap

0 comments on commit 1a2d520

Please sign in to comment.