Move afsmon to mirror-update.opendev.org

This migrates the afsmon script from puppet deploying on
mirror-update.openstack.org to ansible deploying on
mirror-update.opendev.org.

There is nothing particularly special and this just a straight install
with some minor dependencies.  Since we have log publishing running on
the opendev.org server, we publish the update logs alongside the
others.

Change-Id: Ifa3b4d59f8d0fc23a4492e50348bab30766d5779
This commit is contained in:
Ian Wienand
2020-02-12 09:36:25 +11:00
parent 7b7c36711c
commit 97c4735129
7 changed files with 80 additions and 37 deletions

View File

@@ -20,6 +20,7 @@ RSYNC="rsync -avz --no-perms --no-owner --no-group"
$K5START $RSYNC /var/log/rsync-mirrors $DEST
$K5START $RSYNC /var/log/afs-release $DEST
$K5START $RSYNC /var/log/afsmon $DEST
# NOTE(ianw) : r/w volume as this is infrequently accessed; thus no
# replications and no "vos release" etc required.