Skip to content

Commit 1a2d520

Browse files
authored
remove the bootstrap.pypa.io server (#358)
superceded by https://github.com/pypa/bootstrap
1 parent 7d95a6c commit 1a2d520

File tree

10 files changed

+0
-243
lines changed

10 files changed

+0
-243
lines changed

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ SERVERS = [
1717
"planet",
1818
"pypy-web",
1919
"pythontest",
20-
"web-pypa",
2120
]
2221

2322
SUBNET1 = "192.168.50"

pillar/base/haproxy.sls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ haproxy:
6060
extra:
6161
- http-request replace-header Host ^.*$ pythonsoftwarefoundation.applytojob.com
6262

63-
pypa-bootstrap:
64-
domains:
65-
- bootstrap.pypa.io
66-
verify_host: bootstrap.pypa.psf.io
67-
check: "HEAD / HTTP/1.1\\r\\nHost:\\ bootstrap.pypa.io"
68-
6963
pypy-web:
7064
domains:
7165
- www.pypy.org

pillar/base/tls.sls

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ tls:
66
default: ECDH+AESGCM:ECDH+CHACHA20:ECDH+AES256:ECDH+AES128:!aNULL:!SHA1:!AESCCM
77

88
gen_certs:
9-
bootstrap.pypa.psf.io:
10-
roles:
11-
- web-pypa
12-
139
buildbot-master.psf.io:
1410
roles:
1511
- buildbot

pillar/dev/roles.sls

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,3 @@ roles:
9090
pattern: "moin.vagrant.psf.io"
9191
purpose: ""
9292
contact: ""
93-
94-
web-pypa:
95-
pattern: "web-pypa.vagrant.psf.io"
96-
purpose: ""
97-
contact: ""

pillar/dev/top.sls

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ base:
8181
- match: nodegroup
8282
- secrets.postgresql-users.tracker
8383

84-
'web-pypa':
85-
- match: nodegroup
86-
- firewall.rs-lb-backend
87-
8884
'wiki':
8985
- match: nodegroup
9086
- moin

pillar/prod/roles.sls

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,3 @@ roles:
7474
pattern: "moin*.nyc1.psf.io"
7575
purpose: "Hosts moin sites for wiki.python.org, wiki.jython.org"
7676
contact: "lemburg"
77-
78-
# Misc PyPA
79-
web-pypa:
80-
pattern: "web*.pypa.nyc1.psf.io"
81-
purpose: "Python Packaging Authority"
82-
contact: "dstufft"

pillar/prod/top.sls

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ base:
111111
- firewall.ftp
112112
- firewall.snakebite
113113

114-
'web-pypa':
115-
- match: nodegroup
116-
- firewall.rs-lb-backend
117-
118114
'salt-master':
119115
- match: nodegroup
120116
- firewall.salt

salt/pypa/bootstrap/config/nginx.conf.jinja

Lines changed: 0 additions & 20 deletions
This file was deleted.

salt/pypa/bootstrap/init.sls

Lines changed: 0 additions & 189 deletions
This file was deleted.

salt/top.sls

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,3 @@ base:
8989
- postgresql.admin
9090
- dns
9191
- tls.pebble
92-
93-
'web-pypa':
94-
- match: nodegroup
95-
- pypa.bootstrap

0 commit comments

Comments
 (0)