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 477e344 Tweaks for puppet 6/wh5
477e344 is described below
commit 477e3446fb90ab01332d02752072804c1bfa1250
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 8 23:38:52 2020 +0000
Tweaks for puppet 6/wh5
---
DEPLOYMENT.md | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md
index e25b944..1a04c84 100644
--- a/DEPLOYMENT.md
+++ b/DEPLOYMENT.md
@@ -79,15 +79,19 @@ Manual Steps
The following additional steps are required to get a new Whimsy VM up
and running - these are only needed for a new deployment.
+ * Ensure that the IP address is static, and has been added to the list of
allowed mail relays
+
* Run the following command to create an SSL cert (see
[tutorial](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-14-04)
for details):
* `/x1/srv/git/letsencrypt/letsencrypt-auto --apache -d whimsy.apache.org
-d whimsy4.apache.org -d whimsy-vm4.apache.org -d whimsy-test.apache.org`
- * Configure `/home/whimsysvn/.subversion/config` and
- `/home/whimsysvn/.subversion/servers` to store auth-creds.
+ * The SVN settings should now be set up in whimsy-vm5 and later (Puppet 6)
+ * Check that `/home/whimsysvn/.subversion/config` and
+ `/home/whimsysvn/.subversion/servers` are configured to store
auth-creds.
+ There should be two files under
`/home/whimsysvn/.subversion/auth/svn.simple`
- * Configure `/var/www/.subversion/config` and
- `/var/www/.subversion/servers` to use the `whimsysvn` user and to *not*
- store the auth-creds.
+ * Check that `/var/www/.subversion/config` and
+ `/var/www/.subversion/servers` are configured to use the `whimsysvn`
user and to *not*
+ store the auth-creds.
* Update the following cron scripts under
https://svn.apache.org/repos/infra/infrastructure/apmail/trunk/bin:
* listmodsubs.sh - add the new host
@@ -111,7 +115,7 @@ and running - these are only needed for a new deployment.
* `/srv/mail/members`
* `/srv/mail/secretary`
- * Verify that email can be sent to non-apache.org email addresses
+ * Verify that email can be sent to non-apache.org email addresses.
* Run [testmail.rb](tools/testmail.rb)
* if `pip3 show img2pdf` doesn't show version 0.3.1 or later: