This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 58e854ca Additional check to make
58e854ca is described below
commit 58e854ca583223bbe17bd395f9077d8cd3b3b927
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 14 12:00:10 2024 +0100
Additional check to make
---
DEPLOYMENT.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index 0a5ea7c1..73c19331 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -90,6 +90,9 @@ and running - these are only needed for a new deployment.
* The SVN settings should now be set up in whimsy-vm5 and later (Puppet 6)
+ * check reporter.apache.org is reachable (depends on which datacenter it is
in; see INFRA-25403):
+ * `curl -I https://reporter.apache.org`
+ * If not, try enabling the hostname override in whimsy-vmN.yaml
* check that board-agenda-websocket.service is running:
* `sudo systemctl status board-agenda-websocket.service` - this should show
the service is running and has been up for some while
* `curl -N localhost:34234` - should produce 'curl: (52) Empty reply from
server' or similar