summaryrefslogtreecommitdiffstats
path: root/roles/s3-mirror
Commit message (Collapse)AuthorAgeFilesLines
* no need to set this every playbook runKevin Fenzi2017-02-041-5/+5
|
* Try and make sure and send stderr on too so we don't get spammedKevin Fenzi2015-12-081-1/+1
|
* logrotate fails if files are not owned by rootAdrian Reber2015-11-181-1/+1
| | | | | Ignoring /etc/logrotate.d/s3-mirror because the file owner is wrong (should be root).
* Fix up quotingKevin Fenzi2015-10-111-1/+1
|
* Make s3 mirror only nag once per day.Kevin Fenzi2015-10-111-1/+1
|
* Fix the s3sync report_mirror file namesAdrian Reber2015-09-111-1/+1
| | | | | | | The s3sync has been running successfully for some time now. Unfortunately the last step, which runs report_mirror to update the status of the s3 mirrors, failed as the report_mirror configuration files had wrong names (missing .conf).
* Fix s3sync and start it via cron.Adrian Reber2015-08-205-133/+126
| | | | | | | | | | | | This changes the s3sync setup at multiple places: * The s3sync script was using wrong paths which are now corrected * After the sync report_mirror was started which is now installed * The necessary report_mirror files are installed * The s3sync script is now running from cron instead as a service * Before touching any files fedmsg is queried to see if new files are available for syncing * logrotate has been adapted to the new setup
* No need for mirrormanager-client here.Kevin Fenzi2015-07-271-1/+0
|
* These groups aren't there either.Kevin Fenzi2015-07-271-1/+1
|
* There's no apache user on mm-backend01, so no need to add s3sync to it's group.Kevin Fenzi2015-07-271-1/+1
|
* Add s3-mirror role to mm-backend01Kevin Fenzi2015-07-271-0/+6
| | | | Add cron job for s3logs-sync, but disabled for now.
* most of s3-mirror roleRicky Elrod2015-07-278-0/+366
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>